aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/control_groups' into fw_autoland_att_t...Thomas Gubler2013-12-231-2/+2
|\
| * Merge pull request #505 from PX4/rc_failsafeLorenz Meier2013-12-191-2/+2
| |\
| | * Merge branch 'master' into rc_failsafeAnton Babushkin2013-11-041-10/+19
| | |\
| | * | commander: bug fixed in failsafeAnton Babushkin2013-11-011-2/+2
| * | | update the commander to only use local pos for landing detection when on rota...Thomas Gubler2013-11-261-3/+4
| * | | fix MEAS airspeed and airspeed calibrationThomas Gubler2013-11-101-6/+38
* | | | temporary workaround to trigger failsafe with remote controlThomas Gubler2013-12-141-0/+10
* | | | fix wrong usage of navigation state in flighttermination state machineThomas Gubler2013-12-141-1/+1
* | | | added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-083-1/+73
* | | | update the commander to only use local pos for landing detection when on rota...Thomas Gubler2013-11-261-3/+3
* | | | fix MEAS airspeed and airspeed calibrationThomas Gubler2013-11-101-6/+38
* | | | enable seatbelt without position lock for non rotary wing vehiclesThomas Gubler2013-11-081-2/+3
* | | | Fixedwing: Enable loiter mode, tested in HILJulian Oes2013-11-061-1/+2
|/ / /
* | / Startup scripts: Start the commander early and let it try to open the mavlink...Julian Oes2013-11-051-10/+7
| |/ |/|
* | Hotfix for mag calibrationLorenz Meier2013-11-031-10/+19
|/
* Minor bugfix to commander, emits arming sound now on the right occasions. Fix...Lorenz Meier2013-11-011-6/+12
* Hotfix: Announcing important messages via audioLorenz Meier2013-10-281-29/+29
* Merge pull request #483 from PX4/calib_rotationLorenz Meier2013-10-236-379/+545
|\
| * accelerometer_calibration: stability fixAnton Babushkin2013-10-211-2/+5
| * accel/gyro/mag calibration: big cleanup, use common messagesAnton Babushkin2013-10-214-171/+239
| * calibration: bugs fixed, mavlink messages cleanupAnton Babushkin2013-10-213-195/+251
| * Adjusted mavlink info messages during gyro calibration to not break QGroundCo...Stefan Rado2013-10-211-2/+4
| * accelerometer_calibration: code style fixed, lib/conversion copyright fixAnton Babushkin2013-10-201-46/+76
| * accelerometer calibration fixAnton Babushkin2013-10-201-28/+17
| * get_rot_matrix() moved to separate library, accel calibration of rotated boar...Anton Babushkin2013-10-202-14/+32
* | Fixed bug with fd leak in rc_calibration_checkAnton Babushkin2013-10-221-2/+2
|/
* Fix gyro calibration for rotated sensors.Stefan Rado2013-10-191-100/+78
* Merge pull request #446 from PX4/commander_fixesLorenz Meier2013-10-132-18/+5
|\
| * commander: remove duplicate publishing of vehicle_control_mode and actuator_a...Anton Babushkin2013-10-072-18/+5
* | State machine fixes for HILLorenz Meier2013-10-063-31/+50
|/
* Fixed in-air restart, now obeys the right orderLorenz Meier2013-09-221-10/+12
* Fixed in-air restartLorenz Meier2013-09-221-2/+20
* commander: state indication changed, 3 green blinks = succsess, 3 white blink...Anton Babushkin2013-09-193-72/+100
* Hotfix: Disable gyro scale calibration to prevent people from wrongly using itLorenz Meier2013-09-181-4/+8
* tone_alarm: more device paths replaced with #defineRandy Mackay2013-09-161-1/+1
* Beep and print message when arming is not allowedAnton Babushkin2013-09-141-39/+65
* Merge branch 'fixedwing_l1' of github.com:PX4/Firmware into fixedwing_l1Lorenz Meier2013-09-082-13/+44
|\
| * Fixed HIL mode switching, HIL worksLorenz Meier2013-09-082-2/+10
| * Fixed commander start / stop to ensure the state is sane once NSH returnsLorenz Meier2013-09-081-11/+34
* | Added additional vector functions, fixed seatbelt for global estimatorsLorenz Meier2013-09-081-4/+6
|/
* Hotfix: Better error reporting, fixed sched param setupLorenz Meier2013-09-052-10/+29
* Added parameter NAV_TAKEOFF_GAPAnton Babushkin2013-09-021-0/+1
* Closing all opened file descriptors, fixed param save issue, tests cleanLorenz Meier2013-09-015-45/+35
* Closing files that should be closedLorenz Meier2013-09-011-0/+4
* Hotfix: Increase stack size for low prio commander taskLorenz Meier2013-08-311-1/+1
* Remove unused tones and save about 6K flash spaceJean Cyr2013-08-301-8/+8
* commander: switch to AUTO_READY or AUTO_MISSION immediately, don't try to sta...Anton Babushkin2013-08-303-57/+52
* Changed RGBLED behaviour, breathe mode when disarmed and ready to armJulian Oes2013-08-291-59/+34
* Made low/critical warnings consistingJulian Oes2013-08-291-8/+8
* Full failsafe rewrite.Anton Babushkin2013-08-274-321/+304