mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
AttitudeControl: remove unused setter
This commit is contained in:
committed by
Daniel Agar
parent
9e96c4a4ea
commit
29719894f7
@@ -77,12 +77,6 @@ public:
|
||||
*/
|
||||
void setRateLimit(const matrix::Vector3f &rate_limit) { _rate_limit = rate_limit; }
|
||||
|
||||
/**
|
||||
* Set hard limit for output rate setpoint around yaw axis
|
||||
* @param rate_limit_yaw [rad/s] limits for rotation around yaw axis
|
||||
*/
|
||||
void setRateLimitYaw(const float rate_limit_yaw) { _rate_limit(2) = rate_limit_yaw; }
|
||||
|
||||
private:
|
||||
matrix::Vector3f _proportional_gain;
|
||||
matrix::Vector3f _rate_limit;
|
||||
|
||||
Reference in New Issue
Block a user