-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera assisted intaking #53
Comments
We need to split this behavior up into auto behavior and teleop behavior. For teleop, we will want to do something simple, where
Where p is tuned and robot_translate is added to the commanded robot translate. |
I think the implementation we should try out is when we are in assisted intake mode, we get the requested vector of movement relative to the field and compare it to the angle the note is from the robot with tx. We subtract the two angles, multiply it by p and find the new x y speeds with the previous magnitude and the new angle. The angular change should be clamped to some tuned amount (35 degrees seems good for now).
|
Use a note tracking Limelight to have driver assist features when intaking notes.
The text was updated successfully, but these errors were encountered: