ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.18k stars 1.37k forks source link

Docker file to install Kalibr in Ubuntu 22.04 couldn't be found in main repo. #684

Closed AjayAdit closed 4 weeks ago

AjayAdit commented 2 months ago

I am trying to install Kalibr in Ubuntu 22.04 with Ros 2 Humble. Could not build the docker files as the Kalibr main repo does not have a docker file for Ubuntu 22.04. Any help on how to configure a docker file or location of docker file would be very helpfull.

Screenshot from 2024-05-03 10-29-16

goldbattle commented 2 months ago

The build system is only for ROS1. I am not sure if there is any ROS1 on ubuntu 22.04.

AjayAdit commented 2 months ago

Thanks for the prompt reply, but in Kalibr repo there is a ros 2 documentation. Link https://github.com/ethz-asl/kalibr/wiki/ROS2-Calibration-Using-Kalibr, but its missing a docker file to install it.

Unknown9190 commented 4 weeks ago

@AjayAdit the meaning of the file docker file name is to choose which Kalibr version that you want to use. For example you can choose to install the ROS Noetic version with Kalibr for Ubuntu 20.04 in your docker images, regardless of what version of Ubuntu you're using.

AjayAdit commented 4 weeks ago

Ohh Got it thanks, Now I understand.