Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failsafe ARDrone #766

Closed
wants to merge 3 commits into from
Closed

Failsafe ARDrone #766

wants to merge 3 commits into from

Conversation

evandersman
Copy link
Contributor

If no joystick is used in Failsafe mode, the drone will slowly descend with a speed of 0.5m/s instead of setting the thrust to zero. This will prevent the drone from dropping out of the sky without the possibility to take over with the joystick.
An example flight plan for the optitrack system. The flight plan specifies the flight area indicating where and at what height the waypoints can be positioned.
Finally the gains for indoor flying with the ARDrone in the arena have been tuned.

@evandersman evandersman changed the title Master Failsafe ARDrone Jul 2, 2014
@@ -39,7 +40,7 @@
<axis name="PITCH" failsafe_value="0"/>
<axis name="ROLL" failsafe_value="0"/>
<axis name="YAW" failsafe_value="0"/>
<axis name="THRUST" failsafe_value="3000"/>
<axis name="THRUST" failsafe_value="5760"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the failsafe value not zero ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this is for the Optitrack ARDrone2, not for regular use. With the ARDrone it would drop out of the sky which is more damaging than slow decent, but only since the ARDrones detect contact with soft blades and stop spinning. Main reason is to prevent to much breaking of the X frame again after a hard landing. Failsafe happens e.g after "Fake" GPS loss, e.g to high in an optitrack sytem.

@flixr
Copy link
Member

flixr commented Jul 18, 2014

rebased and merged with 42579b1, 868e16f and fc01ee5

@flixr flixr closed this Jul 18, 2014
@flixr flixr added this to the v5.2 milestone Jul 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants