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

Revision history [back]

rviz can handle multiple cameras, provided they are all properly linked by a tf tree. If you want to manually calibrate two cameras against each other, you could write a small node with a tf TransformBroadcaster and modify the transform it publishes via some kind of GUI. This way, you could adjust the relative camera positions in real-time. Using a interactive marker for this would result in a system that is pretty intuitive to use. Not sure there´s an implementation of this directly available (probably yes, but I´m not aware of it).