Skip to content
Snippets Groups Projects
Commit 7d3e22af authored by Robert Lefebvre's avatar Robert Lefebvre Committed by Randy Mackay
Browse files

AC_AttitudeControl_Heli: Add use_flybar_passthrough accessor function.

parent 9b1d9e3c
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,9 @@ public: ...@@ -41,6 +41,9 @@ public:
// use_leaky_i - controls whether we use leaky i term for body-frame to motor output stage // 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; } 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); void update_feedforward_filter_rates(float time_step);
// user settable parameters // user settable parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment