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 -0500
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 -0500
Seen: 247 times
Last updated: Jan 22 '18
Robot control and physics feedback
move PR2 joints in Gazebo (without ROS)
What should I do? libvelodyne_plugin. can not find
Mixing position and velocity commands in a drive base
Atlas controller ignores limits from URDF.
Problem with the robot model moving itself [closed]
How can I control my robot model by gazebo WITHOUT ros and its node ?