-
Notifications
You must be signed in to change notification settings - Fork 617
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
[simulation] Document zero angle in SingleJointedArmSim #7756
base: main
Are you sure you want to change the base?
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.
There's a lot of unrelated changes here. This should only be about a 12-line diff.
The formatting checks fail otherwise, though i guess i can try and make it only correct that line... |
I don't get why CI would want them changed; it was fine before. We pin the formatter versions too. |
Line length >100 characters (because of the added information) is what tripped it. |
* @param minAngle The minimum angle that the arm is capable of. | ||
* @param maxAngle The maximum angle that the arm is capable of. | ||
* @param minAngle The minimum angle that the arm is capable of, | ||
* with 0 being horizontal. |
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.
For consistency with the rest of the comments, the overflowed text should be aligned (e.g. see the doc for the gearing
parameter).
Fixes #7752