-
Notifications
You must be signed in to change notification settings - Fork 1
/
short_wall.urdf
34 lines (33 loc) · 1.21 KB
/
short_wall.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/short_wall.xacro | -->
<!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | -->
<!-- =================================================================================== -->
<robot name="wall" xmlns:xacro="http://www.ros.org/wiki/xacro">
<link name="base_link">
<contact>
<lateral_friction value="0.7"/>
<spinning_friction value=".001"/>
</contact>
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="10"/>
<inertia ixx="0.28333333333333327" ixy="0" ixz="0" iyy="1.9499999999999997" iyz="0" izz="2.083333333333333"/>
</inertial>
<visual>
<origin rpy="0 0 0" xyz="0.0 0.0 0.0"/>
<geometry>
<box size="1.5 0.5 0.3"/>
</geometry>
<material name="blockmat">
<color rgba="0.5 0.5 0.5 0.8"/>
</material>
</visual>
<collision>
<origin rpy="0 0 0" xyz="0.0 0.0 0.0"/>
<geometry>
<box size="1.5 0.5 0.3"/>
</geometry>
</collision>
</link>
</robot>