aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander
Commit message (Expand)AuthorAgeFilesLines
* commander: more robust RC failsafe, but still hotfix, needs to be rewrittenAnton Babushkin2014-01-211-5/+10
* navigator, commander: RTL and RC failsafe fixesAnton Babushkin2014-01-181-1/+1
* RTL on RC failsafeAnton Babushkin2014-01-181-0/+8
* Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-144-68/+55
|\
| * Battery: default parameters updatedAnton Babushkin2014-01-131-2/+2
| * Merged origin/master into batt_fixesLorenz Meier2014-01-071-5/+6
| |\
| * \ Merge branch 'master' into batt_fixesAnton Babushkin2013-11-111-6/+38
| |\ \
| * | | Track raw battery voltage and filtered battery voltage separately. Estimate r...Anton Babushkin2013-11-112-49/+25
| * | | Use discharged current to estimate remaining battery charge if capacity is knownAnton Babushkin2013-11-084-21/+32
* | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-011-2/+0
|\ \ \ \
| * | | | navigator: force takeoff if first mission item is not takeoff and vehicle landedAnton Babushkin2014-01-011-2/+0
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2013-12-311-1/+1
|\| | | |
| * | | | navigator: NAV_STATE_INIT removed, minor fixesAnton Babushkin2013-12-311-1/+1
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2013-12-301-7/+40
|\| | | |
| * | | | Added NONE = not mapped state for mission and return switchesAnton Babushkin2013-12-301-4/+4
| * | | | Some mavlink fixes to use vehicle_control_mode, WIPAnton Babushkin2013-12-291-3/+36
* | | | | Merge commit '95bdc1a9bd364ce95abe06b097579cc8a9162e33' into navigator_new_ve...Anton Babushkin2013-12-303-424/+52
|\| | | |
| * | | | Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-293-424/+52
* | | | | Merge branch 'navigator_new' into navigator_new_vector, WIPAnton Babushkin2013-12-283-16/+93
|\| | | |
| * | | | Home position: corrected wrong conversionJulian Oes2013-12-271-1/+1
| * | | | Home position: use double for lat/lon and float for altitude, set home positi...Julian Oes2013-12-271-13/+7
| * | | | Merge remote-tracking branch 'upstream/control_groups' into fw_autoland_att_t...Thomas Gubler2013-12-231-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | 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
| | |/ / | |/| |
* | | | Merge branch 'master' into mathlib_newAnton Babushkin2013-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
* | | | | | mathlib fixesAnton Babushkin2013-12-191-8/+6
|/ / / / /
* | | | / 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
| |_|/ |/| |
* | | 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