ros-planning/navigation 代码库:https://github.com/ros-planning/navigation
navigation环境安装
##############################################################################
# 下载与编译
##############################################################################
$ cd catkin_ws/src
$ git clone https://github.com/ros-planning/navigation.git
$ cd ..
$ catkin_make
##############################################################################
# 出现问题与解决方案
##############################################################################
# 出现错误1
Could NOT find Bullet (missing: BULLET_DYNAMICS_LIBRARY
BULLET_COLLISION_LIBRARY BULLET_MATH_LIBRARY BULLET_SOFTBODY_LIBRARY
BULLET_INCLUDE_DIR)
#解决方法(参考:https://blog.csdn.net/qq_35379989/article/details/79964317)