You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: