aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_att_control/fw_att_control_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fw sp offsets: convert deg to radThomas Gubler2014-03-051-14/+18
|
* fw pitch sp and roll sp offset parameterThomas Gubler2014-03-051-6/+15
|
* add simple trim parameter for fw attitudeThomas Gubler2014-03-031-7/+28
|
* «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-251-1/+1
|
* Use double for lat/lon in vehicle_global_position topic, use filed names ↵Anton Babushkin2014-01-241-3/+3
| | | | lat, lon, alt, vel_n, vel_e, vel_d for global positions
* fw: increase invalid airspeed thresholdThomas Gubler2014-01-221-1/+1
|
* Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-011-1/+2
|\
| * HOTFIX: Increased attitude control updates to 50 Hz - was less than 10 Hz ↵Lorenz Meier2013-12-311-1/+2
| | | | | | | | and unintended slow
| * Hotfix: Fix integrator parametersLorenz Meier2013-11-051-3/+3
| |
| * Hotfix: forbid integrator to accumulate NaN values if they ever would occurLorenz Meier2013-11-051-29/+32
| |
* | fw att ctrl: removed unused parameterThomas Gubler2013-12-291-3/+0
| |
* | fw att ctrl: remove renamed parametersThomas Gubler2013-12-291-9/+0
| |
* | flight termination: fix missing initialization of actuators_1_pub in ↵Thomas Gubler2013-12-241-0/+1
| | | | | | | | fw_att_control
* | disable printfThomas Gubler2013-12-091-4/+4
| |
* | set parachute deployed to 0 and handle correct scaling in mixerThomas Gubler2013-12-091-1/+1
| |
* | added simple flight termination state machine which enbales parachute on requestThomas Gubler2013-12-081-9/+35
| |
* | fw attitude: fix handling of invalid airspeedThomas Gubler2013-11-141-2/+2
| |
* | reintroduce feedforwardThomas Gubler2013-11-131-0/+16
| |
* | fw: att fix initialization and add parameter to disable coordinated turns at ↵Thomas Gubler2013-11-081-8/+20
| | | | | | | | low speed
* | remove unnecessary printfThomas Gubler2013-11-041-1/+0
| |
* | fw: make att controller more robust against invalid (nan) setpointsThomas Gubler2013-11-041-28/+47
| |
* | Merge branch 'fw_pid_cleanup' into fw_stagingThomas Gubler2013-10-241-2/+2
|\ \
| * | fix small bug where roll instead of pitch was usedThomas Gubler2013-10-241-2/+2
| | |
* | | Merge branch 'fw_jacobians_and_yaw' into fw_stagingThomas Gubler2013-10-241-3/+3
|\ \ \ | |/ / |/| |
| * | fw att ctrl: transpose RThomas Gubler2013-10-241-3/+3
| | |
* | | fw ctrl: rename parameters to more consistent namesThomas Gubler2013-10-241-12/+12
| | |
* | | wip fw ctrl, several small bugfixes, set limit to 1Thomas Gubler2013-10-241-23/+26
| | |
* | | fw att control: bugfixes for integratorThomas Gubler2013-10-241-6/+12
|/ /
* | change wrong commentThomas Gubler2013-10-241-1/+1
| |
* | wip, minor bugfixes in fw att controlThomas Gubler2013-10-241-4/+4
| |
* | wip, fw attitude ctrl: split into attitude and rate, compiles, untestedThomas Gubler2013-10-241-17/+67
| |
* | wip, fw att ctrl: coordinated turnThomas Gubler2013-10-241-1/+1
| |
* | using jacobians in fw attitude controlThomas Gubler2013-10-241-2/+2
|/
* Piping through manual control channelsLorenz Meier2013-10-151-0/+4
|
* Dynamic integral resets for straight and circle mode, announcing turn radius nowLorenz Meier2013-10-081-0/+4
|
* Added complete attitude control frameworkLorenz Meier2013-08-231-0/+770