kalibr icon indicating copy to clipboard operation
kalibr copied to clipboard

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

Open AjayAdit opened this issue 1 year ago • 2 comments

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

AjayAdit avatar May 03 '24 05:05 AjayAdit

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

goldbattle avatar May 03 '24 07:05 goldbattle

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.

AjayAdit avatar May 03 '24 10:05 AjayAdit

@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.

Unknown9190 avatar Jun 09 '24 14:06 Unknown9190

Ohh Got it thanks, Now I understand.

AjayAdit avatar Jun 10 '24 03:06 AjayAdit