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

Revision history [back]

viso2 needs rectified images, so first you should calibrate your camera and run the node called image_proc. After that, you can subscribe viso2_ros mono_odometer to your rectified camera.

sensor_msgs/Image is the type of message, and /front_cam/camera/image is the topic of the message. Viso2 expects this same kind of message, but in the topic /image. That's why you have to remap it to your particular topic.