mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 19:49:06 +08:00
Merge pull request #2046 from UAVenture/fix_formatting
Correct formatting of FW_P_ROLLFF definition to unbreak doc generation
This commit is contained in:
commit
08c5ecba7a
@ -136,8 +136,8 @@ PARAM_DEFINE_FLOAT(FW_PR_IMAX, 0.2f);
|
||||
* @max 2.0
|
||||
* @group FW Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(FW_P_ROLLFF,
|
||||
0.0f); //xxx: set to 0 as default, see comment in ECL_PitchController::control_attitude (float turn_offset = ...)
|
||||
//xxx: set to 0 as default, see comment on turn_offset in ECL_PitchController::control_attitude(...)
|
||||
PARAM_DEFINE_FLOAT(FW_P_ROLLFF, 0.0f);
|
||||
|
||||
/**
|
||||
* Roll rate proportional Gain
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user