Even though my team has never used mecanums, I’ve been thinking about them and the design challenge they pose.
So it got me thinking about making a CAD model, and while running the model through my head, the most obvious problem was the rollers.
so this is a puzzle for you: how would you model the rollers of a mecanum wheel?
to give everyone a chance, please post your method in a white font, requiring someone to highlight it in order to read it:
—~===!Spoiler!===~—
1)create a cylindrical roller, and a giant tube with an ID of the desired wheel OD. extrude cut with the tube (or use boolean subtraction: result=roller-tube). now the roller has a profile on it which can be used in order to revolve cut the rest of the roller.
—~===!Spoiler!===~—
this method is still somewhat convoluted in my opinion and I’d like to hear something easier and/or cleaner (or just any other creative idea!).
Draw a sectioned profile of the part, with a construction line where the center of the part should be. Revolve the mass around the central line. Done.
Step two: Insert a single roller into your mecanum wheel, and circular pattern it the appropriate number of times around the wheel’s axis.
Remember, CAD is supposed to do all the hard stuff for you. If you find yourself doing a repetitive task, there’s probably a tool that does it for you in a single step.
The first way to do it that comes to my mind is the way Craig would do it. I could think of some other ways but they would take more time to make the same part.
We found that two radii with a “point” between them was the optimal shape for rollers. This was through experimentation only, and I’m not sure of the math behind it. Since the parts are patterned, it’s simple to adjust the effective diameter by tweaking a single roller. Your mileage may vary, of course.
If R is the radius of your wheel and assuming that he rollers are the 45 degrees,
Draw an ellipse with major radius of R*sqrt(2) and minor radius of R
the axis of the roller will be perpendicular to the minor radius of the ellipse and the profile of the roller is the top of the ellipse where the minor radius crosses the perimeter.
An analysis which takes into account the 3 dimensional aspects of the rollers seems to indicate that the correct equation for the profile is parabolic rather than elliptical.
The analysis is given in the presentation titled “equations for bump-free mecanum roller profile” located here:
[edit] A one-page PDF titled “roller profile parabola vs ellipse comparison” at the same link compares how well a least-squares fit parabola vs ellipse matches a set of XY roller profile data.