aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Mission topic: Use mission topic instead of global position for tripletJulian Oes2013-11-201-42/+43
| | |_|/ | |/| |
* / | | fw_pos_control_l1: use new mathlibAnton Babushkin2013-12-191-18/+18
|/ / /
* | | Merge pull request #507 from thomasgubler/airspeed_pollLorenz Meier2013-11-021-2/+1
|\ \ \ | |_|/ |/| | fix vehicle_airspeed_poll logic
| * | fix vehicle_airspeed_poll logic: _tecs.enable_airspeed was not called before ↵Thomas Gubler2013-11-021-2/+1
| |/ | | | | | | on valid airspeed
* / fix usage of wrong value for max airspeed parameterThomas Gubler2013-11-021-1/+1
|/
* Merge branch 'fw_autoland' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-241-15/+51
|\
| * Fixes, but approach needs proper designLorenz Meier2013-10-181-15/+51
| |
* | Merge branch 'master' of github.com:PX4/Firmware into fw_autolandLorenz Meier2013-10-241-0/+5
|\ \ | |/ |/|
| * added parameter for maximal roll angleThomas Gubler2013-10-241-0/+5
| |
* | Almost perfect landing approach, needs touch-down fine tuningLorenz Meier2013-10-171-10/+37
| |
* | More improvements on landingLorenz Meier2013-10-171-9/+63
| |
* | Small improvements to autoland, ensure that throttle can be shut down close ↵Lorenz Meier2013-10-161-7/+25
|/ | | | to touch down. Depends on accurate land WP altitude
* Dynamic integral resets for straight and circle mode, announcing turn radius nowLorenz Meier2013-10-081-1/+30
|
* Hotfix: Ensure that a minimum of 10 degrees pitch is set on takeoffLorenz Meier2013-09-291-1/+2
|
* Naming consistency improvedLorenz Meier2013-09-151-2/+2
|
* Another set of minor style editsLorenz Meier2013-09-101-0/+2
|
* Compile fixes, cleanups, better referencesLorenz Meier2013-09-101-3/+5
|
* Checked in L1 position and TECS altitude control. Not test-flown in HIL or ↵Lorenz Meier2013-09-101-0/+1044
outdoors yet