You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up the plugin as stated and publishing to ROS is possible.
However, the subscribecallback function is not called when subscribing to a topic.
(I setup the C++ example, not blueprint)
The text was updated successfully, but these errors were encountered:
In general, it would be greatly helpful for you to provide your system configuration so people can verify you are using a config that is known to work.
The issue you are describing sounds like you did not install rosbridge from source as the README informs us to. The newest version of rosbridge encodes ROS messages for security, but the current ROSIntegration plugin is not yet updated to handle the encoding/decoding process. Hence we must manually install an older version of rosbridge that this plugin is compatible with.
Here is the section copy/pasted from the README for reference:
"Important: The most recent rosbridge versions changed the transmission method. Since ROSIntegration can not handle this new method yet, please make sure to check out these issue on how to install a compatible rosbridge version: #141 & #139"
I have set up the plugin as stated and publishing to ROS is possible.
However, the subscribecallback function is not called when subscribing to a topic.
(I setup the C++ example, not blueprint)
The text was updated successfully, but these errors were encountered: