frontw / voronoi_planner

ROS navigation stack base global planner plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find a package configuration file provided by "dynamicvoronoi"

YouShaoze opened this issue · comments

CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "dynamicvoronoi"
with any of the following names:

dynamicvoronoiConfig.cmake
dynamicvoronoi-config.cmake

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

-- Configuring incomplete, errors occurred!
See also "/home/ysz/husky-test/build/CMakeFiles/CMakeOutput.log".
See also "/home/ysz/husky-test/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed

You need to clone dynamicvoronoi, I guess

Hello, have you solved the problem yet?I have the same situation.:)

O_O