Docker wrapper around ethz-asl/kalibr
cd compose_session
- Pull the docker image by calling
docker compose pull
- Store your bag file in the data folder and retrieve the results there afterwards.
- Configure the parameters by editing the
./compose_session/compose.yaml
file. - Use run.sh to start the compose session with kalibr.
If a calibration can not be found for the pinhole-radtan model, try to find it for the pinhole-equi model first. Then, initialize the focal lenght in the compose file using the one you obtained from the calibration (the first element of the projection matrix).
Use the script in ./output_conversion to convert the Kalibr format (with the radtan
model) to the output of camera_calibration
;