Kalibr installation tutorial

Posted williamc17

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kalibr installation tutorial相关的知识,希望对你有一定的参考价值。

How to install Kalibr

I was confused about installing Kalibr, but there is no even one hint in README.md. I just put them in the catkin_ws, in which so many ROS packages are also there. Unsuccessfully, it can‘t be compiled one by one packages by the command catkin_make -DCATKIN_WHITELIST_PACKAGE="PACKAGE_NAME". It means a good choice is to build another ROS workspace in case of rebuilding others in the same workspace.


Resiquite:

sudo apt-get install python-setuptools python-rosinstall ipython libeigen3-dev libboost-all-dev doxygen libopencv-dev ros-kinetic-vision-opencv ros-kinetic-image-transport-plugins ros-kinetic-cmake-modules python-software-properties software-properties-common libpoco-dev python-matplotlib python-scipy python-git python-pip ipython libtbb-dev libblas-dev liblapack-dev python-catkin-tools libv4l-dev

sudo pip install python-igraph --upgrade

cd ~
mkdir -p kalibr_ws/src
cd kalibr_ws/
catkin_make
source devel/setup.bash
cd ~/kalibr_ws/src
git clone https://github.com/ethz-asl/kalibr.git
cd ..
catkin build -DCMAKE_BUILD_TYPE=Release -j4

source ~/kalibr_workspace/devel/setup.bash

References:
[1] kalibr教程
[2] Installing and Configuring Your ROS Environment
[3] ethz-asl/kalibr

以上是关于Kalibr installation tutorial的主要内容,如果未能解决你的问题,请参考以下文章

利用KALIBR工具进行ZED2相机的标定

ROS实验笔记之——基于kalibr来标定DAVIS346

Kalibr 标定双目内外参数以及 IMU 外参数

Kalibr 标定双目内外参数以及 IMU 外参数

ROS实验笔记之——基于Kalibr标定event 与imu

学习(1)Kalibr多相机校准 视觉惯性校准校准(相机-IMU)滚动快门相机校准