ROSIntegration icon indicating copy to clipboard operation
ROSIntegration copied to clipboard

How to confirm the connection to ROS works?

Open zhangzhaoweii opened this issue 5 years ago • 1 comments

When I copy the code of C++ Topic Publish Example to BeginPlay() method,The project was successfully compiled in vs2019.But how can I know the connection to ROS works? Add any components of Actor in Editor or what? Thanks in advance!

zhangzhaoweii avatar Apr 28 '20 09:04 zhangzhaoweii

Use the ROS command line tools (rostopic sub) or RQT to subscribe to the topic you are trying to publish to. If the connection is successful you will see the message come through. In the terminal where you ran rosbridge you should also see messages about the client connecting.

mjforan avatar Aug 07 '20 03:08 mjforan