aboutsummaryrefslogtreecommitdiff
path: root/src/lib/launchdetection/LaunchDetector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* additional upper pitch limit during launchThomas Gubler2014-09-081-0/+20
| | | | | | The pitch limit can be used by the laucnhdetector to limit pitch during critical phases of a launch. For example this can be used to limit pitch while attached to a bungee differently from the standard pitch limit.
* launchdetector: return state of detectionThomas Gubler2014-08-231-6/+21
| | | | | | | The launchdetector now has a intermediate state (controlsenabled) which is meant to be interpreted by the controller as: "perform attitude control but do not yet power up the motor". This can be used in the floating phase during a bungee launch for example.
* launchdetector: fix copyright headerThomas Gubler2014-04-251-4/+3
|
* launchdetection: better integration of Blocks classThomas Gubler2014-03-081-11/+7
|
* launchdetector: add reset, #663Thomas Gubler2014-02-171-0/+6
|
* remove printf in launchdetectorThomas Gubler2014-02-011-4/+0
|
* launchdetection: rename pre takeoff throttle param and fix usageThomas Gubler2014-01-051-2/+2
|
* launchdetection: add minimal throttle, fix parameter updateThomas Gubler2014-01-051-3/+5
|
* initial wip version of launchdetectorThomas Gubler2013-11-151-0/+94