We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if this is intentional...
If robot.angle is at 0 (facing up) and the canon has not been rotated (also facing up), then cannonAbsoluteAngle is 90.
The text was updated successfully, but these errors were encountered:
Oops not intentional. But I guess we'll have to wait until the judgement is over to fix it. Thanks for reporting.
Sorry, something went wrong.
It's rather robot.angle that is off and should be shifted 90 degrees counterclockwise. The angles for x = -1 and y = 0 are:
robot.angle: 270 atan2: 0 robot.cannonAbsoluteAngle: 0
No branches or pull requests
Not sure if this is intentional...
If robot.angle is at 0 (facing up) and the canon has not been rotated (also facing up), then cannonAbsoluteAngle is 90.
The text was updated successfully, but these errors were encountered: