<transmission> element is used to link actuators to joints

Source: Internet
Author: User

For the purposes of gazebo_ros_control in it current implementation, the only important information in these transmission Tags are:

    • <joint name="">-the name must correspond to a joint else where in your URDF
    • <type>-the type of transmission. Currently only "Transmission_interface/simpletransmission" is implemented. (Feel free to add more)
    • -Within <actuator> the tag, this tells the Gazebo_ros_control plugin what hardware interface to load (position, velocity or EF Fort interfaces). Currently only effort interfaces is implemented. (Feel free to add more)

The rest of the names and elements are currently ignored.


==============================

In addition to the transmission tags, a Gazebo plugin needs to being added to your URDF that actually parses the transmission tags and loads the appropriate hardware interfaces and controller manager. By default the Gazebo_ros_control plugin are very simple, though it's also extensible via an additional plugin Architectur E to allow power users to create their own custom robot hardware interfaces between Ros_control and Gazebo.

The default plugin XML should is added to your URDF:

<gazebo>  <plugin name= "Gazebo_ros_control" filename= "libgazebo_ros_control.so" >    < Robotnamespace>/myrobot</robotnamespace>  </plugin></gazebo>

The Gazebo_ros_control <plugin> tag also have the following optional child elements:

    • <robotNamespace>: The ROS namespace to is used for this instance of the plugin, defaults to robot name in URDF/SDF
    • <controlPeriod>: The period of the controller update (in seconds), defaults to Gazebo ' s period
    • <robotParam>: The location of the Robot_description (URDF) in the parameter server, defaults to '/robot_description '
    • <robotSimType>: The pluginlib name of a custom robot SIM interface to is used (see below for more details), defaults to ' Defaultrobothws Im

Rrbot Examplerrbot.xacro

  <transmission name= "Tran1" >    <type>transmission_interface/SimpleTransmission</type>    <joint name= "Joint1"/>    <actuator name= "Motor1" >      

rrbot.gazebo

<gazebo>  <plugin name= "Gazebo_ros_control" filename= "libgazebo_ros_control.so" >    < Robotnamespace>/rrbot</robotnamespace>  </plugin></gazebo>


<transmission> element is used to link actuators to joints

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.