aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander
Commit message (Expand)AuthorAgeFilesLines
...
* Minor fixes for calibration, UI language much more readable nowLorenz Meier2013-08-271-5/+5
* More calibration polishingLorenz Meier2013-08-271-11/+12
* Calibration message cleanupLorenz Meier2013-08-273-22/+35
* commander: do AUTO_MISSION after takeoffAnton Babushkin2013-08-261-28/+26
* accelerometer_calibration fixAnton Babushkin2013-08-261-2/+2
* TAKEOFF implemented for multirotors, added altitude check to waypoint navigat...Anton Babushkin2013-08-262-5/+10
* Merge pull request #15 from sjwilks/multirotor_unittestsLorenz Meier2013-08-254-0/+387
|\
| * Whitespace and formatting cleanup.Simon Wilks2013-08-254-8/+6
| * Added a simple unit test framework and initial testing some of the commander ...Simon Wilks2013-08-254-0/+389
* | Minor fix in "set mode" command handling.Anton Babushkin2013-08-251-7/+6
* | Merge branch 'multirotor' of github.com:cvg/Firmware_Private into multirotorLorenz Meier2013-08-251-29/+26
|\|
| * Allow disarm by RC in assisted modes if landed and in AUTO_READY state.Anton Babushkin2013-08-241-29/+26
* | A lot more on calibration and RC checks. Needs more testing, but no known issuesLorenz Meier2013-08-253-6/+28
|/
* Merge branch 'seatbelt_multirotor_new' of github.com:PX4/Firmware into multir...Lorenz Meier2013-08-232-37/+60
|\
| * Indicate AUTO submodes in mavlink custom_mode.Anton Babushkin2013-08-232-37/+60
* | Merged seatbelt_multirotor_newLorenz Meier2013-08-231-2/+2
|\|
| * mavlink VFR_HUD message fixed, minor fixes and cleanupAnton Babushkin2013-08-221-2/+2
| * Merge branch 'master' into seatbelt_multirotor_newAnton Babushkin2013-08-221-1/+13
| |\
* | | Restore proper feedback (mavlink and tone) for calibration commands, etcJulian Oes2013-08-2213-140/+183
* | | Moved math library to library dir, improved sensor-level HIL, cleaned up geo ...Lorenz Meier2013-08-211-1/+1
* | | Merge branch 'seatbelt_multirotor_new' of github.com:PX4/Firmware into fmuv2_...Lorenz Meier2013-08-201-0/+11
|\| |
| * | position_estimator_inav: "landed" detector implemented, bugfixesAnton Babushkin2013-08-201-0/+11
* | | Merge branch 'master' of github.com:PX4/Firmware into fmuv2_bringup_new_state...Lorenz Meier2013-08-201-1/+13
|\ \ \ | | |/ | |/|
| * | Made accel / gyro self tests aware of offsets and scales, added support to co...Lorenz Meier2013-08-091-1/+13
* | | Merged calibration_cleanupLorenz Meier2013-08-201-172/+150
|\ \ \
| * | | WIP on getting low-priority non-command tasks out of the commander main loopLorenz Meier2013-08-171-139/+149
* | | | Merged seatbelt_multirotor_new / masterLorenz Meier2013-08-191-6/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | commander, multirotor_pos_control, sdlog2: bugfixesAnton Babushkin2013-08-191-6/+11
* | | | Fixed status changed flagLorenz Meier2013-08-191-2/+2
* | | | Fixed merge compile errorsLorenz Meier2013-08-191-61/+42
* | | | mergedLorenz Meier2013-08-192-144/+197
|\| | |
| * | | vehicle_control_mode.flag_armed added, reset integrals in multirotor_att_cont...Anton Babushkin2013-08-191-1/+2
| * | | vehicle_local_position topic updated, position_estimator_inav and commander f...Anton Babushkin2013-08-182-71/+52
| * | | commander, multirotor_att_control, position_estimator_inav: position valid fl...Anton Babushkin2013-08-171-70/+54
| * | | commander, multirotor_pos_control, multirotor_att_control: bugfixesAnton Babushkin2013-08-162-105/+116
| * | | Added audio and text warning if arming is refused due to mode switchLorenz Meier2013-08-161-0/+25
| * | | Lov voltage warning should work againJulian Oes2013-08-151-13/+10
* | | | Better transparency in IO mode display, fixes to commander arming, minimum pu...Lorenz Meier2013-08-182-6/+47
* | | | Make state updates atomic (just to be really, really sure)Lorenz Meier2013-08-171-2/+11
| |/ / |/| |
* | | Added dim RGB led support, not operational yetLorenz Meier2013-08-171-10/+25
* | | Added part of RGBLED stuff to commanderJulian Oes2013-08-163-34/+116
* | | System status load is now from 0 to 1 instead of non-intuitive 0 to 1000Julian Oes2013-08-161-1/+1
* | | Critical voltage now leads to a proper arming state transitionJulian Oes2013-08-162-3/+9
* | | Try to open RGBLEDs in commander (WIP)Julian Oes2013-08-152-16/+38
* | | Lov voltage warning should work againJulian Oes2013-08-151-13/+10
* | | Merge remote-tracking branch 'px4/new_state_machine_drton' into fmuv2_bringup...Julian Oes2013-08-1523-3070/+3793
|\| |
| * | Merge branch 'new_state_machine_drton' of github.com:DrTon/Firmware into new_...Julian Oes2013-08-151-2/+9
| |\ \
| | * | Merge branch 'master' into new_state_machine_drtonAnton Babushkin2013-08-152-2/+5
| | |\|
| | * | Fix the low priority loop, calibration routines work againJulian Oes2013-08-151-4/+8
| | * | Fixed param save and loadJulian Oes2013-08-151-2/+2