jordy-van-appeven / tello_driver

ROS driver for DJI/Ryze Tello drones
Apache License 2.0
49 stars 40 forks source link

Can't Install #4

Open Ric-27 opened 3 years ago

Ric-27 commented 3 years ago

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:

camera_info_manager_pyConfig.cmake
camera_info_manager_py-config.cmake

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

jordy-van-appeven commented 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.

pabsan-0 commented 1 year ago

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: