How to control a single wheel(continus joint)
hi ,I want to control a single wheel . I know the DiffDrivePlugin but it not for me
what should I do
asked 2018-01-19 23:12:27 -0600
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
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.
Asked: 2018-01-19 23:12:27 -0600
Seen: 223 times
Last updated: Jan 22 '18
Robot doesn't take a turn to face the goal in Gazebo.
Ros Control: VelocityJointInterface and PositionJointInterface in one yaml [closed]
Is there an existing model for a ball on beam system?
My model always fly up and fall down to the ground.
What should I do? libvelodyne_plugin. can not find
Rotate joint around given axis (steer car)