aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_pos_control_l1/landingslope.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warningsDon Gagne2014-06-291-8/+8
|
* integrate range finder into fw landingThomas Gubler2014-03-151-7/+27
|
* fw landing: improve slope altitude calc to avoid climbout after waypoint. ↵Thomas Gubler2014-02-021-4/+16
| | | | Throttle cut is now defined via altitude
* Navigator: add MissionFeasibilityChecker class; performs validation of ↵Thomas Gubler2013-12-251-7/+5
| | | | landing waypoint set-up for fixed wing for now, but can be extended for other checks (e.g. check mission against geofence)
* fw landing: move more functionality to the landingslope classThomas Gubler2013-12-251-0/+6
|
* move landing slope calculations into own classThomas Gubler2013-12-251-0/+78