Gazebo | Ignition | Community
Ask Your Question
0

How to control a single wheel(continus joint)

asked 2018-01-19 23:12:27 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

hi ,I want to control a single wheel . I know the DiffDrivePlugin but it not for me

what should I do

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-01-22 04:38:01 -0500

Raskkii gravatar image

You could try writing your own plugin.

It should consist of a cmd_vel subscriber (or whichever topic you use for the velocity commands) and the part where you apply the command on your wheel (so for example either a setVelocity command or if you use ros_control then a publisher for the command topic).

If you're not familiar with writing plugins then I suggest you start with the tutorials. http://gazebosim.org/tutorials/?tut=p...

Do check the source code of diffrive_plugin as it has the necessary components you need.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-01-19 23:12:27 -0500

Seen: 247 times

Last updated: Jan 22 '18