aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | 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 ↵Julian Oes2013-06-208-22/+30
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new_state_machine Conflicts: src/modules/multirotor_att_control/multirotor_att_control_main.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/multirotor_att_control/multirotor_rate_control.h src/modules/sdlog2/sdlog2.c
| | * | | | | | | | | 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 ↵Julian Oes2013-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages to the end
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into pid_fixesJulian Oes2013-06-197-145/+322
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/sdlog2/sdlog2.c
| | * | | | | | | | | | Cherry-picked commit e2ff60b0a6dbcd714d57e781d9fe174b110a6237: use rateacc ↵Julian Oes2013-06-193-20/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values
| | * | | | | | | | | | Checkpoint: Quad is flying after PID lib changesJulian Oes2013-06-172-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/multirotor_att_control/multirotor_attitude_control.c
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/att_fix' into pid_fixesJulian Oes2013-06-171-24/+24
| | |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | First try for an ESC calibration toolJulian Oes2013-06-205-7/+303
| | | | | | | | | | | | |
| * | | | | | | | | | | | Added functionality to enable PWM output for stupid ESCs even when safety is ↵Julian Oes2013-06-195-45/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not off, arming button functionality remains as is
| * | | | | | | | | | | | Added integral reset for rate controllerJulian Oes2013-06-191-0/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fixed numeration that was introduced through merge, I should add new log ↵Julian Oes2013-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages to the end
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-191-0/+94
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Use rollacc and pitchacc from the estimator instead of differentiating in ↵Julian Oes2013-06-193-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the controller
| * | | | | | | | | | | | Forgot to remove some debug stuffJulian Oes2013-06-191-5/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/io_fixes' into new_state_machineJulian Oes2013-06-1813-87/+343
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/px4io/px4io.cpp src/modules/commander/commander.c src/modules/commander/state_machine_helper.c src/modules/commander/state_machine_helper.h src/modules/px4iofirmware/mixer.cpp src/modules/uORB/topics/actuator_controls.h src/modules/uORB/topics/vehicle_status.h
| | * | | | | | | | | | | | Software version check fixesLorenz Meier2013-06-123-7/+20
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Minor state machine improvements and fixes for IO safety / in-air restart ↵Lorenz Meier2013-06-127-36/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handling
| | * | | | | | | | | | | | Extended vehicle detectionLorenz Meier2013-06-101-2/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Play warning tuneLorenz Meier2013-06-091-0/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Added safety status feedback, disallow arming of a rotary wing with engaged ↵Lorenz Meier2013-06-098-38/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | safety
| | * | | | | | | | | | | | Fixed chan count logicLorenz Meier2013-06-091-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Code formatting and warning fixesLorenz Meier2013-06-091-5/+5
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Fixed pwm count checkLorenz Meier2013-06-091-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into io_fixesLorenz Meier2013-06-092-16/+38
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into io_fixesLorenz Meier2013-06-078-29/+104
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Made pwm command sending continously, improved failsafe logicLorenz Meier2013-06-072-15/+49
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-06-181-17/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Adressed performance concern and fixed a copy paste bugJulian Oes2013-06-183-9/+24
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | First try to prevent motors from stopping when armedJulian Oes2013-06-185-2/+192
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Checkpoint: Quad is flying after PID lib changesJulian Oes2013-06-172-9/+7
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Corrected number of ORB structs in sdlog2Julian Oes2013-06-171-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge with att_fixJulian Oes2013-06-171-24/+24
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'drton/sdlog2' into new_state_machineJulian Oes2013-06-176-127/+193
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/sdlog2/sdlog2.c
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'pid_fixes' into new_state_machineJulian Oes2013-06-167-52/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/sdlog2/sdlog2.c src/modules/sdlog2/sdlog2_messages.h and some fixes, logging of control PID values now working
| | * | | | | | | | | | | | | | | | Logging of ctrl debug values working nowJulian Oes2013-06-161-1/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Count and write for control debug loging was missing (still not working)Julian Oes2013-06-161-0/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Just include the rate controls for nowJulian Oes2013-06-162-19/+1
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Added ctrl debugging valuesJulian Oes2013-06-165-5/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/sdlog2/sdlog2.c
| | * | | | | | | | | | | | | | | | Added possibility to log pid control valuesJulian Oes2013-06-167-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/multirotor_pos_control/multirotor_pos_control.c src/drivers/ardrone_interface/ardrone_interface.c
| | * | | | | | | | | | | | | | | | Fixed pid bug, attitude was not controlledJulian Oes2013-06-162-7/+8
| | | | | | | | | | | | | | | | | |