Omnidirectional robot simulation in gazebo
I have a kiwi drive robot I'd like to simulate in gazebo. As I haven't found a way to simulate omni wheels I've tried modelling the base off of the pr2, which achieves omnidirectional movement by mounting all of its wheels on casters. The rotation of the casters on the pr2 is controlled with a pid controller, which means to go from translating in x to translating in y there is a delay while the casters change the wheel direction. I'd like to avoid this delay in the simulation since the kiwi drive will not experience this delay. So my questions:
1) Is there a more direct way of simulating omni wheels or an omnidirectional robot that does not need to wait for the wheels to turn?
2) Is there a way to have the casters move immediately to the desired angle rather than wait while they are turned by a pid controller?
Thanks
Asked by avidbot1 on 2015-03-04 10:55:54 UTC
Comments
I've been trying to figure out the same thing (I'm trying to simulate a holonomic point robot). The Planar Move Plugin looks promising. Did you ever find a good solution?
Asked by Neil Traft on 2015-08-14 22:01:55 UTC