aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
* AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITSLorenz Meier2014-01-1224-173/+148
|
* Moved to sensor_combined topic for estimatorLorenz Meier2014-01-121-19/+129
|
* Removed bogus sensor counters, replaced them with proper timestampsLorenz Meier2014-01-128-75/+63
|
* Merge branch 'master' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-01-129-11/+524
|\
| * Compiling in new functionsLorenz Meier2014-01-071-1/+2
| |
| * Added functionality to read serialLorenz Meier2014-01-072-0/+109
| |
| * OTP return value cleanupLorenz Meier2014-01-072-151/+179
| |
| * added otp libraryBuzz2014-01-073-1/+350
| |
| * px4io: enable power on Spektrum connector on initAndrew Tridgell2014-01-071-0/+6
| |
| * px4iofirmware: make forceupdate more reliableAndrew Tridgell2014-01-073-10/+30
| | | | | | | | | | | | | | this schedules a reboot rather than rebooting immediately, which means the FMU gets an ACK for its reboot operation, preventing it from timing out waiting for the ACK. That makes the timing of the reboot more consistent, which makes it more reliable for forceupdate
* | Switch to 21 state version, publish local position as wellLorenz Meier2014-01-071-1/+40
| |
* | Change slightly the way we handle timestamps, apply same unknown scaling as ↵Lorenz Meier2014-01-051-10/+12
| | | | | | | | on logfiles
* | Added lots of instrumentation to ensure all data sources are coming in cleanLorenz Meier2014-01-031-1/+26
| |
* | Merged estimator branchesLorenz Meier2014-01-021-5/+5
|\ \
| * | Filter returns some results. Needs careful range and unit checking, but on trackLorenz Meier2014-01-021-8/+8
| | |
* | | Compile fixes, publishing estimated attitude nowLorenz Meier2014-01-021-10/+34
|/ /
* | Fix up initLorenz Meier2014-01-021-48/+64
| |
* | Use the already compensated mag vector and initialize offsets to zeroLorenz Meier2014-01-021-3/+4
| |
* | More fixes, but things are pretty NaN stillLorenz Meier2014-01-021-3/+8
| |
* | Set new filter as default in HIL and fixed wing, fixes in estimator, WIPLorenz Meier2014-01-021-32/+44
| |
* | Now actually loading data into the filter when running itLorenz Meier2014-01-021-13/+93
| |
* | Use a really large amount of stack to avoid running out of itLorenz Meier2014-01-011-1/+1
| |
* | Interfaced Pauls estimator, compiles, untestedLorenz Meier2014-01-012-34/+158
| |
* | Added new estimator framework, actual estimation code not yet presentLorenz Meier2014-01-013-0/+549
|/
* HOTFIX: Increased attitude control updates to 50 Hz - was less than 10 Hz ↵Lorenz Meier2013-12-311-1/+2
| | | | and unintended slow
* Add note about multi-port support on GCS sideLorenz Meier2013-12-291-1/+2
|
* Support for more than 8 output portsLorenz Meier2013-12-291-14/+20
|
* Merge remote-tracking branch 'px4/master' into control_groupsJulian Oes2013-12-271-4/+4
|\
| * Attitude_estimator_ekf: Fix params, this bug caused the ↵Julian Oes2013-12-271-4/+4
| | | | | | | | multirotor_att_control to stop
* | Allow to disable a channelLorenz Meier2013-12-271-2/+6
| |
* | Working around creating an error condition with more than 8 raw RC channelsLorenz Meier2013-12-271-1/+1
| |
* | Merged masterLorenz Meier2013-12-279-23/+35
|\|
| * Hotfix: Better dead zone defaultsLorenz Meier2013-12-271-8/+8
| |
| * Hotfix: Reduce mag influence on att estimateLorenz Meier2013-12-271-5/+7
| |
| * Changed RSSI range to 0..255Lorenz Meier2013-12-252-4/+4
| |
| * Added PPM frame length feedback in IO comms and status command - allows to ↵Lorenz Meier2013-12-253-6/+13
| | | | | | | | warn users about badly formatted PPM frames
| * Greatly robustified PPM parsing, needs cross-checking with receiver modelsLorenz Meier2013-12-251-0/+1
| |
| * Added channel count to log formatLorenz Meier2013-12-232-1/+3
| |
* | HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
| |
* | Enable 18 channels on IOLorenz Meier2013-12-221-1/+1
| |
* | Support 18 channels correctly on FMULorenz Meier2013-12-224-11/+26
| |
* | Fix usage of wrong constant for RC input channelsLorenz Meier2013-12-221-10/+12
| |
* | Fixed compile errorLorenz Meier2013-12-211-2/+2
| |
* | Merged masterLorenz Meier2013-12-2127-612/+573
|\|
| * Allowed custom battery scaling on IOLorenz Meier2013-12-211-0/+1
| |
| * Added average as direct outputLorenz Meier2013-12-201-1/+2
| |
| * Merge pull request #505 from PX4/rc_failsafeLorenz Meier2013-12-193-2/+34
| |\ | | | | | | Futaba RC failsafe support
| | * Merge branch 'master' into rc_failsafeAnton Babushkin2013-11-043-14/+24
| | |\
| | * | sensors: code style fixedAnton Babushkin2013-11-011-0/+1
| | | |
| | * | commander: bug fixed in failsafeAnton Babushkin2013-11-011-2/+2
| | | |