Skip to content

Commit

Permalink
update comments to match yaw-only effect
Browse files Browse the repository at this point in the history
  • Loading branch information
rlee32 committed Dec 23, 2024
1 parent 22f221c commit f37e76c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/lib/mixer_module/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@
PARAM_DEFINE_INT32(MC_AIRMODE, 0);

/**
* Multicopter Reduce Thrust
* Multicopter Throttle Reduction for Increased Yaw Actuation
*
* The default behavior for multicopters is to trade altitude (z-thrust) for attitude automatically.
* This is reasonable for pitch and roll, because it prevents a worsening problem (increasing
* throttle requirements). But this is not always reasonable for yaw actuation.
*
* This gives an alternative to the default behavior where z-thrust is never sacrificed for
* attitude. The idea is to leave it up to the pilot to sacrifice altitude for attitude.
* yaw actuation. The idea is to leave it up to the pilot to sacrifice altitude for yaw actuation.
*
* If false, Z-thrust is never sacrificed for attitude (roll, pitch, yaw).
* If true, default behavior. Z-thrust is reduced to make room for roll, pitch, and yaw
* setpoints).
* If false, Z-thrust is never sacrificed for yaw actuation.
* If true, default behavior. Z-thrust is reduced to make room yaw actuation
* when saturated.
*
* @boolean
* @group Mixer Output
Expand Down

0 comments on commit f37e76c

Please sign in to comment.