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

answered 2011-10-01 04:19:56 -0500

joq gravatar image

The easiest method is using camera_info_manager. It will advertise the service for you, provide up-to-date CameraInfo data for you to publish, and store the updated calibration information using a user-provided URL.

click to hide/show revision 2
mention calibration parsers

The easiest method is I recommend using camera_info_manager.

It will advertise the service for you, provide up-to-date CameraInfo data for you to publish, and store the updated calibration information using a user-provided URL.information. It uses camera_calibration_parsers, internally, so you need not worry about that.