aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sensors
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merged beta into paul_estimatorLorenz Meier2014-02-162-64/+299
| |\| | | | |
| * | | | | | Merge branch 'master' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-02-021-12/+10
| |\ \ \ \ \ \
| | * | | | | | Hotfix: Check all channel mappings for valid rangesLorenz Meier2014-02-011-20/+10
| | * | | | | | Hotfix: Check all channel mappings for valid rangesLorenz Meier2014-02-011-4/+12
| * | | | | | | merge masterLorenz Meier2014-01-312-38/+131
| |\| | | | | |
| * | | | | | | Merge branch 'master' into paul_estimatorLorenz Meier2014-01-132-16/+172
| |\ \ \ \ \ \ \
| * | | | | | | | Copyright cleanupLorenz Meier2014-01-131-2/+3
| * | | | | | | | Removed bogus sensor counters, replaced them with proper timestampsLorenz Meier2014-01-121-8/+5
* | | | | | | | | Merge branch 'master' into acro2Anton Babushkin2014-03-081-34/+267
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Add a lot of MAVLink parameter documentation.Stefan Rado2014-02-141-34/+267
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | rc_channels topic: bug fixed; sensors: minor cleanupAnton Babushkin2014-02-041-1/+1
* | | | | | | | Merge branch 'beta' into acro2Anton Babushkin2014-02-021-19/+20
|\| | | | | | |
| * | | | | | | Sensors messaging cleanupLorenz Meier2014-02-021-19/+20
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | ACRO mode implementedAnton Babushkin2014-01-312-0/+15
|/ / / / / /
* | | | | | Merge branch 'master' into betaAnton Babushkin2014-01-301-3/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Differentiate between publication and signal receive timestamp, correctly set...Lorenz Meier2014-01-261-3/+6
* | | | | Merge branch 'master' of github.com:PX4/Firmware into betaLorenz Meier2014-01-261-2/+61
|\| | | |
| * | | | Merge pull request #603 from PX4/rc_config_cleanupLorenz Meier2014-01-251-2/+61
| |\ \ \ \
| | * | | | RC config params set to more useful default values - needs more testingLorenz Meier2014-01-231-2/+61
* | | | | | Merge branch 'cleanup' into betaLorenz Meier2014-01-241-5/+0
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Make the sensors app less verboseLorenz Meier2014-01-241-5/+0
| |/ / /
* | | | Merge branch 'master' into betaAnton Babushkin2014-01-201-2/+2
|\| | |
| * | | Hotfix for IO battery voltageLorenz Meier2014-01-201-2/+2
* | | | Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-143-44/+236
|\| | |
| * | | Battery: default parameters updatedAnton Babushkin2014-01-131-2/+1
| * | | Merge branch 'master' into batt_fixesAnton Babushkin2014-01-132-16/+172
| |\ \ \ | | | |/ | | |/|
| | * | Parameter documentation improvementsLorenz Meier2014-01-132-16/+172
| | |/
| * | Merged origin/master into batt_fixesLorenz Meier2014-01-072-10/+61
| |\|
| * | sensors: discharged current type changed to uint64Anton Babushkin2013-11-251-1/+1
| * | Merge branch 'master' into batt_fixesAnton Babushkin2013-11-111-0/+1
| |\ \
| * | | Track raw battery voltage and filtered battery voltage separately. Estimate r...Anton Babushkin2013-11-111-17/+27
| * | | sensors: minor cleanup, bugs fixed, use unsigned long for discharged integrat...Anton Babushkin2013-11-101-25/+31
| * | | sensors: fixed bug discharged battery currentAnton Babushkin2013-11-081-1/+1
| * | | Workaround to compile on FMUv1.Anton Babushkin2013-11-071-0/+1
| * | | Battery current reading implemented.Anton Babushkin2013-11-072-11/+31
* | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2013-12-301-12/+12
|\ \ \ \
| * | | | Added NONE = not mapped state for mission and return switchesAnton Babushkin2013-12-301-12/+12
| | |_|/ | |/| |
* | | | Merge commit '95bdc1a9bd364ce95abe06b097579cc8a9162e33' into navigator_new_ve...Anton Babushkin2013-12-301-8/+8
|\| | |
| * | | Merged masterLorenz Meier2013-12-271-8/+8
| |\ \ \
| | * | | Hotfix: Better dead zone defaultsLorenz Meier2013-12-271-8/+8
* | | | | Merge branch 'navigator_new' into navigator_new_vector, WIPAnton Babushkin2013-12-282-2/+20
|\| | | |
| * | | | Support 18 channels correctly on FMULorenz Meier2013-12-222-2/+20
| |/ / /
* | | | mathlib: Vector class major cleanupAnton Babushkin2013-12-241-4/+2
* | | | Merge branch 'master' into mathlib_newAnton Babushkin2013-12-232-0/+33
|\| | |
| * | | Allowed custom battery scaling on IOLorenz Meier2013-12-211-0/+1
| * | | Merge pull request #505 from PX4/rc_failsafeLorenz Meier2013-12-192-0/+32
| |\ \ \ | | |_|/ | |/| |
| | * | sensors: code style fixedAnton Babushkin2013-11-011-0/+1
| | * | sensors: support for Futaba RC failsafeAnton Babushkin2013-11-012-0/+31
| | |/
* | / mathlib fixesAnton Babushkin2013-12-191-7/+7
|/ /
* / fix MEAS airspeed and airspeed calibrationThomas Gubler2013-11-101-0/+1
|/