ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Single wheel drive plugin - ROS + Gazebo + MoveIt

asked 2021-12-07 03:29:59 -0500

marshall107 gravatar image

Hi,

I'm having a problem with configuring robot with a single motorized wheel (it can rotate around two axis, let's say x and z) and 2 passive wheels. I was wondering if there is a plugin avaliable for this kind of mechanism or how to do it, to be able to get odometry information (other plugins like differential drive use four wheels).

Thank you for your help!

edit retag flag offensive close merge delete

Comments

Anyone please?

marshall107 gravatar image marshall107  ( 2021-12-27 02:44:13 -0500 )edit
osilva gravatar image osilva  ( 2021-12-27 16:30:12 -0500 )edit

I think is closer to what you need to do, unless you want to create your own plugin

osilva gravatar image osilva  ( 2021-12-27 16:31:45 -0500 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2021-12-27 06:25:09 -0500

fvd gravatar image

That's 3 very broad questions. I haven't seen any mechanism like that ready-made. The differential drive you mention is by far the closest one. I don't know if you have much more choice than to dive in and tinker with the parts.

If I was in your shoes and wanted to simulate that robot, I would probably try to find a working wheeled robot setup in Gazebo and change the links so it looks more like yours. At least you'll have a starting point. I can't recommend anything, but there are multiple ROSCon talks about racecars that seem to have shared their work. It would be helpful for future readers if you added links to what you find to this question (or answer it later when you feel more confident).

Note that MoveIt is for planning and does not simulate your passive wheels. You will need to use Gazebo for that (and don't expect much in terms of precision – contacts are difficult to simulate).

edit flag offensive delete link more

Comments

Thanks for your answer! I've managed to get odometry from Gazebo via this: https://github.com/mit-racecar/raceca... To simulate my motorized wheel I used PositionJointInterface (changing angle while the robot is turning) and VelocityJointInterface (makes robot move). However I'm not sure if this is correct approach if I'm planning to use gmapping for autonomous navigation.

marshall107 gravatar image marshall107  ( 2022-01-10 07:44:11 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-12-07 03:29:59 -0500

Seen: 170 times

Last updated: Dec 27 '21