aboutsummaryrefslogtreecommitdiff
path: root/src/lib/launchdetection
Commit message (Collapse)AuthorAgeFilesLines
* fix code style if trivial one line differenceDaniel Agar2015-03-191-1/+1
|
* additional upper pitch limit during launchThomas Gubler2014-09-086-2/+57
| | | | | | 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-236-48/+91
| | | | | | | 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.
* Merge remote-tracking branch 'julian/launchdelay' into launchdetectionstatesThomas Gubler2014-08-233-3/+29
|\
| * autolaunch: added param for delayJulian Oes2014-08-223-3/+29
| |
* | catapult launch detection: fix integration logicThomas Gubler2014-08-221-2/+2
|/
* make launch detector more flash efficientLorenz Meier2014-06-011-0/+2
|
* launchdetector: fix copyright headerThomas Gubler2014-04-257-22/+21
|
* launchdetection: better integration of Blocks classThomas Gubler2014-03-085-26/+36
|
* launchdetector: add reset, #663Thomas Gubler2014-02-175-3/+16
|
* Add a lot of MAVLink parameter documentation.Stefan Rado2014-02-141-15/+33
|
* remove printf in launchdetectorThomas Gubler2014-02-011-4/+0
|
* launchdetection: rename pre takeoff throttle param and fix usageThomas Gubler2014-01-053-5/+5
|
* launchdetection: add minimal throttle, fix parameter updateThomas Gubler2014-01-053-6/+16
|
* fixed launchdetection logic, catapult tested in HILThomas Gubler2013-12-301-0/+5
|
* initial wip version of launchdetectorThomas Gubler2013-11-157-0/+483