Controlling an articulated robot arm in Gazebo
The Modifications to the robot URDF section in Chapter 2, Creating Your First Two-Wheeled Robot (in Simulation) describes changes that need to be made to the URDF model so that Gazebo recognizes it as an SDF. The next section identifies the changes needed for our robot arm, rrbot
.
Adding Gazebo-specific elements
Specific elements unique to the Gazebo simulation environment are grouped in the following areas:
- The
<material>
tags are used to specify the Gazebo color or texture for each link - The
<mu1>
and<mu2>
tags are used to define friction coefficients for the contact surfaces for four of the robot's links - Plugin to control the revolute joints of
rrbot
(included here but described in the Adding a Gazebo ...
Get ROS Robotics By Example now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.