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

A workaround is to manually remap the topic via ros::names::remap(<topic>):

image_transport::SubscriberFilter sub_image(it, ros::names::remap("image"), 10);
message_filters::Subscriber<sensor_msgs::CameraInfo> sub_info(n, ros::names::remap("camera_info"), 10);