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

I had the same error using a launch like:

<node pkg ="rosbag" type="rosbag" name="rosbag" args="play -l $(find package)/data/file.bag"/>

And it seems now it works as:

<node pkg ="rosbag" type="play" name="rosbag" args="-l $(find package)/data/file.bag"/>