aboutsummaryrefslogtreecommitdiff
path: root/apps/commander/commander.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed RC and offboard control state machineLorenz Meier2012-09-261-23/+34
* Merge branch 'master' of github.com:PX4/Firmware into ardroneLorenz Meier2012-09-261-1/+53
|\
| * write all params to EEPROM for now (workaround to prevent standard values bei...Julian Oes2012-09-251-3/+9
| * auto save after calibration (however the rest is reset to stock)Julian Oes2012-09-251-1/+47
* | Updated C files for attitude estimatorLorenz Meier2012-09-211-0/+6
* | Completely implemented offboard controlLorenz Meier2012-09-211-74/+175
* | Reworked control interface, needs testing / validationLorenz Meier2012-09-191-0/+25
|/
* Fix gyro/mag parameter names in calibration routines.px4dev2012-09-141-6/+6
* Quite flyable stateLorenz Meier2012-09-121-1/+1
* Fixed calibration routines to ignore previous offsets during calibration, add...Lorenz Meier2012-09-111-4/+109
* Commented out potentially problematic printf() statementsLorenz Meier2012-09-071-12/+12
* Various minor fixes and improvements across systemLorenz Meier2012-09-051-33/+43
* Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1...Lorenz Meier2012-09-051-0/+10
* More black magic put into the attitude estimation - works nicely nowLorenz Meier2012-08-291-1/+1
* Fixed calibration, added calibration for accel, working on further filter imp...Lorenz Meier2012-08-291-50/+146
* params debuggingLorenz Meier2012-08-281-4/+4
* Correct scaling for calibration routinesLorenz Meier2012-08-281-28/+27
* Added missing calibration announcement for gyro cal in commanderLorenz Meier2012-08-281-0/+8
* Final parameter interface cleanup - removed last bit of old cruft, fixed a bu...Lorenz Meier2012-08-271-9/+9
* Ported almost everything to new param interface, ready for serious testingLorenz Meier2012-08-241-92/+84
* moved commander to new param interfaceLorenz Meier2012-08-231-3/+11
* Merged parameter changesLorenz Meier2012-08-221-14/+92
|\
| * Porting to new param interface, updated mixersLorenz Meier2012-08-201-15/+93
* | Merge branch 'master' into px4dev_new_paramLorenz Meier2012-08-221-1/+1
|\ \ | |/ |/|
| * Fix an architectural issue with the ORB that prevented publication from inter...px4dev2012-08-211-1/+1
* | Moved parameter command handling to mavlink appLorenz Meier2012-08-201-40/+0
|/
* State machine cleanup, introduced variable rates for MAVLink depending on the...Lorenz Meier2012-08-181-6/+4
* Fixed mag axis assignment, fixed mag calibrationLorenz Meier2012-08-171-3/+16
* Fixed arming bugLorenz Meier2012-08-161-1/+1
* Various fixes for params interfaceLorenz Meier2012-08-161-21/+26
* mag cal, scaling of throttleLorenz Meier2012-08-161-5/+5
* Massive improvements in state machine, still tracing wrong throttle scaling i...Lorenz Meier2012-08-131-47/+47
* Streamlined ar drone interface, removed a lot of old cruft, preparing for gen...Lorenz Meier2012-08-121-1/+3
* Added manual control abstraction layer, reworked sensors and ardrone_control ...Lorenz Meier2012-08-111-7/+12
* Minor but important fixes across systemLorenz Meier2012-08-081-64/+112
* Completed calibration state machine, calibration state now propagating to sen...Lorenz Meier2012-08-061-15/+39
* Using float precision where already anyway availableLorenz Meier2012-08-051-1/+1
* Minor cleanups in printingLorenz Meier2012-08-051-17/+33
* Minor fixes to HMC driver, mag calibration doneLorenz Meier2012-08-051-11/+191
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+862