aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* flight termination on gps failure && datalink loss: do not activate in manual...Thomas Gubler2014-08-261-3/+8
* fix flight termination circuit breaker name, testedThomas Gubler2014-08-262-2/+2
* introduce new nav state to allow normal rtl with RC switchThomas Gubler2014-08-263-2/+6
* limit warnx output on flight terminationThomas Gubler2014-08-251-2/+10
* Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-252-12/+15
|\
| * px4flow: removed flow report in driver, just use uORB topicJulian Oes2014-08-251-1/+1
| * mavlink_main: raise rates of onboard modeJulian Oes2014-08-251-3/+3
| * Deal with zero airspeed measurementsLorenz Meier2014-08-241-8/+11
* | commander: limit the output of a warnxThomas Gubler2014-08-241-1/+5
* | move flight termination and geofence flags from setpoint triplet to mission r...Thomas Gubler2014-08-247-40/+41
* | correctly initialize stay in failsafe flagThomas Gubler2014-08-241-1/+1
* | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-08-2419-153/+922
|\|
| * Merge pull request #1301 from PX4/uavcan_sensorsLorenz Meier2014-08-2414-129/+883
| |\
| | * Resource leak fixPavel Kirienko2014-08-241-0/+1
| | * UAVCAN status reporting and proper terminationPavel Kirienko2014-08-241-2/+19
| | * UAVCAN: initializing all bridges by defaultPavel Kirienko2014-08-245-126/+29
| | * UAVCAN: Minor improvement of the GNSS bridgePavel Kirienko2014-08-232-30/+28
| | * UAVCAN: Proper CDev initialization from sensor bridgesPavel Kirienko2014-08-232-2/+12
| | * UAVCAN: redundant sensors supportPavel Kirienko2014-08-239-112/+188
| | * New UAVCAN initialization logicPavel Kirienko2014-08-233-36/+90
| | * UAVCAN: Printing all known sensor bridge names with usage infoPavel Kirienko2014-08-223-0/+20
| | * UAVCAN baro driverPavel Kirienko2014-08-224-1/+225
| | * UAVCAN: improved sensor bridge factoryPavel Kirienko2014-08-227-13/+16
| | * Too much Ctrl+C Ctrl+VPavel Kirienko2014-08-221-2/+2
| | * UAVCAN mag driver fixPavel Kirienko2014-08-221-16/+14
| | * UAVCAN magnetometer driverPavel Kirienko2014-08-224-1/+232
| | * UAVCAN sensor enable command fixPavel Kirienko2014-08-221-0/+2
| | * UAVCAN GNSS subscription name fixPavel Kirienko2014-08-222-3/+3
| | * UAVCAN: Refactored and generalized sensor bridge supportPavel Kirienko2014-08-229-48/+265
| * | Add warning for non-standard avionics rail voltagesLorenz Meier2014-08-241-6/+13
| * | Be only reasonably strict on avionics supply voltage.Lorenz Meier2014-08-241-2/+2
| * | Merge pull request #1309 from PX4/vfrhudbaroaltLorenz Meier2014-08-241-2/+9
| |\ \
| | * | vfr_hud mavlink msg: use baro altThomas Gubler2014-08-231-2/+9
| | |/
| * | Remove absolute pressure field as its not useful and confusing anywaryLorenz Meier2014-08-242-8/+7
| * | airspeed_calibration: stop talking about Pa and and hashtags (now the correct...Julian Oes2014-08-231-8/+10
| * | Revert "airspeed_calibration: stop talking about Pa and and hashtags"Julian Oes2014-08-231-10/+8
| * | airspeed_calibration: stop talking about Pa and and hashtagsJulian Oes2014-08-231-8/+10
| |/
* | geofence: make some functions private, correctly update paramsThomas Gubler2014-08-243-4/+7
* | commander: check if baro is healthyThomas Gubler2014-08-242-0/+21
* | datalink loss: add param to allow skipping of comms hold wpThomas Gubler2014-08-243-8/+31
* | datalink loss (obc): add termination after loitering at airfield homeThomas Gubler2014-08-244-1/+39
* | geofence: add counter threshold for subsequent detectionsThomas Gubler2014-08-243-3/+38
* | geofence: can select gps instead of global positionThomas Gubler2014-08-245-12/+89
* | stae machine helper: remove unnecessary check for RC lossThomas Gubler2014-08-232-15/+2
* | commander: fix check for rc && gps lossThomas Gubler2014-08-231-2/+2
* | obc rcloss: set altitudeThomas Gubler2014-08-231-2/+3
* | commander: flight termination, require armingThomas Gubler2014-08-231-24/+26
* | add OBC RC loss mode to navigatorThomas Gubler2014-08-227-7/+339
* | move and rename paramsThomas Gubler2014-08-223-36/+46
* | switch to rc loss mode if rc loss commandedThomas Gubler2014-08-221-1/+1