Open Ric-27 opened 3 years ago
When building from source please run rosdep install --from-paths src --ignore-src -r -y
before building the packages in your catkin workspace.
The above did not solve this issue for me (ROS Noetic), but following this comment did.
That link will show you how to download the camera_info_manager_py
. After that, I did the following modifications:
python3
yaml.load()
to yaml.safe_load()
in src/camera_info_manager_py/src/camera_info_manager/camera_info_manager.py
When downloading the package i get "unable to locate package" When building form source i get the error CMake Error
at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "camera_info_manager_py" with any of the following names:
Add the installation prefix of "camera_info_manager_py" to CMAKE_PREFIX_PATH or set "camera_info_manager_py_DIR" to a directory containing one of the above files. If "camera_info_manager_py" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): tello_driver/CMakeLists.txt:7 (find_package)
-- Configuring incomplete, errors occurred! See also "/home/ric/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/ric/catkin_ws/build/CMakeFiles/CMakeError.log". Makefile:852: recipe for target 'cmake_check_build_system' failed make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed