mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Apply small suggestions from code review
Further param description improvements. Co-authored-by: Matthias Grob <maetugr@gmail.com>
This commit is contained in:
parent
ec38ec660c
commit
95754876ed
@ -137,8 +137,7 @@ PARAM_DEFINE_FLOAT(FW_PR_P, 0.08f);
|
||||
/**
|
||||
* Pitch rate derivative gain.
|
||||
*
|
||||
* Pitch rate differential gain. Small values help reduce fast oscillations.
|
||||
* If value is too big oscillations will appear again.
|
||||
* Pitch rate differential gain.
|
||||
*
|
||||
* @unit %/rad/s
|
||||
* @min 0.0
|
||||
|
||||
@ -43,8 +43,8 @@
|
||||
/**
|
||||
* Use fixed-wing actuation in hover to accelerate forward
|
||||
*
|
||||
* This feature can be used to avoid the plane having to pitch down in order to move forward.
|
||||
* Prevents large, negative lift from pitching down into wind.
|
||||
* This feature can be used to avoid the plane having to pitch nose down in order to move forward.
|
||||
* Prevents large, negative lift from pitching nose down into wind.
|
||||
* Fixed-wing forward actuators refers to puller/pusher (standard VTOL), or forward-tilt (tiltrotor VTOL).
|
||||
* Only active if demanded down pitch is below VT_PITCH_MIN.
|
||||
* Use VT_FWD_THRUST_SC to tune it.
|
||||
|
||||
@ -278,7 +278,7 @@ PARAM_DEFINE_INT32(VT_FW_QC_R, 0);
|
||||
*
|
||||
* Maximum height above the ground (if available, otherwhise above
|
||||
* home if available, otherwise above the local origin) where triggering a quadchute is possible.
|
||||
* At high altitudes there is a big risk to deplete the battery and therefore crash if in quad-chuting there.
|
||||
* At high altitudes there is a big risk to deplete the battery and therefore crash if quad-chuting there.
|
||||
*
|
||||
* @unit m
|
||||
* @min 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user