aboutsummaryrefslogtreecommitdiff
path: root/src/modules/bottle_drop/bottle_drop.cpp
Commit message (Expand)AuthorAgeFilesLines
* turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-0/+7
* Fix up stack sizesLorenz Meier2014-11-171-1/+1
* Bottle drop: Less chattyLorenz Meier2014-11-151-10/+9
* bottle drop: Be less aggressive about schedulingLorenz Meier2014-09-211-1/+1
* bottle_drop: don't talk about distance and errorJulian Oes2014-09-201-2/+2
* Merge pull request #12 from swissfang/bottledropJulian Oes2014-09-201-9/+21
|\
| * Better message formattingLorenz Meier2014-09-061-1/+1
| * More user feedback on approach angle and approach error. Fix check for approa...Lorenz Meier2014-09-061-9/+18
| * Drop at the exact timing, drop only if facing into the right directionLorenz Meier2014-09-061-6/+9
* | Run faster for better accuracy.Lorenz Meier2014-09-111-2/+2
* | Remove useless modulo throttling, which is a nice source of potential non-tri...Lorenz Meier2014-09-111-45/+41
* | Fix dt calculation which is used to calculate correct drop time.Lorenz Meier2014-09-111-2/+2
|/
* always obey commands in bottle dropLorenz Meier2014-09-031-0/+6
* Fix variable name in paramLorenz Meier2014-08-311-1/+1
* Add drag coefficients to adjust bottle drop to other objects to ease testingLorenz Meier2014-08-311-2/+8
* Revert "Fix drop offset: We want to drop so that the wind carries the bottle ...Lorenz Meier2014-08-301-2/+2
* Fix drop offset: We want to drop so that the wind carries the bottle into the...Lorenz Meier2014-08-241-2/+2
* Bottle drop: Fix signs and commentsLorenz Meier2014-08-221-39/+9
* Fix a bunch of stupid mistakes on coordinates / distances, set number of wayp...Lorenz Meier2014-08-221-2/+3
* Merge branch 'test_bottle_drop_paul' into bottle_drop_fridayLorenz Meier2014-08-221-4/+6
|\
| * Fixed copy-paste errors in drop waypoint coordinatesLorenz Meier2014-08-221-2/+2
| * Merge branch 'test_bottle_drop_paul' of github.com:swissfang/Firmware into te...Lorenz Meier2014-08-221-8/+8
| |\
| * | Initialize altitude is relative field for drop locationsLorenz Meier2014-08-221-2/+4
* | | Fixed build issuesLorenz Meier2014-08-221-21/+22
* | | Fixed approach / navigation logic for bottle dropLorenz Meier2014-08-211-33/+60
| |/ |/|
* | Fix altitude handlingLorenz Meier2014-08-211-8/+8
|/
* Open bay at a minimum distance of 5 meters, irrelevant of the velocityLorenz Meier2014-08-211-1/+1
* Open doors sooner for dropLorenz Meier2014-08-211-1/+1
* removed unnecessary switch statementLorenz Meier2014-08-211-4/+0
* Moved pos outputLorenz Meier2014-08-211-4/+4
* audio feedback on distanceLorenz Meier2014-08-211-0/+4
* Robustify bottle dropLorenz Meier2014-08-211-7/+11
* Fix bottle drop logicLorenz Meier2014-08-181-27/+20
* Added debugging and small locking fix.Simon Wilks2014-08-171-1/+2
* Fixed bottle drop to operate in GPS outdoor test, pending test flightSimon Wilks2014-08-161-182/+214
* Call the appropriate functions directly.Simon Wilks2014-08-161-1/+3
* Last drop fixes and adjustmentsLorenz Meier2014-08-151-55/+66
* Fix the index numbers and command max travel in the app for the drop servo.Simon Wilks2014-08-141-2/+2
* Bottle drop iteration - commandline tool for component testingLorenz Meier2014-08-121-69/+119
* Bottle drop: C++ify full code base, fix transformation assumptions and other ...Lorenz Meier2014-08-111-46/+446
* bottle_drop: changed servo travels to match Simon's viperJulian Oes2014-03-301-6/+6
* bottle_drop: added simple commands to drop bottleJulian Oes2014-03-291-7/+202
* bottle_drop: started rewrite in C++Julian Oes2014-03-291-0/+198