aboutsummaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Added part of RGBLED stuff to commanderJulian Oes2013-08-163-34/+116
* Forgot load change in mavlink_onboardJulian Oes2013-08-161-1/+1
* System status load is now from 0 to 1 instead of non-intuitive 0 to 1000Julian Oes2013-08-163-3/+3
* 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-1567-3780/+5076
|\
| * 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-1534-274/+1059
| | |\
| | * | Fix the low priority loop, calibration routines work againJulian Oes2013-08-151-4/+8
| | * | Fixed param save and loadJulian Oes2013-08-151-2/+2
| * | | Rejecting arming if safety switch is not in safe position, added reboot commandLorenz Meier2013-08-153-18/+58
| * | | Merged masterLorenz Meier2013-08-1433-274/+1056
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge pull request #354 from jean-m-cyr/masterLorenz Meier2013-08-143-14/+3
| | |\
| | | * Support DSM bind via QGroundControlJean Cyr2013-08-112-12/+1
| | | * Some DSM satellites are fussier about bind pulse timingJean Cyr2013-08-101-2/+2
| | * | Fix bug where IO was in override mode for copter (workaround was to disconnec...Julian Oes2013-08-141-0/+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-144-47/+43
| * | | 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-285-1167/+928
| * | | commander: don't notify user about rejected disarm to not confuse, flag_contr...Anton Babushkin2013-07-233-31/+33
| * | | sensors: ASSISTED switch channel addedAnton Babushkin2013-07-223-11/+28
| * | | commander: WIP, SEATBELT renamed to ASSISTED, added SIMPLE mode, added ASSIST...Anton Babushkin2013-07-225-108/+178
| * | | moved commander to C++, preparation for better gyro scale calibration respect...Lorenz Meier2013-07-2013-86/+156
| * | | 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-199-47/+108
| |\ \ \
| * | | | Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-1614-154/+139
| * | | | 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-1516-127/+185
| * | | | | Merged masterLorenz Meier2013-07-1529-93/+459
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into new_state_machineJulian Oes2013-07-0871-466/+1663
| |\ \ \ \ \ \
| * | | | | | | Corrected merge mistakeJulian Oes2013-06-271-1/+0
| * | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-273-10/+17
| |\ \ \ \ \ \ \
| * | | | | | | | 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-254-85/+44
| * | | | | | | | Only some small cleanup to att controlJulian Oes2013-06-241-77/+23
| * | | | | | | | Added Flow messages to sdlog2Julian Oes2013-06-242-2/+18
| * | | | | | | | Conditions where set wrongly in the first 2s after bootJulian Oes2013-06-241-3/+3
| * | | | | | | | Adapted flow estimator, position and velocity control to new state machineJulian Oes2013-06-242-5/+5
| * | | | | | | | Merge remote-tracking branch 'drton/pid_fixes_drton_debug' into new_state_mac...Julian Oes2013-06-208-22/+30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Critical bugfix in PIDAnton Babushkin2013-06-201-1/+1