aboutsummaryrefslogtreecommitdiff
path: root/src/modules/multirotor_att_control/multirotor_att_control_main.c
Commit message (Expand)AuthorAgeFilesLines
* mc_att_control_vector fix, multirotor_attitude_control and multirotor_pos_con...Anton Babushkin2013-12-301-465/+0
* Moving nav state from commander to navigator, WIPAnton Babushkin2013-12-291-1/+1
* Piping through manual control channelsLorenz Meier2013-10-151-0/+6
* multirotor_att_control: cleanup, some refactoringAnton Babushkin2013-10-071-199/+198
* Full failsafe rewrite.Anton Babushkin2013-08-271-57/+41
* multirotor_att_control: yaw control bug fixedAnton Babushkin2013-08-271-14/+17
* Merged seatbelt_multirotor_newLorenz Meier2013-08-231-43/+59
|\
| * multirotor_att_control: yaw setpoint reset fixAnton Babushkin2013-08-221-50/+53
* | Reset yaw position when disarmed in multirotor controllerJulian Oes2013-08-221-16/+2
|/
* vehicle_control_mode.flag_armed added, reset integrals in multirotor_att_cont...Anton Babushkin2013-08-191-19/+14
* commander, multirotor_att_control, position_estimator_inav: position valid fl...Anton Babushkin2013-08-171-7/+13
* commander, multirotor_pos_control, multirotor_att_control: bugfixesAnton Babushkin2013-08-161-4/+4
* multirotor_att_control: run rate controller only if vehicle_control_mode flag...Anton Babushkin2013-08-161-20/+23
* Merge branch 'seatbelt_multirotor' into seatbelt_multirotor_newAnton Babushkin2013-08-161-81/+90
|\
| * Merge branch 'master' into seatbelt_multirotorAnton Babushkin2013-07-081-1/+1
| |\
| * | Merge branch 'master' into seatbelt_multirotorAnton Babushkin2013-05-171-33/+50
* | | Renamed actuator_safety back to actuator_armed, compiling but untestedJulian Oes2013-07-151-9/+9
* | | Merge branch 'master' into new_state_machineJulian Oes2013-07-081-1/+1
|\ \ \ | | |/ | |/|
| * | Rename our 'task_spawn' to 'task_spawn_cmd' since NuttX now has its own versi...px4dev2013-06-011-1/+1
| |/
* | Only some small cleanup to att controlJulian Oes2013-06-241-77/+23
* | Adapted flow estimator, position and velocity control to new state machineJulian Oes2013-06-241-1/+1
* | Merge remote-tracking branch 'drton/pid_fixes_drton_debug' into new_state_mac...Julian Oes2013-06-201-7/+1
|\ \
| * | Cleanup: remove useless angular rates from attitude rate controllerAnton Babushkin2013-06-201-7/+1
| * | Cherry-picked commit e2ff60b0a6dbcd714d57e781d9fe174b110a6237: use rateacc va...Julian Oes2013-06-191-5/+21
| |/
* | Use rollacc and pitchacc from the estimator instead of differentiating in the...Julian Oes2013-06-191-5/+12
* | Merge branch 'pid_fixes' into new_state_machineJulian Oes2013-06-161-3/+11
|\|
* | Controllers should not access state machine anymore but access the vehicle_co...Julian Oes2013-06-151-22/+23
* | Introduced new actuator_safety topicJulian Oes2013-06-141-5/+16
* | Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-05-171-32/+38
|/
* Moved multirotor controllersLorenz Meier2013-04-271-0/+485