aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander.c
Commit message (Collapse)AuthorAgeFilesLines
* moved commander to C++, preparation for better gyro scale calibration ↵Lorenz Meier2013-07-201-1721/+0
| | | | respecting the current attitude for more accurate results
* 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
| |\ | | | | | | Arm/disarm and SAS modes order safety fixes
| | * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiling again Conflicts: src/modules/fixedwing_att_control/fixedwing_att_control_att.c src/modules/fixedwing_att_control/fixedwing_att_control_rate.c src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c src/modules/mavlink/orb_listener.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/systemlib/pid/pid.c src/modules/systemlib/pid/pid.h src/modules/uORB/objects_common.cpp
| * | Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own ↵px4dev2013-06-011-1/+1
| |/ | | | | | | version of task_spawn that's different.
* | 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c src/modules/commander/state_machine_helper.h src/modules/px4iofirmware/mixer.cpp src/modules/uORB/topics/actuator_controls.h src/modules/uORB/topics/vehicle_status.h
| * | Added safety status feedback, disallow arming of a rotary wing with engaged ↵Lorenz Meier2013-06-091-29/+53
| |/ | | | | | | safety
* | Controllers should not access state machine anymore but access the ↵Julian Oes2013-06-151-56/+61
| | | | | | | | vehicle_control_mode flags
* | 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
|/ | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c
* 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