Intermodalics / ros_android

Cross compilation scripts for building ROS nodes using the Android NDK.
9 stars 5 forks source link

CMake Error at /opt/ros/kinetic/catkin/cmake/catkinConfig.cmake:83 #119

Closed lq19931201 closed 4 years ago

lq19931201 commented 4 years ago

Gradle Daemon started in 1 s 491 ms CMake Error at /opt/ros/kinetic/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "roscpp" with any of the following names:

roscppConfig.cmake
roscpp-config.cmake

Add the installation prefix of "roscpp" to CMAKE_PREFIX_PATH or set "roscpp_DIR" to a directory containing one of the above files. If "roscpp" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:20 (find_package) CMake Error at /opt/ros/kinetic/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "roscpp" with any of the following names:

roscppConfig.cmake
roscpp-config.cmake

Add the installation prefix of "roscpp" to CMAKE_PREFIX_PATH or set "roscpp_DIR" to a directory containing one of the above files. If "roscpp" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:20 (find_package) Configuration failed. CMake Error at /opt/ros/kinetic/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "roscpp" with any of the following names:

roscppConfig.cmake
roscpp-config.cmake

Add the installation prefix of "roscpp" to CMAKE_PREFIX_PATH or set "roscpp_DIR" to a directory containing one of the above files. If "roscpp" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:20 (find_package) CMake Error at /opt/ros/kinetic/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "roscpp" with any of the following names:

roscppConfig.cmake
roscpp-config.cmake

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

CONFIGURE SUCCESSFUL in 17s

zyl1336110861 commented 1 year ago

@lq19931201 Hello, how did you solve this problem?