mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
fw_att_ctrl: remove unused variable
This commit is contained in:
@@ -80,14 +80,8 @@ public:
|
|||||||
_bodyrate_setpoint = math::constrain(rate, -_max_rate_neg, _max_rate);
|
_bodyrate_setpoint = math::constrain(rate, -_max_rate_neg, _max_rate);
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_roll_ff(float roll_ff)
|
|
||||||
{
|
|
||||||
_roll_ff = roll_ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
float _max_rate_neg{0.0f};
|
float _max_rate_neg{0.0f};
|
||||||
float _roll_ff{0.0f};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ECL_PITCH_CONTROLLER_H
|
#endif // ECL_PITCH_CONTROLLER_H
|
||||||
|
|||||||
Reference in New Issue
Block a user