tensorflow_ros_cpp icon indicating copy to clipboard operation
tensorflow_ros_cpp copied to clipboard

catkin build error

Open NidalFayad opened this issue 3 years ago • 2 comments

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

tensorflow_ros_cppConfig.cmake
tensorflow_ros_cpp-config.cmake

Add the installation prefix of "tensorflow_ros_cpp" to CMAKE_PREFIX_PATH or set "tensorflow_ros_cpp_DIR" to a directory containing one of the above files. If "tensorflow_ros_cpp" provides a separate development package or SDK, be sure it has been installed.

NidalFayad avatar Jul 13 '21 18:07 NidalFayad

kindly how can I solve this error?

NidalFayad avatar Jul 13 '21 18:07 NidalFayad

This simply looks like you don't have tensorflow_ros_cpp in your catkin workspace. Can you provide more details about your workspace and which package uses tensorflow_ros_cpp?

peci1 avatar Jul 13 '21 20:07 peci1