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 use the #113 tips to build the node with catkin and launch the node with roslaunch
.
After that when I : rostopic pub /dock std_msgs/String "data: 'hello, world.'",
I then got a log :
Hi,
I may be missing something, but I noticed a strange behavior with a "simple rosrust subscriber". Here is some piece of code to expose my issue :
I use the #113 tips to build the node with
catkin
and launch the node withroslaunch
.
After that when I :
rostopic pub /dock std_msgs/String "data: 'hello, world.'"
,I then got a log :
So message is properly received but I don't know why this error pop ...
Any advice ? Thank you very much!
The text was updated successfully, but these errors were encountered: