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

Revision history [back]

click to hide/show revision 1
initial version

Try setting the ROS_MASTER_URI to the ip of your robot: export ROS_MASTER_URI=http://<robot_ip>:11311/ without <>. Then you can try to run rostopic list and see if you get the topics from your turtlebot. If that works, start the launch file in that terminal.

In general you should use the same ROS version everywhere but if you only use standard messages and their definition did not change, it should still work. But do make sure you install the same ROS version eventually.