aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Rejecting arming if safety switch is not in safe position, added reboot commandLorenz Meier2013-08-153-18/+58
| * | | Merged masterLorenz Meier2013-08-141-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| * | gyro_calibration: confusing typo in mavlink message fixedAnton Babushkin2013-08-141-1/+1
| * | Fixed gyro scale calibration (it was storing scale even though the scale cali...Julian Oes2013-08-141-2/+6
| * | commander/px4_custom_mode.h addedAnton Babushkin2013-08-141-0/+18
| * | commander, mavlink: fixed base_mode and custom_mode in mavlinkAnton Babushkin2013-08-141-9/+5
| * | commander: set mode using base_mode and custom_modeAnton Babushkin2013-08-071-17/+41
| * | commander rewrite almost completed, WIPAnton Babushkin2013-07-314-486/+445
| * | State machine rewritten, compiles, WIPAnton Babushkin2013-07-283-1103/+884
| * | commander: don't notify user about rejected disarm to not confuse, flag_contr...Anton Babushkin2013-07-232-31/+32
| * | commander: WIP, SEATBELT renamed to ASSISTED, added SIMPLE mode, added ASSIST...Anton Babushkin2013-07-222-97/+159
| * | moved commander to C++, preparation for better gyro scale calibration respect...Lorenz Meier2013-07-2012-83/+152
| * | Added gyro scale estimation (but param is NOT written)Lorenz Meier2013-07-191-0/+80
| * | Merge branch 'master' of github.com:PX4/Firmware into new_state_machineLorenz Meier2013-07-191-4/+9
| |\ \
| * | | Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-163-70/+65
| * | | MergedLorenz Meier2013-07-161-1/+1
| |\ \ \
| * | | | 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-163-117/+118
| * | | | Got rid of useless orb_receive_loop, moved some helper functionsJulian Oes2013-07-163-146/+103
| * | | | Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-154-59/+60
| * | | | Merged masterLorenz Meier2013-07-151-4/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into new_state_machineJulian Oes2013-07-083-13/+82
| |\ \ \ \ \
| * | | | | | Shrinking the main commander file a bitJulian Oes2013-06-2520-564/+1159
| * | | | | | 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-183-6/+64
| |\ \ \ \ \ \
| | * | | | | | Minor state machine improvements and fixes for IO safety / in-air restart han...Lorenz Meier2013-06-121-0/+3
| | * | | | | | Extended vehicle detectionLorenz Meier2013-06-101-2/+4
| | * | | | | | Play warning tuneLorenz Meier2013-06-091-0/+4
| | * | | | | | Added safety status feedback, disallow arming of a rotary wing with engaged s...Lorenz Meier2013-06-093-32/+89
| * | | | | | | Controllers should not access state machine anymore but access the vehicle_co...Julian Oes2013-06-153-124/+133
| * | | | | | | Beep when mode is not possibleJulian Oes2013-06-142-3/+19
| * | | | | | | Arming with IO working nowJulian Oes2013-06-141-0/+4
| * | | | | | | Introduced new actuator_safety topicJulian Oes2013-06-143-84/+114
| * | | | | | | Fixed param saveJulian Oes2013-06-131-1/+1
| * | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-175-1267/+1301
| |/ / / / / /
* | | | | | | Add an option to the systemreset() call and to the reboot command (-b) to reb...px4dev2013-08-031-1/+1
* | | | | | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringupLorenz Meier2013-07-301-2/+8
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'config' of github.com:PX4/FirmwareLorenz Meier2013-07-301-2/+8
| |\ \ \ \ \ \
| | * | | | | | Implemented config command, fixed a number range set / get issues for some se...Lorenz Meier2013-07-261-2/+8
| | | |_|_|_|/ | | |/| | | |
* | / | | | | Fixed led and reboot linker challenges in C++ environmentsLorenz Meier2013-07-281-1/+1
|/ / / / / /
* / / / / / Hotfix: Made accel calibration a bit more forgiving about motion thresholdLorenz Meier2013-07-211-2/+2
|/ / / / /
* | | | / Robustified accel calLorenz Meier2013-07-181-4/+9
| |_|_|/ |/| | |
* | | | Hotfix: Fixed RC calibrationLorenz Meier2013-07-161-1/+1
| |_|/ |/| |
* | | 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' of github.com:PX4/Firmware into origin_integrationLorenz Meier2013-07-022-12/+81
|\ \