ROS_Comm and ROS_Telemetry failed to connect to ROS #140
-
|
Hi, An issue that I am encounter is when I run the sim, then run rosbridge_image_client.launch.py, ROS_Comm and ROS_Telemetry will fail to connect so I can't run the example_client.py. I was able to run it a few days ago but now I can't. How do I resolve this issue Start sim: Then I ran: Then it prints: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You may need to instead have the rosbridge_image_client.launch.py running already before starting the sim. This script won't start the driving time timer; that is dependent on the driving commands called by So, you can start Also, if there isn't reporting of image FPS in that ROS terminal, you may need to end and restart |
Beta Was this translation helpful? Give feedback.
You may need to instead have the rosbridge_image_client.launch.py running already before starting the sim. This script won't start the driving time timer; that is dependent on the driving commands called by
example_client.So, you can start
example_clientafter getting the sim working with images passing.Also, if there isn't reporting of image FPS in that ROS terminal, you may need to end and restart
ros2 launch space_teams_python rosbridge_image_client.launch.pyto reconnect the image client.