ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

JxSun's profile - activity

2018-07-08 13:47:23 -0500 received badge  Student (source)
2017-01-06 02:02:29 -0500 received badge  Popular Question (source)
2017-01-06 02:02:29 -0500 received badge  Notable Question (source)
2017-01-06 02:02:29 -0500 received badge  Famous Question (source)
2015-10-06 07:28:54 -0500 asked a question Not received published messages via rosbridge TCP server

Hi, I am new to ROS and rosbridge. I have followed the below tutorial to get my rosbridge environment ready. http://wiki.ros.org/rosbridge_suite/T...

Then I tried to launch rosbridge TCP server by
roslaunch rosbridge_server rosbridge_tcp.launch

and started publishing messages from a remote device. However, I couldn't successfully receive the messages as expected.

I published some messages to a topic called /my_topic from my device, and used rostopic echo /my_topic to check the incoming messages, but none of them was received. Therefore, I tried to force add some debug logs in rosbridge's python source files to confirm the correctness of my message content and format, and everything just seems normal...

Could someone kindly give me some hints or suggestions? Thanks.

PS: My OS is Ubuntu 14.04, and ROS version is indigo.