Hi, i have this issue, when I build rpg_dynamic_obstacle_detection and rpg_ransac_parabola:
Errors << rpg_dynamic_obstacle_detection:cmake /home/pp/catkin_ws/logs/rpg_dynamic_obstacle_detection/build.cmake.002.log
...
CMake Error at /home/pp/catkin_ws/devel/share/catkin_simple/cmake/catkin_simple-extras.cmake:38 (find_package):
By not providing "Findransac_parabola.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"ransac_parabola", but CMake did not find one.
Could not find a package configuration file provided by "ransac_parabola"
with any of the following names:
ransac_parabolaConfig.cmake
ransac_parabola-config.cmake
Add the installation prefix of "ransac_parabola" to CMAKE_PREFIX_PATH or
set "ransac_parabola_DIR" to a directory containing one of the above files.
If "ransac_parabola" provides a separate development package or SDK, be
sure it has been installed.
I don't get it why it requests ransac_parabola, even if rpg_ransac_parabola exists.
How can i solve this?
Additionally dynamic_obstacle_avoidance is missing.
I also encountered the same problem,I found that the error was when compiling rpg_dynamic_obstacle_detection,So I modified package.xml. renew ### ransac_parabola to ### rpg_ransac_parabola.This solved my problem
Hi, i have this issue, when I build rpg_dynamic_obstacle_detection and rpg_ransac_parabola:
I don't get it why it requests ransac_parabola, even if rpg_ransac_parabola exists. How can i solve this?
Additionally dynamic_obstacle_avoidance is missing.