aboutsummaryrefslogtreecommitdiff
path: root/apps/commander/commander.c
Commit message (Collapse)AuthorAgeFilesLines
...
* param load / store cleanup, storage location selection now exclusively ↵Lorenz Meier2012-11-021-10/+68
| | | | through dedicated "param select <path>" command
* Minor tweaks to offboard control receptionLorenz Meier2012-11-011-4/+7
|
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-311-2/+2
|\
| * Move the last of the board-specific code for PX4FMU out of the NuttX tree. ↵px4dev2012-10-311-2/+2
| | | | | | | | Now it's just configuration.
* | New param interface for microSD and EEPROMLorenz Meier2012-10-311-33/+6
|/
* Remove excessive mem usageLorenz Meier2012-10-301-1/+2
|
* Fixed mag calibrationLorenz Meier2012-10-301-6/+12
|
* Calibration improvementLorenz Meier2012-10-291-1/+24
|
* Tease the PWM driver out and fix some build issues after cleaning up behind ↵px4dev2012-10-231-1/+1
| | | | the cpuload pieces.
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-2/+2
|
* System state updatesLorenz Meier2012-10-231-11/+40
|
* Fixed mavlink app termination, terminates now cleanlyLorenz Meier2012-10-231-14/+14
|
* Switched to a more convenient audio tunestable_manual_flightLorenz Meier2012-10-221-8/+13
|
* Resolved wrong TX drop displayLorenz Meier2012-10-221-0/+6
|
* Merge branch 'master' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-221-1/+1
|\
| * Move the tone_alarm driver out of the NuttX configs area and add it as an ↵px4dev2012-10-211-1/+1
| | | | | | | | | | | | stm32-specific driver in the PX4 apps space. Add a new tone_alarm command that can be used to start/stop alarm tones from the shell.
* | Cleaned up calibration, added text messages ring bufferLorenz Meier2012-10-221-43/+33
| |
* | Checkpoint: Working, but non-verified full mag calibrationLorenz Meier2012-10-211-72/+108
| |
* | Merge branch 'daregger_rate_control' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-191-23/+34
|\ \
| * | Calibration progress, needs sphere fittingLorenz Meier2012-10-171-21/+23
| | |
| * | Fixed an abort condition, fixed value initialization, implemented naive ↵Lorenz Meier2012-10-171-3/+12
| | | | | | | | | | | | three-step calibration
* | | Calibration WIP, not compilingLorenz Meier2012-10-171-0/+17
|/ /
* | MergedLorenz Meier2012-10-161-183/+207
|\ \
| * | Ignore measurement parts not projected to the planeLorenz Meier2012-10-161-18/+22
| | |
| * | Reworked calibrationLorenz Meier2012-10-151-158/+188
| |/
* / Fixed logging, mergedLorenz Meier2012-10-101-5/+15
|/
* Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-041-12/+7
|\ | | | | | | | | | | | | Conflicts: apps/commander/commander.c apps/multirotor_att_control/multirotor_att_control_main.c apps/multirotor_att_control/multirotor_rate_control.c
| * Fixed inner yaw rate loopLorenz Meier2012-10-041-6/+0
| |
* | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-041-1/+1
|\|
| * Go back to the FIFO scheduler for now, as we don't have time to shake out ↵px4dev2012-10-031-1/+1
| | | | | | | | | | | | the RR scheduler changeover just yet. Make the "default" scheduler a centralized definition so that changes are easier in future.
* | fixed Rate controllertnaegeli2012-10-041-7/+8
|/
* Minor cleanups in debug output and offboard control armingLorenz Meier2012-10-021-0/+4
|
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-1/+6
|
* 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 ↵Julian Oes2012-09-271-31/+17
| | | | able to use calibrated magnetometer data
* Merge branch 'ardrone' of https://github.com/PX4/Firmware into ardroneJulian Oes2012-09-271-23/+34
|\ | | | | | | | | Conflicts: apps/ardrone_interface/ardrone_motor_control.c
| * 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-251-74/+206
|\| |
| * | 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
| | |
* | | 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 ↵Julian Oes2012-09-251-3/+9
| | | | | | | | being written)
* | auto save after calibration (however the rest is reset to stock)Julian Oes2012-09-251-1/+47
|/
* Fix gyro/mag parameter names in calibration routines.px4dev2012-09-141-6/+6
| | | | Thanks to AngeloDP for spotting this.
* Quite flyable stateLorenz Meier2012-09-121-1/+1
|
* Fixed calibration routines to ignore previous offsets during calibration, ↵Lorenz Meier2012-09-111-4/+109
| | | | added scale compensation for MPU-6000