-
Notifications
You must be signed in to change notification settings - Fork 428
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
Proof of concept for calling FTRIM before takeoff()
.
#27
base: master
Are you sure you want to change the base?
Conversation
Tests fail, obviously, I need some help with fitting right into the lib. |
Great idea! |
This is useful, specially after a crash. The drone won't takeoff in a stable manner after one of those and it needs to bo rebooted. |
I'm all for it, just a bit hesitant to make all takeoffs (as opposed to only crash recoveries) take an extra 5s longer. |
On Nov 10, 2012, at 22:24 , Bernhard Weißhuhn [email protected] wrote:
This is basically due to my relative inexperience with the drones and programming them. I just observed the net traffic for the I just copied what This PR is mostly to share my research, please feel free to take this and integrate it more properly :) |
I've looked into this before and was unable to figure out how to get an ACK for this. One possibility might be to send the command over TCP on the TCP port (5559), but I have not tried this yet. Anyway, yes, we need to get this integrated. |
I'm trying to do exactly this right now, no success so far. |
How? Via TCP? |
No, you send at_ctrl with params 5,0, which resets the flag controlCommandAck in the navdata to 0. Described here: https://projects.ardrone.org/boards/1/topics/show/2364 |
Sweet find! |
This command sets a reference of the horizontal plane for the drone internal control system. Relates to felixge#27
This command sets a reference of the horizontal plane for the drone internal control system. Relates to felixge#27
(cleaned up version of #25)
Based on the Drone Manual: