-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Climb logic -> Main (#97) #98
Conversation
Make the config shrimple to drive
…ually be the demise of #97
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, didn't look too much into the math but it looks simple and I trust you on that :D. One small thing, the change with starting index and ending index with checking which alliance we're on seems redundant. Why don't we just find the nearest chain to us without worrying about that?
Yeah. I thought about this. It's only calculating three values, so I don't know if it's worth it. |
This merge also contains some formatting fixes |
|
||
public class PoseCalculations { | ||
public class PoseCalculations implements Logged { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't need to be here anymore
Rather than using three preset positions for the robot to have the climb prepare for, why not make it the whole chain?
Preview:
Closes #97