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: 134 times
Last updated: Jan 22 '18
Install gazebo ros control with Gazebo 6
Loading ros_control_gazebo_plugin - Gazebo version 1.9.5
Rotate joint around given axis (steer car)
What does multi_step in world_control.proto do?
Robot doesn't take a turn to face the goal in Gazebo.
Mixing position and velocity commands in a drive base
Ros Control: VelocityJointInterface and PositionJointInterface in one yaml [closed]