aboutsummaryrefslogtreecommitdiff
path: root/apps/commander
Commit message (Expand)AuthorAgeFilesLines
* Magnetometer calibration fixedJulian Oes2012-09-271-40/+15
* Cleanup of lots of debugging printfsJulian Oes2012-09-271-4/+0
* Calibration should not freeze anymore, ardrone flying but estimator is not ab...Julian Oes2012-09-271-31/+17
* Merge branch 'ardrone' of https://github.com/PX4/Firmware into ardroneJulian Oes2012-09-271-23/+34
|\
| * 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
| |\
* | | Merge remote-tracking branch 'upstream/ardrone'Julian Oes2012-09-252-75/+208
|\| |
| * | Updated C files for attitude estimatorLorenz Meier2012-09-211-0/+6
| * | Completely implemented offboard controlLorenz Meier2012-09-212-75/+177
| * | Reworked control interface, needs testing / validationLorenz Meier2012-09-191-0/+25
* | | forgot to remove printfs of magnetometer calibrationJulian Oes2012-09-251-9/+9
* | | Simplified magnetometer calibration routineJulian Oes2012-09-251-134/+49
| |/ |/|
* | 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
|/
* Reworking control infrastructure for inner rate loop, preparing offboard inte...Lorenz Meier2012-09-181-0/+2
* 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
* Fixed HIL enabling, renamed failsafe to better term "lockdown", made sure HIL...Lorenz Meier2012-09-101-4/+9
* Commented out potentially problematic printf() statementsLorenz Meier2012-09-071-12/+12
* Various minor fixes and improvements across systemLorenz Meier2012-09-052-35/+43
* Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1...Lorenz Meier2012-09-053-4/+25
* Changed to publishing armed state in commanderLorenz Meier2012-09-021-0/+5
* Fixed arming state setting / publicationLorenz Meier2012-09-021-1/+1
* 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-272-16/+19
* Minor cleanups, added more error verbosity, XXX parameters get now read it at...Lorenz Meier2012-08-271-1/+1
* 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-222-15/+93
|\
| * Porting to new param interface, updated mixersLorenz Meier2012-08-202-16/+94
* | 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-182-40/+60
* Fixed mag axis assignment, fixed mag calibrationLorenz Meier2012-08-171-3/+16
* Minor tweaks and command parsing debuggingLorenz Meier2012-08-161-1/+1
* Fixed arming bugLorenz Meier2012-08-161-1/+1
* Various fixes for params interfaceLorenz Meier2012-08-162-23/+28
* mag cal, scaling of throttleLorenz Meier2012-08-161-5/+5
* Updated start script, checking commander mishapsLorenz Meier2012-08-161-2/+5
* Massive improvements in state machine, still tracing wrong throttle scaling i...Lorenz Meier2012-08-133-126/+202
* 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-082-103/+146
* HIL fixed, fixedwing control fixesIvan Ovinnikov2012-08-071-0/+3