spark实验-基于teb-local-planner的导航
上一节
下一节
参考:
teb_local_planner_tutorials - ROS Wiki
teb_local_planner/Tutorials - ROS Wiki
源码安装:
安装suitesparse
apt-get install libsuitesparse-dev
libg2o:
sudo apt-get install ros-kinetic-libg2o
git clone -b kinetic-devel https://github.com/rst-tu-dortmund/teb_local_planner.git
(注意,通过-b选项选择正确的分支,此处为kinetic-devel。这非常重要(参考https://guyuehome.com/33764),如果直接git clone https://github.com/rst-tu-dortmund/teb_local_planner.git将安装最新的缺省分支,导致源码编译错误)
catkin_make成功
源码编译过程可能遇到的其它问题:
costmap_converter
(方法1:sudo apt-get install ros-kinetic-costmap-converter
方法2:源码安装

