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

Revision history [back]

Looks like you use the wrong topic name for extract_images in the launchfile

topics:      /camera/rgb/image_raw   185 msgs    : sensor_msgs/Image

vs

 <remap from="image" to="/camera/image_raw"/>

Looks like you use the wrong topic name for extract_images in the launchfile

topics:      /camera/rgb/image_raw   185 msgs    : sensor_msgs/Image

vs

 <remap from="image" to="/camera/image_raw"/>

-d means "delay after advertising the topics before sending the first message" or as rosbag play --help puts it:

-d SEC, --delay=SEC   sleep SEC seconds after every advertise call (to allow subscribers to connect)

Looks like you use the wrong topic name for extract_images in the launchfile

topics:      /camera/rgb/image_raw   185 msgs    : sensor_msgs/Image

vs

 <remap from="image" to="/camera/image_raw"/>

-d means "delay after advertising the topics before sending the first message" or as rosbag play --help puts it:

-d SEC, --delay=SEC   sleep SEC seconds after every advertise call (to allow subscribers to connect)