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

Revision history [back]

click to hide/show revision 1
initial version

I have written a Gazebo controller plug-in that implements Ackermann steering. I am going to distribute it in a package within the next few weeks. Pros: Simplifies URDF file, supports wheels that move vertically (because of shock absorbers) without a complex linkage. Con: Forces on one wheel are not transferred to the other, i.e. the wheels are driven by separate servos. I am going to try John's approach (four-bar linkage that incorporates a Gazebo joint), but have not yet done so.