-
Notifications
You must be signed in to change notification settings - Fork 186
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
Speed Calculation in Sim #2153
Speed Calculation in Sim #2153
Conversation
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.
Good work! Just a couple nits.
@sid-parikh made the changes as requested. |
automated style fixes Co-authored-by: Squid5678 <[email protected]>
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 is great! Sorry, a couple more things I didn't notice on the first review.
quick tip: push the "re-request review" button on my name after you make changes so I'll see it again. |
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! Feel free to press merge whenever.
automated style fixes Co-authored-by: jvogt23 <[email protected]>
Description
James and I (Aalind) were assigned a task to calculate the speed necessary to pass in sim. We used the Technical Description Paper from Tigers Mannheim in order to find an accurate formula to use. We also created constants that will need to be tuned. As of right now, the values are tuned for the simulator.
Associated / Resolved Issue
Resolves https://app.clickup.com/2209401/v/l/li/900501233982
Design Documents
N/A
Steps to Test
Works as expected in sim when run. Further testing needs to be done on an actual robot.
Expected result:
Passing works as expected (with speed changing based on distance).
Key Files to Review
Offense
Review Checklist
(Optional) Sub-issues (for drafts)
Note: if you find yourself breaking this PR into many smaller features, it may make sense to break up the PR into logical units based on these features.