mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AC_AttitudeControl_Heli: Add use_flybar_passthrough accessor function.
This commit is contained in:
parent
244d38138e
commit
9326d36e54
@ -41,6 +41,9 @@ public:
|
||||
// use_leaky_i - controls whether we use leaky i term for body-frame to motor output stage
|
||||
void use_leaky_i(bool leaky_i) { _flags_heli.leaky_i = leaky_i; }
|
||||
|
||||
// use_flybar_passthrough - controls whether we pass-through control inputs to swash-plate
|
||||
void use_flybar_passthrough(bool passthrough) { _flags_heli.flybar_passthrough = passthrough; }
|
||||
|
||||
void update_feedforward_filter_rates(float time_step);
|
||||
|
||||
// user settable parameters
|
||||
|
Loading…
Reference in New Issue
Block a user