Log in

View Full Version : trouble with the holonomic drive


ronlv
08-02-2010, 13:52
Hello everyone,
Me and my team decided to use mecanum wheels for our robot.
We programmed the robot to drive backwards,forward,left and right.
Now the driver wants us to program the robot to rotate around it self using the z axis (we bought a special joystick):

http://www.logitech.com/index.cfm/gaming/joysticks/devices/291&cl=us,en

We're not quite sure how to do it and we would really aprecciate help :)
attached what we've done with the holonimic so far

Thanks everyone

RyanCahoon
08-02-2010, 18:51
Haven't done this before, but try reading the 3rd axis (1 is usually X axis, 2 is usually Y).

--Ryan

Egg 3141592654
10-02-2010, 20:29
instantiate each of your motors independently and set values with the motor's "Set Speed" icon. This would completely eliminate the Holonomic drive issue, because you would take it's place with setting and instantiating each motor.

Respond if you did/did not understand