码迷,mamicode.com
首页 > 其他好文 > 详细

Kalibr installation tutorial

时间:2019-04-30 19:57:18      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:ace   hub   evel   jin   conf   packages   pac   blog   ash   

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

标签:ace   hub   evel   jin   conf   packages   pac   blog   ash   

原文地址:https://www.cnblogs.com/williamc17/p/10797677.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!