Only released in EOL distros:
Package Summary
The cob_camera_calibration package implements automatic mono and stereo calibration for Care-O-bot. All calibration results are automatically converted to the correct format and saved in the cob_hardware_config package. No manual steps are required.
- Author: Sebastian Haug
- License: LGPL
- Source: git https://github.com/ipa320/cob_calibration.git (branch: release_electric)
Nodes
The mono_calibration and stereo_calibration node can be used to calibrate monocular and stereo cameras and can be used for every robot/camera. They are general purpose calibration nodes which perform automatic calibration; only images of a checkerboard calibration object located somewhere on disk are needed.
mono_calibration
The mono_calibration node performs automatic monocular camera calibration of a camera using jpg images of a checkerboard calibration object.Parameters
~folder (string, default: .)- Folder where images are saved.
- Size of calibration object (see OpenCV documentation).
- Size of single checkerboard square.
- Prefix of image files.
- Name of camera.
- ROS frame id of camera.
- Path to yaml file where camera calibration results are saved.
- All pixels in undistorted cropped image are valid, set to 1.0 to preserve every pixel from original image.
- Set to true to output more info to terminal.
stereo_calibration
The stereo_calibration node performs automatic stereo camera calibration using jpg images of a checkerboard calibration object.Parameters
~folder (string, default: .)- Folder where images are saved.
- Size of calibration object (see OpenCV documentation).
- Size of single checkerboard square.
- Prefix of image files of left camera.
- Name of left camera.
- ROS frame id of left camera.
- Path to yaml file where camera calibration results of the left camera are saved.
- Prefix of image of right files.
- Name of right camera.
- ROS frame id of right camera.
- Path to yaml file where camera calibration resultsof the right camera are saved.
- Optional: Set path to urdf file which will be read while updating baseline
- Optional: Set path to urdf file in which baseline property should be saved
- Optional: Prefix of baseline property in urdf file
- All pixels in undistorted cropped image are valid, set to 1.0 to preserve every pixel from original image.
- Set to true to output more info to terminal.