bebop_autonomy icon indicating copy to clipboard operation
bebop_autonomy copied to clipboard

ROS driver for Parrot Bebop Drones 1.0 & 2.0

Results 102 bebop_autonomy issues
Sort by recently updated
recently updated
newest added

Dear developpers, In the bebop_driver/src/bebop_video_decoder.cpp, lines 93, 95, 97, I had to modivy the CODEC_* macros with AV_CODEC_* ones. Thank you for your useful job, Best regards Hervé

This issue is relate to the FFMPEG headers > release 4.0. The name of various constants got " AV_ " prefix, like AV_CODEC_CAP_TRUNCATED, AV_CODEC_FLAG_TRUNCATED, AV_CODEC_FLAG2_CHUNKS.

When i excute "roslaunch ~/bebop_ws/src/bebop_autonomy/bebop_driver/launch/bebop_node.launch", i get the problem as follows : Checking log directory for disk usage. This may take a while. Press Ctrl-C to interrupt Done checking log...

roslaunch bebop_node.launch fails. The error is shown: ... logging to /home/zpp/.ros/log/dec24eee-d5fa-11ea-b958-f8cab82c6e66/roslaunch-zpp123-11985.log Checking log directory for disk usage. This may take a while. Press Ctrl-C to interrupt Done checking log file...

Hello everyone! I’d like to implement a trajectory tracker for the bebop 2 using as feedback the data of a mocap system. Has anyone had already done something like this?...

I am creating this issue due to the realization that my error is slightly different than an error i was previously commenting on : [issue 132](https://github.com/AutonomyLab/bebop_autonomy/issues/132) I am unable to...

Is it possible to connect multiple bebops to a single computer following the same procedure for the ardrone_autonomy? Or is there some other way?

question
Feature

This adds a few more dynamic settings. I had to fork arsdk-xml to [change some command names](https://github.com/bluecamel/arsdk-xml/commit/53ed05daac60e1ff8391f09c8b6eb06c18a992b6), so generate.py is pointing to my fork. I imagine that you'll want to...

I can run the node and nodelet and I can take snapshots and record video just fine. However, changing exposure doesn't have any effect. I've added some additional debugging and...

Are there assumed physical constraints for the parrot bebop 2 drone for simulation purposes, specifically max propeller velocity, max total thrust, maximum roll/pitch angle? I am trying to use constraints...