Weird PID values. #2094
Unanswered
techcatgato
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What is large? Traditionally, people forget to associate units with kp/ki/kd, so large or small doesn't mean anything. We like to be specific about it, though, so we do have units for them. Have you consulted the documentation for the units of the values? 🙂 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! I am competing for FLL and started optimizing my movement for speed and accuracy. I am assuming that the pid values that are used by .straight() for staying straight are heading_control.pid(). These seem weird to me coming from normal programming, they seem way too large and out of proportion. printing them results in
Beta Was this translation helpful? Give feedback.
All reactions