-
Notifications
You must be signed in to change notification settings - Fork 4
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
Motor #29
Motor #29
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.
One minor question/clarification on a comment otherwise LGTM!
* Regardless of the directionality of the [rpm] this function will move | ||
* the motor towards the specified position. | ||
* @param rpm speed at which the motor should move in rotations per minute (negative implies backwards) |
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.
Maybe I misunderstand what we mean by "directionality", but it seems to me that we're first saying that a negative RPM won't affect the direction, but then the param docstring states the opposite.
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.
Nope you are correct I fixed the javadoc prior to merge
Add motor wrappers and tests