-
Notifications
You must be signed in to change notification settings - Fork 346
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
Add omni drive robot to mobile_robot_kinematics #1551
base: master
Are you sure you want to change the base?
Add omni drive robot to mobile_robot_kinematics #1551
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.
Thanks. I just found another thing:
Nope! It's from the center of the robot to the point where the wheel touches the robot as shown by the green arrow. I have represented the velocities of the robot in blue and things related to measurements in green. |
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.
R should be measured to the center of the wheel, right?
Nope! It's from the center of the robot to the point where the wheel touches the robot as shown by the green arrow.
Nope, according to the literature it is the center of the wheel, not the innermost point. See this screenshot of the ModernRobotics book, which is linked on the page.
I have represented the velocities of the robot in blue and things related to measurements in green.
What about this style? It has similar style as the other sketches.
…sing Omni Wheels
Updated
mobile_robot_kinematics.rst
as asked in #1535.