-
Notifications
You must be signed in to change notification settings - Fork 13
Toucan offseason changes #122
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
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 53d2599. The commit was a temporary change, and we have new wheels now
RobototesProgrammers
left a comment
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.
Test approval
This was only for testing whether any programmer's approval would suffice
| "conversionFactor": { | ||
| "angle": 19.2, | ||
| "drive": 0.0696793458626792 | ||
| "drive": 0.06658958893604663608562691131498 |
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.
Floats only have 7 significant digits (plus an exponent) and doubles have 16 decimal digits (plus an exponent) of precision, so this may be overkill.
https://en.wikipedia.org/wiki/Floating-point_arithmetic#IEEE_754:_floating_point_in_modern_computers
Changes to Toucan code at offseason events