-
Notifications
You must be signed in to change notification settings - Fork 1
/
peg.urdf
35 lines (34 loc) · 1.24 KB
/
peg.urdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" ?>
<!-- =================================================================================== -->
<!-- | This document was autogenerated by xacro from /home/zhsh/catkin_ws/src/meta_contact/models/peg.xacro | -->
<!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | -->
<!-- =================================================================================== -->
<robot name="pusher" xmlns:xacro="http://www.ros.org/wiki/xacro">
<link name="base_link">
<contact>
<lateral_friction value="0.8"/>
<spinning_friction value=".05"/>
<rolling_friction value=".01"/>
</contact>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="1.0"/>
<inertia ixx="0.0009083333333333335" ixy="0" ixz="0" iyy="0.0009083333333333335" iyz="0" izz="0.00015"/>
</inertial>
<visual>
<origin rpy="0 0 0" xyz="0.0 0.0 0.0"/>
<geometry>
<box size="0.03 0.03 0.1"/>
</geometry>
<material name="blockmat">
<color rgba="0.5 0.3 0.1 1.0"/>
</material>
</visual>
<collision>
<origin rpy="0 0 0" xyz="0.0 0.0 0.0"/>
<geometry>
<box size="0.03 0.03 0.1"/>
</geometry>
</collision>
</link>
</robot>