6-wheeled robot in gazebo
Hi
I'm trying to simulate in gazebo a 6-wheeled robot and I'd like to control each wheel independently. I've tried with skidsteercontroller (but I'm afraid that's only for 4 wheels) and with diffdrivecontroller (but the problem is that each pair of wheels works in the same way, and I want ALL the wheels to run independently...) Is there any other controller useful for my case? Or at least, is there any ros_package of a 6-wheeled robot example(similar for example to r-hex robot ?
I'm using ros indigo
Thanks a lot!!