ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Could you be a bit more specific? This is rather the default behaviour of a ROS-node. You set up your subscribers (or action-servers) and call ros::spin(); This will let the node idle around until something is received.