ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
roslaunch will add extra ROS arguments to the invocation of your node. You should check to make sure that your node is capable of taking in these arguments. Both roscpp and rospy come with libraries to filter these extra arguments out.