https://github.com/stereolabs/kalibr
10K+
Docker image to run Kalibr.
Built versions available on Docker Hub https://hub.docker.com/repository/docker/stereolabs/kalibr
First enable the display authorization. This method is simple but not safe, see the ROS Docker doc for more information
xhost +local:root
docker run -it -e "DISPLAY" -e "QT_X11_NO_MITSHM=1" -v "/tmp/.X11-unix:/tmp/.X11-unix:rw" -v "~/foo:/foo" stereolabs/kalibr:kinetic
Example of calibration command :
kalibr_calibrate_cameras --bag /foo/sequence.bag --target /foo/april_6x6_80x80cm.yaml --models 'pinhole-radtan' 'pinhole-radtan' --topics /cam0/image_raw /cam1/image_raw
docker run -v ~/foo:/foo -it stereolabs/kalibr:kinetic
Example of calibration command :
kalibr_calibrate_cameras --bag /foo/sequence.bag --target /foo/april_6x6_80x80cm.yaml --models 'pinhole-radtan' 'pinhole-radtan' --topics /cam0/image_raw /cam1/image_raw --dont-show-report
Content type
Image
Digest
Size
1.2 GB
Last updated
over 6 years ago
docker pull stereolabs/kalibr