mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-22 06:01:23 +00:00
Servo rate limiting implemented with a new limit function
This commit is contained in:
@@ -29,7 +29,9 @@ struct Vehicle {
|
||||
double I11dot, I22dot, I33dot;
|
||||
|
||||
int maxServo;
|
||||
int maxServoRate;
|
||||
double xServoDegs, yServoDegs;
|
||||
double xServoDegsDot, yServoDegsDot;
|
||||
|
||||
double Kp, Ki, Kd;
|
||||
double yError, yPrevError;
|
||||
|
Reference in New Issue
Block a user