LocalNav icon indicating copy to clipboard operation
LocalNav copied to clipboard

grid_map_pcl

Open yxf010 opened this issue 5 years ago • 0 comments

when i do catkin_make ,there is a error : `Could not find a package configuration file provided by "grid_map_pcl" with any of the following names:

grid_map_pclConfig.cmake
grid_map_pcl-config.cmake

Add the installation prefix of "grid_map_pcl" to CMAKE_PREFIX_PATH or set "grid_map_pcl_DIR" to a directory containing one of the above files. If "grid_map_pcl" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): LocalNav/CMakeLists.txt:8 (find_package)

and LocalNav/CMakeLists.txt: find_package(catkin REQUIRED COMPONENTS roscpp std_msgs sensor_msgs pcl_ros grid_map_ros grid_map_pcl
pcl_conversions
)` i had install ros-kinetic-cost-map-ros ros-kinetic-cost-map-core ros-kinetic-mbf-abstract-core ros-kinetic-move-base-flex but can not sovle it

yxf010 avatar May 31 '19 05:05 yxf010