forked from pz4kybsvg/Conception
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
3.2 KiB
126 lines
3.2 KiB
2 years ago
|
<?xml version="1.0"?>
|
||
|
<sdf version="1.7">
|
||
|
<model name="Acrobot">
|
||
|
<link name="base_link">
|
||
|
<collision name="base_link_collision">
|
||
|
<geometry>
|
||
|
<box>
|
||
|
<size>0.2 0.2 0.2</size>
|
||
|
</box>
|
||
|
</geometry>
|
||
|
</collision>
|
||
|
<visual name="base_link_visual">
|
||
|
<geometry>
|
||
|
<box>
|
||
|
<size>0.2 0.2 0.2</size>
|
||
|
</box>
|
||
|
</geometry>
|
||
|
</visual>
|
||
|
</link>
|
||
|
<joint name="base_weld" type="fixed">
|
||
|
<child>base_link</child>
|
||
|
<parent>world</parent>
|
||
|
</joint>
|
||
|
<link name="upper_link">
|
||
|
<pose>0 0.15 0 0 0 0</pose>
|
||
|
<inertial>
|
||
|
<pose>0 0 -0.5 0 0 0</pose>
|
||
|
<mass>1</mass>
|
||
|
<inertia>
|
||
|
<ixx>1</ixx>
|
||
|
<ixy>0</ixy>
|
||
|
<ixz>0</ixz>
|
||
|
<iyy>0.083</iyy>
|
||
|
<iyz>0</iyz>
|
||
|
<izz>1</izz>
|
||
|
</inertia>
|
||
|
</inertial>
|
||
|
<collision name="upper_link_collision">
|
||
|
<pose>0 0 -0.5 0 0 0</pose>
|
||
|
<geometry>
|
||
|
<cylinder>
|
||
|
<length>1.1</length>
|
||
|
<radius>0.05</radius>
|
||
|
</cylinder>
|
||
|
</geometry>
|
||
|
</collision>
|
||
|
<visual name="upper_link_visual">
|
||
|
<pose>0 0 -0.5 0 0 0</pose>
|
||
|
<geometry>
|
||
|
<cylinder>
|
||
|
<length>1.1</length>
|
||
|
<radius>0.05</radius>
|
||
|
</cylinder>
|
||
|
</geometry>
|
||
|
</visual>
|
||
|
</link>
|
||
|
<joint name="shoulder" type="revolute">
|
||
|
<child>upper_link</child>
|
||
|
<parent>base_link</parent>
|
||
|
<axis>
|
||
|
<xyz expressed_in="__model__">0 1 0</xyz>
|
||
|
<limit>
|
||
|
<effort>0</effort>
|
||
|
</limit>
|
||
|
<dynamics>
|
||
|
<damping>0.1</damping>
|
||
|
<friction>0</friction>
|
||
|
<spring_reference>0</spring_reference>
|
||
|
<spring_stiffness>0</spring_stiffness>
|
||
|
</dynamics>
|
||
|
</axis>
|
||
|
</joint>
|
||
|
<link name="lower_link">
|
||
|
<pose>0 0.25 -1 0 0 0</pose>
|
||
|
<inertial>
|
||
|
<pose>0 0 -1 0 0 0</pose>
|
||
|
<mass>1</mass>
|
||
|
<inertia>
|
||
|
<ixx>1</ixx>
|
||
|
<ixy>0</ixy>
|
||
|
<ixz>0</ixz>
|
||
|
<iyy>0.33</iyy>
|
||
|
<iyz>0</iyz>
|
||
|
<izz>1</izz>
|
||
|
</inertia>
|
||
|
</inertial>
|
||
|
<collision name="lower_link_collision">
|
||
|
<pose>0 0 -1 0 0 0</pose>
|
||
|
<geometry>
|
||
|
<cylinder>
|
||
|
<length>2.1</length>
|
||
|
<radius>0.05</radius>
|
||
|
</cylinder>
|
||
|
</geometry>
|
||
|
</collision>
|
||
|
<visual name="lower_link_visual">
|
||
|
<pose>0 0 -1 0 0 0</pose>
|
||
|
<geometry>
|
||
|
<cylinder>
|
||
|
<length>2.1</length>
|
||
|
<radius>0.05</radius>
|
||
|
</cylinder>
|
||
|
</geometry>
|
||
|
</visual>
|
||
|
</link>
|
||
|
<joint name="elbow" type="revolute">
|
||
|
<child>lower_link</child>
|
||
|
<parent>upper_link</parent>
|
||
|
<axis>
|
||
|
<xyz expressed_in="__model__">0 1 0</xyz>
|
||
|
<limit>
|
||
|
</limit>
|
||
|
<dynamics>
|
||
|
<damping>0.1</damping>
|
||
|
<friction>0</friction>
|
||
|
<spring_reference>0</spring_reference>
|
||
|
<spring_stiffness>0</spring_stiffness>
|
||
|
</dynamics>
|
||
|
</axis>
|
||
|
</joint>
|
||
|
<frame name="hand">
|
||
|
<pose relative_to="lower_link">0 0 -2.1 0 0 0</pose>
|
||
|
</frame>
|
||
|
</model>
|
||
|
</sdf>
|