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

What does the actuator name for URDF reference?

asked 2012-02-14 08:18:03 -0500

OEP gravatar image

updated 2012-02-15 04:24:18 -0500

For this question I am using the code sample provided at the documentation:

http://www.ros.org/wiki/urdf/XML/Transmission

<transmission type="SimpleTransmission" name="caster_front_left_trans">
  <actuator name="caster_front_left_motor" />
  <joint name="caster_front_left_joint" />
  <mechanicalReduction>1</mechanicalReduction>
</transmission>

I understand for the most part what most of the names refer to, but I am still puzzled as to what exactly the function of the actuator name is. I did my best to grep through the shipped packages, but with no luck. Does the name reference something external to the robot model? What does it reference?

I suppose I should note I was looking at the PR2's URDF description and grepping for its actuator name(s).

Thanks for any help!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
6

answered 2012-02-14 20:27:14 -0500

Kai Bublitz gravatar image

updated 2012-02-14 21:05:42 -0500

Actuators are defined in config files for the ethercat_hardware package: http://ros.org/wiki/ethercat_hardware

You don't really need actuators if you only use the gazebo_ros_controller_manager for simulation. In the transmission documentation it says:

The transmission element is an extension to the URDF robot description model. This extension is only used for the PR2 robot, and is not meant to be reusable for other robots.

However I should mention that you do need the transmission and actuator tags in your model for the gazebo_ros_controller_manager plugin to work, but it doesn't matter what names you specify for the actuators.

edit flag offensive delete link more

Comments

Thank you for your answer. I am conducting research on robot models and URDF was one of the existing models I looked at. Naturally, it was bugging me that I couldn't figure out where those actuators were defined, hence the question! :)

OEP gravatar image OEP  ( 2012-02-15 04:18:30 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2012-02-14 08:18:03 -0500

Seen: 1,222 times

Last updated: Feb 14 '12