Does any one have a working example on how to program a mecanum wheels to move side by side using LabView, please ??
Thanks!!
Does any one have a working example on how to program a mecanum wheels to move side by side using LabView, please ??
Thanks!!
Thereās a vi for that.
Holonomic vi
The āYā input to the vi is for forward/reverse motion.
The āXā input to the vi is for strafe right/left (sideways) motion.
The āRotationā input to the vi is for turning (yaw).
To take advantage of all three possible motions, you will need to provide those 3 inputs to the vi, so you will need a 3-axis joystick or two 2-axis joysticks or some other scheme.
**
thanks a lot . does that works with 4 wheels that all in the same direction !! ( forward\ reverse) ??
I thought we might need 2 wheels going ( forward ) and the other 2 ( reverse ) so that it moves side by side !
Iām not sure what you mean by the above, but there IS a right way and a wrong way to mount the mecanum wheels.
Take a look at this thread. The āXā and āOā mentioned in the post is the visual appearance of the mecanum rollers. The wheels themselves should all be aligned parallel to the robotās fore/aft axis.
**
Ok I am very new, and this may be a stupid question but where is the āHolonomic viā I can not find it and non of the team is really great with LabView yet.
Thanks Jeff
At the bottom of the functions palette is the āWPI Robotics Libraryā.
The first thing in the WPI Robotics Library is āRobotDriveā.
Youāll find the Holonomic Drive vi right next to Tank Drive and Arcade Drive.
My team has decided on Mecanum wheels, and I still canāt find the āWPI Robotics Libraryā.
This is what I did, correct me if Iām wrong, PLEASE!
Thanks everyone, you all are very helpful.
I meant āfunctions paletteā, not ātool paletteā. Sorry about that.
You can open the function palette by right-clicking on a blank spot in the block diagram, or by choosing āFunctions Paletteā from the View menu.
Forget my comment, I learned how to make mecanum from scratch.