IntelRealSense D435i Calibration
Calibration of IntelRealSenseD435i using AprilGrid
Installing Kalibr
Building Kalibr from Source
sudo apt-get install -y git wget autoconf automake nano libeigen3-dev libboost-all-dev libsuitesparse-dev doxygen libopencv-dev libpoco-dev libtbb-dev libblas-dev liblapack-dev libv4l-dev python3-dev python3-pip python3-scipy python3-matplotlib ipython3 python3-wxgtk4.0 python3-tk python3-igraph python3-pyxmkdir -p ~/kalibr_workspace/src cd ~/kalibr_workspace export ROS1_DISTRO=noetic # Replace 'noetic' with your ROS version source /opt/ros/$ROS1_DISTRO/setup.bash catkin init catkin config --extend /opt/ros/$ROS1_DISTRO catkin config --cmake-args -DCMAKE_BUILD_TYPE=Releasecd ~/kalibr_workspace/src git clone https://github.com/ethz-asl/kalibr.git cd ~/kalibr_workspace/ catkin build -DCMAKE_BUILD_TYPE=Release -j4source ~/kalibr_workspace/devel/setup.bash
Recording a Rosbag
Calibrating the Camera Using AprilGrid
Last updated
Was this helpful?