byu-magicc / roscopter

*Under Development* - A fully-featured multirotor autopilot for ROS
http://scholarsarchive.byu.edu/cgi/viewcontent.cgi?article=2324&context=facpub
52 stars 38 forks source link

Error when i try to run catkin_make #32

Closed GabrielPaliari closed 6 years ago

GabrielPaliari commented 6 years ago

I have cloned the rosplane repository and the rosflight_plugins repository (https://github.com/byu-magicc/rosflight_plugins), but when i try to run catkin_make it shows the following error:

-- ==> add_subdirectory(roscopter/roscopter) -- No build type selected, default to Release CMake Error at /opt/ros/kinetic/share/rosflight_utils/cmake/rosflight_utilsConfig.cmake:141 (message): Project 'roscopter' tried to find library 'rosflight_utils'. The library is neither a target nor built/installed properly. Did you compile project 'rosflight_utils'? Did you find_package() it before the subdirectory containing its code is included?

can anyone help me?