aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander.c
Commit message (Expand)AuthorAgeFilesLines
* moved commander to C++, preparation for better gyro scale calibration respect...Lorenz Meier2013-07-201-1721/+0
* Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-161-65/+57
* Fixed disarming bug, use flag instead of mode switchJulian Oes2013-07-161-5/+3
* Some more commander cleanup, param update handling code was doubledJulian Oes2013-07-161-55/+24
* Just some reordering in commanderJulian Oes2013-07-161-117/+66
* Got rid of useless orb_receive_loop, moved some helper functionsJulian Oes2013-07-161-145/+51
* Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-43/+44
* Merged masterLorenz Meier2013-07-151-4/+14
|\
| * Merge pull request #317 from DrTon/arm_safe_fixLorenz Meier2013-07-101-7/+20
| |\
| | * More strict conditions for arm/disarmAnton Babushkin2013-06-291-3/+8
| | * Publish manual_sas_mode immediately, SAS modes switch order changed to more safeAnton Babushkin2013-06-291-4/+12
* | | Merge branch 'master' into new_state_machineJulian Oes2013-07-081-1/+1
|\| |
| * | Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own versi...px4dev2013-06-011-1/+1
| |/
* | Shrinking the main commander file a bitJulian Oes2013-06-251-486/+27
* | Beep when arming or disarming with RCJulian Oes2013-06-251-7/+9
* | Dropped superseded safety topic, added warning tones before armingJulian Oes2013-06-251-21/+43
* | Conditions where set wrongly in the first 2s after bootJulian Oes2013-06-241-3/+3
* | Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-181-3/+41
|\ \
| * | Added safety status feedback, disallow arming of a rotary wing with engaged s...Lorenz Meier2013-06-091-29/+53
| |/
* | Controllers should not access state machine anymore but access the vehicle_co...Julian Oes2013-06-151-56/+61
* | Beep when mode is not possibleJulian Oes2013-06-141-3/+0
* | Introduced new actuator_safety topicJulian Oes2013-06-141-74/+96
* | Fixed param saveJulian Oes2013-06-131-1/+1
* | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-171-552/+743
|/
* Tested with PX4FMU and PX4IO with GPS and armingLorenz Meier2013-05-121-3/+3
* Implemented new led status proposalLorenz Meier2013-05-091-6/+24
* Merged ETS airspeed driverLorenz Meier2013-05-091-18/+18
* Merge branch 'master' of github.com:PX4/Firmware into export-buildLorenz Meier2013-05-061-123/+2
* Merge working changes into export-build branch.px4dev2013-04-261-0/+2181