ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
<launch>
<node name="rxbag_1" pkg="rxbag" type="rxbag" args="foo.bag"/>
</launch>
While working, this throws a few exceptions though because rxbag doesn't seem to ignore ros command line parameters such as __name and __log although it should...
2 | No.2 Revision |
<launch>
<node name="rxbag_1" pkg="rxbag" type="rxbag" args="foo.bag"/>
</launch>
While Although working, this throws a few exceptions though because rxbag doesn't seem to ignore ros command line parameters such as __name and __log although it should...