-
Notifications
You must be signed in to change notification settings - Fork 1
/
pusher.urdf
34 lines (33 loc) · 1.18 KB
/
pusher.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
<?xml version="1.0" ?>
<!-- =================================================================================== -->
<!-- | This document was autogenerated by xacro from /home/zhsh/catkin_ws/src/meta_contact/models/pusher.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="1.5"/>
<spinning_friction value=".1"/>
</contact>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="1.0"/>
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
</inertial>
<visual>
<origin rpy="0 0 0" xyz="0.0 0.0 0.0"/>
<geometry>
<cylinder length="0.15" radius="0.02"/>
</geometry>
<material name="blockmat">
<color rgba="0.5 0.3 0.1 0.8"/>
</material>
</visual>
<collision>
<origin rpy="0 0 0" xyz="0.0 0.0 0.0"/>
<geometry>
<cylinder length="0.15" radius="0.02"/>
</geometry>
</collision>
</link>
</robot>