-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobot_des.urdf
More file actions
103 lines (92 loc) · 3.13 KB
/
robot_des.urdf
File metadata and controls
103 lines (92 loc) · 3.13 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<robot name="navvis">
<link name="base">
<visual>
<origin xyz="0.0 0.0 0.96" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.45 0.78 1.98"/>
</geometry>
</visual>
<collision>
<origin xyz="0.0 0.0 0.96" rpy="0.0 0.0 0.0"/>
<geometry>
<box size="0.45 0.78 1.98"/>
</geometry>
</collision>
</link>
<link name="laser_vert_bottom">
<visual>
<origin xyz="0.3158 -0.0021 -0.4500" rpy="3.1355 -1.3045 0.0025"/>
<geometry>
<box size="0.062 0.062 0.087"/>
</geometry>
</visual>
<collision>
<origin xyz="0.3158 -0.0021 -0.4500" rpy="3.1355 -1.3045 0.0025"/>
<geometry>
<box size="0.062 0.062 0.087"/>
</geometry>
</collision>
</link>
<link name="laser_vert_top_right">
<visual>
<origin xyz="0.2978 -0.1450 1.8451" rpy="-1.1760 0.6313 -1.9377"/>
<geometry>
<box size="0.062 0.062 0.087"/>
</geometry>
</visual>
<collision>
<origin xyz="0.2978 -0.1450 1.8451" rpy="-1.1760 0.6313 -1.9377"/>
<geometry>
<box size="0.062 0.062 0.087"/>
</geometry>
</collision>
</link>
<link name="laser_vert_top_left">
<visual>
<origin xyz="0.2997 0.1531 0.18451" rpy="1.1780 0.6198 1.9560"/>
<geometry>
<box size="0.062 0.062 0.087"/>
</geometry>
</visual>
<collision>
<origin xyz="0.2997 0.1531 0.18451" rpy="1.1780 0.6198 1.9560"/>
<geometry>
<box size="0.062 0.062 0.087"/>
</geometry>
</collision>
</link>
<link name="laser_horiz">
<visual>
<origin xyz="0.2325 0.0001 1.9201" rpy="-0.0012 0.1146 -0.0015"/>
<geometry>
<cylinder radius="0.052" length="0.072"/>
</geometry>
</visual>
<collision>
<origin xyz="0.2325 0.0001 1.9201" rpy="-0.0012 0.1146 -0.0015"/>
<geometry>
<cylinder radius="0.052" length="0.072"/>
</geometry>
</collision>
</link>
<joint name="base_laser_vert_bottom_joint" type="fixed">
<parent link="base"/>
<child link="laser_vert_bottom"/>
<origin xyz="0.3158 -0.0021 0.5100" rpy="3.1355 -1.3045 0.0025"/>
</joint>
<joint name="base_laser_vert_top_right_joint" type="fixed">
<parent link="base"/>
<child link="laser_vert_top_right"/>
<origin xyz="0.2978 -0.1450 1.8451" rpy="-1.1760 0.6313 -1.9377"/>
</joint>
<joint name="base_laser_vert_top_left_joint" type="fixed">
<parent link="base"/>
<child link="laser_vert_top_left"/>
<origin xyz="0.2997 0.1531 0.18451" rpy="1.1780 0.6198 1.9560"/>
</joint>
<joint name="base_laser_horiz_joint" type="fixed">
<parent link="base"/>
<child link="laser_horiz"/>
<origin xyz="0.2325 0.0001 1.9201" rpy="-0.0012 0.1146 -0.0015"/>
</joint>
</robot>