aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed delay calculation of laserLorenz Meier2014-09-061-1/+1
* make flare pitch angle a paramThomas Gubler2014-09-042-62/+86
* fw landing: horiz flare check: fix wp distanceThomas Gubler2014-09-041-3/+11
* Merge remote-tracking branch 'upstream/master' into fwlandingterrainThomas Gubler2014-09-041-2/+2
|\
| * fix mission item to mavink waypoint conversionThomas Gubler2014-09-031-2/+2
* | Merge branch 'flarehorizontallimit' into fwlandingterrainThomas Gubler2014-09-031-2/+5
|\ \
| * | fw landing: impose horizontal limit for start of flareThomas Gubler2014-09-031-1/+5
| |/
* | Merge remote-tracking branch 'upstream/master' into fwlandingterrainThomas Gubler2014-09-037-72/+158
|\|
| * Merge pull request #1344 from PX4/hildistancesensorLorenz Meier2014-09-032-1/+55
| |\
| * \ Merge pull request #1303 from PX4/launchdetectionstatesThomas Gubler2014-09-037-72/+158
| |\ \
| | * | fw pos control: set pitch sp correctly while waiting for launchThomas Gubler2014-08-251-2/+8
| | * | fw pos control: launchdetection logic cleanupThomas Gubler2014-08-231-26/+18
| | * | fw pos control: set default roll, pitch while waiting for launchThomas Gubler2014-08-231-1/+7
| | * | fw pos control: use new lauchdetector statesThomas Gubler2014-08-231-30/+43
| | * | launchdetector: return state of detectionThomas Gubler2014-08-236-48/+91
| | * | Merge remote-tracking branch 'julian/launchdelay' into launchdetectionstatesThomas Gubler2014-08-233-3/+29
| | |\ \
| | | * | autolaunch: added param for delayJulian Oes2014-08-223-3/+29
* | | | | Merge remote-tracking branch 'upstream/fwlandingterrain' into fwlandingterrainThomas Gubler2014-09-031-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'terrainaltfield' into fwlandingterrainLorenz Meier2014-09-031-1/+1
| |\ \ \ \ \
| | * | | | | Trust the laser sensor moreLorenz Meier2014-09-031-1/+1
* | | | | | | remove warnxThomas Gubler2014-09-031-3/+0
|/ / / / / /
* | | | | | fw landing: if using terrain estimate, don't switch back during landingThomas Gubler2014-09-031-9/+14
* | | | | | Merge remote-tracking branch 'upstream/terrainaltfield' into fwlandingterrainThomas Gubler2014-09-023-328/+603
|\| | | | |
| * | | | | Working and replay-tested altitude fusionLorenz Meier2014-09-023-302/+461
| * | | | | Merge branch 'ekf_varweight' of github.com:PX4/Firmware into terrainaltfieldLorenz Meier2014-09-023-34/+150
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into ekf_varweightLorenz Meier2014-08-241-6/+13
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into ekf_varweightLorenz Meier2014-08-246-61/+40
| | |\ \ \ \ \ \
| | * | | | | | | avoid changing the reset logicLorenz Meier2014-08-241-1/+6
| | * | | | | | | Run full update straight after reset, filter wind speed dynamicallyLorenz Meier2014-08-233-32/+31
| | * | | | | | | Merge branch 'master' of github.com:PX4/Firmware into ekf_varweightLorenz Meier2014-08-2320-67/+888
| | |\ \ \ \ \ \ \
| | * | | | | | | | Use the wind speed estimate filtered valuesLorenz Meier2014-08-181-2/+4
| | * | | | | | | | Add long-term stable wind estimateLorenz Meier2014-08-182-0/+24
| | * | | | | | | | EKF filter update. Now correctly scaling variance (well, if you could call th...Lorenz Meier2014-08-173-18/+104
* | | | | | | | | | Merge branch 'hildistancesensor' into fwlandingterrainThomas Gubler2014-09-022-1/+55
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | comment and whitespaceThomas Gubler2014-09-021-1/+1
| * | | | | | | | | parse hil_optical_flow messageThomas Gubler2014-09-022-1/+55
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'upstream/terrainaltfield' into fwlandingterrainThomas Gubler2014-09-011-1/+34
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Add filter estimatesLorenz Meier2014-09-011-1/+34
* | | | | | | | | fw landing: use terrain estimate from global posThomas Gubler2014-09-011-58/+24
|/ / / / / / / /
* | | | | | | | add logging for gpos terrain altThomas Gubler2014-09-012-2/+8
* | | | | | | | add global pos valid flagThomas Gubler2014-09-011-0/+1
* | | | | | | | add terrain alt field to global pos topicThomas Gubler2014-09-011-0/+1
|/ / / / / / /
* | | | | | | Simply throttle limiting on approach - limit throttle still defaults to 1Lorenz Meier2014-08-312-4/+15
* | | | | | | Merge branch 'sf0x_paranoid'Lorenz Meier2014-08-311-21/+19
|\ \ \ \ \ \ \
| * | | | | | | Fixed SF02/F driver, tested okLorenz Meier2014-08-311-2/+2
| * | | | | | | Fix reschedule logic for SF02/F driverLorenz Meier2014-08-311-2/+2
| * | | | | | | SF02/F driver: Improve parsingLorenz Meier2014-08-311-24/+16
| * | | | | | | Add more paranoid checks to sf0x altitude parsingLorenz Meier2014-08-311-1/+7
* | | | | | | | Rely on laser altitude once validLorenz Meier2014-08-311-1/+1
|/ / / / / / /
* | | | | | | disable underspeed protection when landing also in tecsThomas Gubler2014-08-313-0/+18