ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
According to the official ROS documentation available here you can check your calibration using cameracheck.py the following way:
rosrun camera_calibration cameracheck.py --size 8x6 monocular:=/forearm image:=image_rect
Remember that you need to click COMMIT after your calibration is done for the calibration parameters to be uploaded to the camera driver.