Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UE4 4.24 publishes messages to ROS Melodic but cant subscribe #151

Open
ThomasR155 opened this issue May 27, 2021 · 3 comments
Open

UE4 4.24 publishes messages to ROS Melodic but cant subscribe #151

ThomasR155 opened this issue May 27, 2021 · 3 comments

Comments

@ThomasR155
Copy link

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)

@ThomasR155
Copy link
Author

Edit: I get no subscribe/unsubscribe messages in the rosbridge console. Issue lays there probably.

@THUQianQian
Copy link

Same issue,I'm using 4.25

@tsender
Copy link
Contributor

tsender commented Jun 16, 2021

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants