-
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
change the turret zero position #139
Comments
Can you clarify what you mean by this? Are you saying that we should make the turret rotation clockwise? It's currently counterclockwise to match the robot coordinate system. |
Oh okay. Yeah, I think we wanted to make the rotation clockwise because the starting position of the snake seemed more intuitive if it started at its "max" position currently. I honestly forgot why it seemed more intuitive. (help me @TaylerUva ). But I think we can go with whatever makes sense for future users. |
I think the rotation direction is was fine. It was the limits that should be reversed. The reason being is the harness on the opposite side than it was in the past. So using the old starting config, to face forward (shoot towards intake) it has to rotate 270 degrees instead of only 90. If we rotate the other way for starting config it solves the problem but the code does not support that. Hope that makes more sense, it will be easier to clarify in person. |
make the "max" position the "min" position and vice versa
The text was updated successfully, but these errors were encountered: