aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #354 from jean-m-cyr/masterLorenz Meier2013-08-145-46/+39
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | Tell mavlink about bind resultsJean Cyr2013-08-111-7/+17
| | | * | | | | | | | | | | | | | | | | | | | | | | | Remove unused IOCTLsJean Cyr2013-08-112-10/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | Support DSM bind via QGroundControlJean Cyr2013-08-113-33/+26
| | | * | | | | | | | | | | | | | | | | | | | | | | | Some DSM satellites are fussier about bind pulse timingJean Cyr2013-08-102-4/+3
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #355 from PX4/kconfig-cleanupLorenz Meier2013-08-143-15/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | Corrected bug in px4io driver that lead to hang of FMU-IO communicationAnton Babushkin2013-08-061-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | Code style for BlinkMLorenz Meier2013-07-201-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | 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-1915-52/+193
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Changed location of lots of flags and conditions, needs testing and more workJulian Oes2013-07-1616-164/+149
| * | | | | | | | | | | | | | | | | | | | | | | | | | | MergedLorenz Meier2013-07-162-84/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1525-243/+316
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merged masterLorenz Meier2013-07-1552-939/+1900
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into new_state_machineJulian Oes2013-07-0899-499/+1728
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-255-91/+53
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't interrupt a playing tune unless its a repeated oneJulian Oes2013-06-251-4/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-245-39/+50
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup: remove useless angular rates from attitude rate controllerAnton Babushkin2013-06-203-11/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | sdlog2: add angular accelerations to ATT messageAnton Babushkin2013-06-202-1/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Att rate PID fixAnton Babushkin2013-06-203-9/+17
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Added integral reset for rate controllerJulian Oes2013-06-191-0/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed numeration that was introduced through merge, I should add new log mess...Julian Oes2013-06-191-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pid_fixesJulian Oes2013-06-196-145/+228
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-picked commit e2ff60b0a6dbcd714d57e781d9fe174b110a6237: use rateacc va...Julian Oes2013-06-193-20/+32