-
Notifications
You must be signed in to change notification settings - Fork 21
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
Expected behavior of client/client.cpp? #8
Comments
Hi! |
Hi, I tried both the latest version (0.11.13) and the "working" version (0.11.10) according to code-iai/ROSIntegration#139, and both of them has the same outcome --- not publishing any desired topics within ROS Noetic. Thanks |
I am having a similar issue.
It looks like Python 3 compatibility issue to me. |
This is a bug caused by rosbridge_server decoding byte array as utf-8 in Python3. There is actually an open PR in rosbridge that works for me. I think they will merge that PR recently into rosbridge. |
@wuyingnan Many thanks for the info! |
Hi,
I was trying to run
./rosbridge2cpp-client
as a test of functionality on Ubuntu 20.04 + Noetic. However my rosbridge_server does not output any data received and it also does not advertises the topic within ROS created by the client. I'm getting the following output from the client side:I have also verified that rosbridge_server has established a connection with the client
However the topic
/test_rosbridge2cpp
was not published within ROS and I had no way to retrieve data from rosbridge_server side.Does that look normal for the client test? If yes, is there anything else I need to do in order to retrieve data from rosbridge_server besides launching it with
?
Thanks in advance!
The text was updated successfully, but these errors were encountered: