aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_att_control
Commit message (Collapse)AuthorAgeFilesLines
* fw att: add performance counterThomas Gubler2014-05-211-2/+17
|
* Merge remote-tracking branch 'upstream/master' into fwattrobustifyThomas Gubler2014-05-211-2/+2
|\ | | | | | | | | Conflicts: src/modules/fw_att_control/fw_att_control_main.cpp
| * apps: Compile warning fixesLorenz Meier2014-05-211-2/+2
| |
* | fw att: robustify main loop against non finite numbers and limit error ↵Thomas Gubler2014-05-181-7/+35
|/ | | | output rate
* Merge branch 'ekf_params' of github.com:PX4/FirmwareLorenz Meier2014-05-151-4/+4
|\
| * Merge branch 'master' of github.com:PX4/Firmware into ekf_paramsLorenz Meier2014-05-091-1/+1
| |\
| * \ Merged mpc_rc into ekf_paramsLorenz Meier2014-04-262-3/+24
| |\ \
| * | | Fixed printing in attitude controlLorenz Meier2014-04-221-4/+4
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into manualcontrolrenameThomas Gubler2014-05-131-6/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/fw_att_control/fw_att_control_main.cpp
| * | | | fw att control: manual setpoint: fix comment and trim signThomas Gubler2014-05-131-6/+7
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'upstream/master' into manualcontrolrenameThomas Gubler2014-05-121-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/commander/commander.cpp src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp src/modules/uORB/topics/manual_control_setpoint.h
| * | | Remove noreturn attribute from all apps that actually can returnLorenz Meier2014-05-091-1/+1
| | |/ | |/|
* / | fw att control: use new manual control setpoint variable namesThomas Gubler2014-05-121-7/+7
|/ /
* | fw_att_control: renamed FW_R_MAX/FW_P_MAX to FW_MAN_R_MAX/FW_MAN_P_MAXAnton Babushkin2014-04-072-16/+16
| |
* | Merge branch 'master' into rc_timeoutAnton Babushkin2014-04-061-6/+12
|\|
| * fw_att_controller: Forcing actuator scaling to at least minimum speedLorenz Meier2014-04-051-2/+9
| |
| * Do not make minimum airspeed assumptions, as we can trust our digital sensor ↵Lorenz Meier2014-04-051-4/+3
| | | | | | | | a bit. A blocked pitot also most likely will result in more than just 6.5 m/s airspeed and so the check is based on a bunch of weak assumptions
* | fw_att_control: update manual_control_setpoint usageAnton Babushkin2014-04-032-3/+24
|/
* Merge pull request #719 from PX4/hotfix_fw_airspeedThomas Gubler2014-03-211-36/+27
|\ | | | | fw_att_control: airspeed is now used correctly
| * fw att ctrl: airspeed check: remove unnecessary castThomas Gubler2014-03-121-1/+1
| |
| * fw att control: add timestamp dependency in airspeed checkThomas Gubler2014-03-121-1/+2
| |
| * fw_att_control: whitespace onlyJulian Oes2014-03-111-10/+10
| |
| * fw_att_control: proper struct initializationJulian Oes2014-03-111-9/+9
| |
| * fw_att_control: delete the unused flagJulian Oes2014-03-111-7/+1
| |
| * fw_att_control: airspeed is now used correctlyJulian Oes2014-03-091-9/+5
| |
* | fw sp offsets: convert deg to radThomas Gubler2014-03-051-14/+18
| |
* | fw pitch sp and roll sp offset parameterThomas Gubler2014-03-052-6/+25
| |
* | 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
* | fw att ctrl: removed unused parameterThomas Gubler2013-12-292-6/+1
| |
* | fw att ctrl: remove renamed parametersThomas Gubler2013-12-292-22/+0
| |
* | fw att controller: update parameter descriptions and default valuesThomas Gubler2013-12-291-38/+87
| |
* | flight termination: fix missing initialization of actuators_1_pub in ↵Thomas Gubler2013-12-241-0/+1
| | | | | | | | fw_att_control
* | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2013-12-131-2/+2
|\| | | | | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups Conflicts: src/drivers/px4io/px4io.cpp
| * Update fw_att_control_params.cHyon Lim2013-11-201-1/+1
| |
| * Update fw_att_control_params.cHyon Lim2013-11-201-1/+1
| | | | | | Minor comment error corrected.
| * 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
| |
* | 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-132-1/+21
| |
* | fw: att fix initialization and add parameter to disable coordinated turns at ↵Thomas Gubler2013-11-082-9/+21
| | | | | | | | 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
| |