ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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);