aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sensors
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Replaces poshold/althold with posctrl/altctrlTickTock-2014-04-282-16/+16
| | * | | | | | | renamed EASY to POSHOLD and SEATBELT to ALTHOLDTickTock-2014-04-272-16/+16
| | * | | | | | | compilesTickTock-2014-04-271-33/+1
| | * | | | | | | Merged in upstream masterTickTock-2014-04-272-17/+47
| | |\ \ \ \ \ \ \
| | * | | | | | | | Made failsafe more intuitive. Default (0) maps to whatever channel is thrott...TickTock-2014-04-222-21/+9
| | * | | | | | | | Added ASSISTED, AUTO, EASY, RETURN, & LOITER programmable thresholds to enabl...TickTock-2014-04-222-23/+138
| | * | | | | | | | Added RC_MAP_FAILSAFE parameter for customizing failsafe channel. Default to...TickTock-2014-04-221-13/+38
| | * | | | | | | | renamed mission_switch to loiter_switch and assisted_switch to easy_switchTickTock-2014-04-222-14/+14
| | * | | | | | | | Merge branch 'rc_timeout' of https://github.com/TickTock-/Firmware into rc_me...TickTock-2014-04-222-198/+129
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Added rc_map_failsafe to enable use of channels other than throttle for fails...TickTock-2014-04-192-8/+40
| * | | | | | | | | | sensors: use new manual control setpoint variable namesThomas Gubler2014-05-121-8/+8
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merged mpc_rc with masterLorenz Meier2014-04-271-11/+11
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge pull request #849 from PX4/compile_pedanticLorenz Meier2014-04-261-11/+11
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Fix of errors triggered by more pedantic compile optionsLorenz Meier2014-04-211-11/+11
| | | |/ / / / / / / /
| * | | | | | | | | | Merge branch 'master' into mpc_rcAnton Babushkin2014-04-251-7/+5
| |\| | | | | | | | |
| | * | | | | | | | | sensors: Keep looping in sensors app even if gyros do not update any more. Th...Lorenz Meier2014-04-221-7/+5
| | |/ / / / / / / /
| * | / / / / / / / MISSION switch renamed to LOITERAnton Babushkin2014-04-242-8/+8
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | sensors: use timestamp_last_signal for actuator_group_3 timestampingAnton Babushkin2014-04-071-1/+1
| * | | | | | | | sensors: lost signal detection rewritten to be more clearAnton Babushkin2014-04-071-8/+17
| * | | | | | | | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-061-2/+3
| |\| | | | | | |
| | * | | | | | | Populate air temperature fieldLorenz Meier2014-04-051-2/+3
| | * | | | | | | Fix failsafe assignment in sensors appLorenz Meier2014-04-051-2/+2
| | * | | | | | | Fix logic for S.Bus failsafe detectionLorenz Meier2014-04-051-2/+2
| * | | | | | | | manual_control_setpoint: signal_lost flag removed, sensors: bugs fixedAnton Babushkin2014-04-051-26/+10
| * | | | | | | | sensors: bug fixedAnton Babushkin2014-04-051-3/+4
| * | | | | | | | Merge branch 'failsafe_sbus_cleanup' into rc_timeoutAnton Babushkin2014-04-052-90/+56
| |\| | | | | | |
| | * | | | | | | sensors and px4io driver: Guard against failsafe trigger for inverted remotesLorenz Meier2014-04-052-5/+5
| | * | | | | | | Trigger failsafe action also on failsafe flagLorenz Meier2014-04-051-1/+1
| | * | | | | | | Simplify the failsafe handling, reduce 3 params to oneLorenz Meier2014-04-052-44/+10
| * | | | | | | | sensors: switch position reading bug fixedAnton Babushkin2014-04-031-1/+1
| * | | | | | | | sensors: publish last valid manual control values when signal lostAnton Babushkin2014-04-031-62/+51
| * | | | | | | | mc_att_control, mc_pos_control: update manual_control_setpoint usageAnton Babushkin2014-04-032-41/+0
| * | | | | | | | sensors: use enum for switches position and -1..1 for values in 'manual_contr...Anton Babushkin2014-04-031-92/+73
| * | | | | | | | 'signal_lost' flag added to manual_control_setpoint and rc_channels topics to...Anton Babushkin2014-04-031-106/+118
| |/ / / / / / /
| * | | | | | | Merge branch 'airspeed_filter_fixes' into paul_estimator_numericLorenz Meier2014-03-231-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Move changes regarding the filtered airspeed consistently across sensors, use...Lorenz Meier2014-03-231-1/+5
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'master' into paul_estimator_numericLorenz Meier2014-03-231-3/+4
| |\| | | | | |
| | * | | | | | Merged airspeed sensor useLorenz Meier2014-03-231-2/+2
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'diff_press_filter' into diff_press_filter_useThomas Gubler2014-03-211-0/+1
| | | |\ \ \ \ \ \
| | | * | | | | | | sensors: use filtered diff pressure to calculate airspeedThomas Gubler2014-03-151-2/+2
| | * | | | | | | | Merged airspeed filtering from Thomas GublerLorenz Meier2014-03-231-1/+2
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Merge remote-tracking branch 'upstream/master' into diff_press_filterThomas Gubler2014-03-211-0/+1
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | add low pass filter to meas airspeed driver including logging of filtered valueThomas Gubler2014-03-141-0/+1
| | | | |_|_|_|_|/ | | | |/| | | | |
| * | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into paul_estimator_numericLorenz Meier2014-03-211-0/+1
| |\| | | | | | |
| | * | | | | | | Merge branch 'master' of github.com:PX4/Firmware into beta_mavlink2Lorenz Meier2014-03-211-0/+1
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | sensors app: add timestamp in airspeed messageThomas Gubler2014-03-131-0/+1
| | | |/ / / / /
| * | | | | | | Merge branch 'adc_fix' into paul_estimator_mavlink2Lorenz Meier2014-03-171-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Consistently making space for a maximum of 12 channels, 10 channels (includin...Lorenz Meier2014-03-171-2/+2
| * | | | | | | | Merge branch 'adc_fix' into paul_estimator_mavlink2Lorenz Meier2014-03-171-4/+7
| |\| | | | | | |
| | * | | | | | | ADC channel mapping fix in sensors appLorenz Meier2014-03-171-4/+7
| | | |/ / / / / | | |/| | | | |