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
I attempted to follow the instructions for installing the 'nlopt' library and building my workspace, but I encountered an error. How can I resolve this issue?
-- Could not find the required component 'nlopt'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "nlopt" with any of
the following names:
nloptConfig.cmake
nlopt-config.cmake
Add the installation prefix of "nlopt" to CMAKE_PREFIX_PATH or set
"nlopt_DIR" to a directory containing one of the above files. If "nlopt"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
arena-rosnav-3D/arena_navigation/arena_traj_planner/CMakeLists.txt:14 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/zahra/arena_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/zahra/arena_ws/build/CMakeFiles/CMakeError.log".
make: *** [Makefile:320: cmake_check_build_system] Error 1
The text was updated successfully, but these errors were encountered:
I attempted to follow the instructions for installing the 'nlopt' library and building my workspace, but I encountered an error. How can I resolve this issue?
-- Could not find the required component 'nlopt'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "nlopt" with any of
the following names:
Add the installation prefix of "nlopt" to CMAKE_PREFIX_PATH or set
"nlopt_DIR" to a directory containing one of the above files. If "nlopt"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
arena-rosnav-3D/arena_navigation/arena_traj_planner/CMakeLists.txt:14 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/zahra/arena_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/zahra/arena_ws/build/CMakeFiles/CMakeError.log".
make: *** [Makefile:320: cmake_check_build_system] Error 1
The text was updated successfully, but these errors were encountered: