.在工作空间编译catkin build的时候,报错
Cmake error:Could not find a package configuration file provided by "nav_core" with any
of the following names:
nav_coreConfig.cmake
nav_core-config.cmake
解决办法:
Sudo apt-get install ros-nav-core
注意:中间的下划线应当改为短线,不然会报错无法定位软件包