3 0r 4 Wheel Omniwheel robot with BS2
Prettybird
Posts: 269
·· I was looking at another forum and found I have enough parts to make a Omniwheel robot in the near furure. Does the BS2 series stamp have enough memeory to run one of these with mabe 3 sensors.I am thinking mabe a ping and 2 IRs or 3 IRs or a ultrasonic motion sensor and 2 IRs. I know a stamp can handle 4 servos. Anyone with experience with this type of Bot? It does look a little more complicatted then my first boe still in progress. Any input as usual would be appreciatted as usual.· I have a new BS2P and BS2PX· I haven't touched yet,·along with a regular BS2.
·
·
Comments
1. The base needs to keep the wheels flat on the ground, any slight imperfections cause uneven traction.
2. Most omniwheels are made of very hard plastic which slips very easily, I ended up using http://omniwheel.com/transwheel/transwheel-2000.htm the 2052BX (near bottom of page), the BX version has a rubber coating on the rollers which helps traction.
3. I ran the motors with front 45degrees from the motors so all 4 wheels run to go forward. So all wheels are providing traction for forwards.
This is my first attempt to write a simple program to make the Quad Omniwheel robot move in 10 directions. The program seems sound but the mechnical problems are as much to be expectted. I guess it is time to design a sound body. According what I have observed on U Tube clips, it seems that 3 wheels are more stable but the programming would be more complex. I also don't know if 2 wheels per axis are any better then 1 wheel per axis·thinking more surface area contact vs more drag.·That is another issue down the road for later. It dosen't seem the Parallax (Futuba servo ) has ·enough RPM. I don't think tweeking it would make much difference. I was wondering if anyone knows the RPM of a Parallex servo settup? Any input is appreciatted as usual. Oh well, back to the basement robotics lab. Includded is test #2 short clip and the Omniwheel X 10 direction program. Thanks in advance as usual.
http://www.metacafe.com/watch/3180611/omniwheel_growbot_test_2/
so if 3 motors m1, m2, m3
m3 = -sidespeed
sidespeed = sidespeed * 1183/1024
forwardspeed = forwardspeed*2
m1 = sidespeed - forwardspeed
m2 = sidespeed + forwardspeed
http://www.metacafe.com/watch/3207262/omniwheel_growbot_flex_body_test_5/
http://www.fingertechrobotics.com/proddetail.php?prod=ft-mecanum-set· These my dream wheels for now, but a bit pricey.
Post Edited (Prettybird) : 8/24/2009 9:47:27 PM GMT
1. Single wheel - non-coated - doesn't work at all
2. double wheel - non-coated - slightly better
3. Double wheel - coated - much better
I haven't tried a single wheel coated. I am running it on a smooth hard floor. I have attached a picture of my version.