aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Mag scale check: only test if the scale roughly makes sense, do not judge ↵Lorenz Meier2014-08-181-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | the environment
| | * | | | | Do not perform retries in airspeed driver - this is too much load for the ↵Lorenz Meier2014-08-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | HRT queue
| | * | | | | Airspeed fix attemptLorenz Meier2014-08-181-1/+5
| |/ / / / /
| * | | | | Merge pull request #1284 from PX4/telem_status_reactiveLorenz Meier2014-08-183-22/+11
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Publish telemetry status on telemetry update and on heartbeat update eve...
| | * | | | Publish telemetry status on telemetry update and on heartbeat update events ↵Lorenz Meier2014-08-173-22/+11
| | | | | | | | | | | | | | | | | | | | | | | | to avoid inducing heartbeat update latencies resulting in spurious telemetry link dropped detections. Makes overall state handling simpler
| * | | | | Make some space on FMUv1Lorenz Meier2014-08-171-4/+1
| |/ / / /
* | | | | gpsfailure: add skeleton class, activate in commanderThomas Gubler2014-08-207-5/+272
| | | | |
* | | | | engine fail: fw pos control limits pitch and sets 0 throttleThomas Gubler2014-08-191-13/+52
| | | | |
* | | | | engine fail: small state machine fixThomas Gubler2014-08-191-1/+3
| | | | |
* | | | | commander: remove unnecessary output (navigator already does the output)Thomas Gubler2014-08-171-1/+0
| | | | |
* | | | | Merge remote-tracking branch 'upstream/qnh' into obcfailsafeThomas Gubler2014-08-171-7/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | sensors: do not exit task on errorThomas Gubler2014-08-171-7/+9
| | | | |
* | | | | Merge remote-tracking branch 'upstream/qnh' into obcfailsafeThomas Gubler2014-08-171-1/+1
|\| | | |
| * | | | sensors: move close to correct positionThomas Gubler2014-08-171-1/+1
| | | | |
* | | | | geofence: lat/lon is doubleThomas Gubler2014-08-171-11/+6
| | | | | | | | | | | | | | | | | | | | types changed but the geofence implentation was not updated, this was forgotten in 58792c5ca6e42bc251dd3c92b0e79217ff5d5403
* | | | | geofence: support AMSL modeThomas Gubler2014-08-175-23/+86
| | | | |
* | | | | Merge remote-tracking branch 'upstream/qnh' into obcfailsafeThomas Gubler2014-08-173-10/+44
|\| | | |
| * | | | add param for qnhThomas Gubler2014-08-173-10/+44
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-172-39/+39
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-08-171-1/+1
| |\ \ \
| | * \ \ Merge pull request #1280 from hsteinhaus/actuator_output_fixLorenz Meier2014-08-161-1/+1
| | |\ \ \ | | | |/ / | | |/| | px4io driver: fix actuator output format
| | | * | px4io driver: fix actuator output formatHolger Steinhaus2014-08-161-1/+1
| | |/ /
| * / / code style fix for mavlink appLorenz Meier2014-08-171-38/+38
| |/ /
* | | commander: mavlink output on flight terminationThomas Gubler2014-08-161-1/+2
| | |
* | | state machine helper: use stay in failsafe flagThomas Gubler2014-08-161-2/+2
| | |
* | | dlloss: better outputThomas Gubler2014-08-161-1/+1
| | |
* | | datalinkloss: use vstatus from navigatorThomas Gubler2014-08-162-12/+5
| | | | | | | | | | | | | | | For some reason the own subscription did not work (the task launch pattern used for the navigator may be the reason again)
* | | set correct nav state for data link lossThomas Gubler2014-08-161-1/+1
| | |
* | | fix param nameThomas Gubler2014-08-161-1/+1
| | |
* | | fix datalink loss detection logicThomas Gubler2014-08-161-0/+4
| | |
* | | remove warnxThomas Gubler2014-08-151-8/+0
| | |
* | | make navigator mode a child of navigatorThomas Gubler2014-08-154-15/+18
| | |
* | | Merge remote-tracking branch 'upstream/obcfailsafe' into obcfailsafeThomas Gubler2014-08-151-1/+2
|\ \ \
| * | | px4io driver: use flighttermination circuit breakerThomas Gubler2014-08-151-1/+2
| | | |
| * | | Merge remote-tracking branch 'origin/obcfailsafe' into obcfailsafeThomas Gubler2014-08-157-20/+70
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into obcfailsafeThomas Gubler2014-08-1523-78/+754
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-1523-78/+754
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | Merge pull request #1273 from PX4/rc_fixsjwilks2014-08-141-4/+4
| |\ \ \ | | |_|/ | |/| | Fixed copy & paste error on RC output
| | * | Fixed copy & paste error on RC outputLorenz Meier2014-08-141-4/+4
| | | |
| * | | Merge pull request #1272 from PX4/mavlink_fixesLorenz Meier2014-08-133-11/+16
| |\ \ \ | | |/ / | |/| | Mavlink fixes
| | * | mavlink: stream names updated in configurationAnton Babushkin2014-08-132-3/+3
| | | |
| | * | mavlink: in HIL_CONTROLS send 0 for disabled channelsAnton Babushkin2014-08-131-8/+13
| |/ /
| * | Hotfix: Optimize shell commands for size - we do not need massive ↵Lorenz Meier2014-08-136-0/+11
| | | | | | | | | | | | performance there
| * | Update MAVLink version, remove unneeded INT framesLorenz Meier2014-08-131-0/+0
| | |
| * | Merge pull request #893 from PX4/geoLorenz Meier2014-08-133-26/+330
| |\ \ | | | | | | | | GEO lib projection changes / updates
| | * | geo: fix some warningsThomas Gubler2014-08-111-2/+3
| | | |
| | * | epv/eph threshold variable names changedThomas Gubler2014-08-111-2/+2
| | | |
| | * | Merge remote-tracking branch 'origin/master' into geoThomas Gubler2014-08-11567-120523/+12911
| | |\ \
| | * | | commander: Update after mergeLorenz Meier2014-07-011-4/+4
| | | | |
| | * | | geo: Fix a series of warnings, some which actually pointed to real issuesLorenz Meier2014-07-012-15/+14
| | | | |