ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.
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.