Skip to content
Snippets Groups Projects
Commit 29719894 authored by Matthias Grob's avatar Matthias Grob Committed by Daniel Agar
Browse files

AttitudeControl: remove unused setter

parent 9e96c4a4
No related branches found
No related tags found
No related merge requests found
...@@ -77,12 +77,6 @@ public: ...@@ -77,12 +77,6 @@ public:
*/ */
void setRateLimit(const matrix::Vector3f &rate_limit) { _rate_limit = rate_limit; } 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: private:
matrix::Vector3f _proportional_gain; matrix::Vector3f _proportional_gain;
matrix::Vector3f _rate_limit; matrix::Vector3f _rate_limit;
......
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