AutonomyLab / bebop_autonomy

ROS driver for Parrot Bebop Drones 1.0 & 2.0
http://wiki.ros.org/bebop_autonomy
BSD 3-Clause "New" or "Revised" License
152 stars 121 forks source link

prolem in ros for bebop? #111

Open kevin456 opened 7 years ago

kevin456 commented 7 years ago

when I Install the bebop in ros,I face the problem

Create and initialize the workspace

$ mkdir -p ~/bebop_ws/src && cd ~/bebop_ws $ catkin init $ git clone https://github.com/AutonomyLab/bebop_autonomy.git src/bebop_autonomy

Update rosdep database and install dependencies (including parrot_arsdk)

$ rosdep update $ rosdep install --from-paths src -i

above all are successful

but when I next

Build the workspace

$ catkin build -DCMAKE_BUILD_TYPE=RelWithDebInfo

the problems are appearing

Failed << bebop_driver:make [ Exited with code 2 ]
Failed <<< bebop_driver [ 37.9 seconds ]
Abandoned <<< bebop_tools [ Unrelated job failed ]
[build] Summary: 2 of 4 packages succeeded.
[build] Ignored: 1 packages were skipped or are blacklisted.
[build] Warnings: None.
[build] Abandoned: 1 packages were abandoned.
[build] Failed: 1 packages failed.
[build] Runtime: 43.7 seconds total.
[build] Note: Workspace packages have changed, please re-source setup files to use them.

How to slove this problem?

thomas-bamford commented 7 years ago

Hello, Sorry for the late comment. Please see issue #118, I believe the solution to this should work for the problem you have been having. I will repeat it here: instead of running catkin build -DCMAKE_BUILD_TYPE=RelWithDebInfo Run catkin build Please let us know if this solves your problem. We will be updating the documentation to ensure the installation instructions work. Thanks.

Cullen-Dubbs commented 7 years ago

Hi there, i get the same issue after running catkin build as well, any suggestions?

thomas-bamford commented 7 years ago

What version of ROS are you trying to install this for?

wajeehulhassanvii commented 5 years ago

Installing on ROS Kinetic and getting the same error, can you please help. I saw different threads and followed the instructions but cound't get past this error.

araujorayza commented 5 years ago

Hi there, i get the same issue after running catkin build as well, any suggestions?

me too. running ros kinetic on ubuntu 16.04

Debjoy10 commented 5 years ago

Any updates? Getting same error on ROS-Kinetic ubuntu 16.04

wajeehulhassanvii commented 5 years ago

Any updates? Getting same error on ROS-Kinetic ubuntu 16.04

I don't remember what I did but I found bebop drone in a Rotors simulator, you can also get try Rotors simulator in another workspace. I'm working with Ardrone by the way.