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

Revision history [back]

You'll be unable to connect with nodes that were launched under rostest since rostest uses port 22422 instead of 11311. You will need to change the ROS_MASTER_URI to accommodate this, i.e.:

$> export ROS_MASTER_URI=http://your-hostname:22422

This is described in more detail here.