Skip to content

Commit e866618

Browse files
committedNov 6, 2023
Add thirdparty official Dofbot URDF file
The Dofbot URDF file is retrieved from the `Download/Code` link in: http://www.yahboom.net/study/Dofbot-Jetson_nano that redirects to the following Google Drive folder: https://drive.google.com/drive/folders/1RZHuC0HH60sUO7rWguYe0-Y3q9s-isUn?usp=sharing which is a file named `Yahboom_Nano_DOFBOT_code.zip`, modified on: `21 Jan 2021 by Dolphin Zhang`. The URDF file can be found in the following file path (while extracting the zipped files): Yahboom_Nano_DOFBOT_code.zip/dofbot_ws.zip/dofbot_ws/src/dofbot_info/urdf/dofbot.urdf and its meshes: Yahboom_Nano_DOFBOT_code.zip/dofbot_ws.zip/dofbot_ws/src/dofbot_info/meshes/*
1 parent 05c2cd7 commit e866618

File tree

7 files changed

+142
-0
lines changed

7 files changed

+142
-0
lines changed
 
3.06 MB
Binary file not shown.
938 KB
Binary file not shown.
3.03 MB
Binary file not shown.
3.03 MB
Binary file not shown.
4.5 MB
Binary file not shown.
1.38 MB
Binary file not shown.
+142
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<robot name="arm">
3+
<link name="base_link">
4+
<visual>
5+
<origin xyz="0 0 0" rpy="0 0 0" />
6+
<geometry>
7+
<mesh filename="package://dofbot_info/meshes/base_link.STL" />
8+
</geometry>
9+
<material name="">
10+
<color rgba="0.592156862745098 0.666666666666667 0.682352941176471 1" />
11+
</material>
12+
</visual>
13+
<collision>
14+
<origin xyz="0 0 0" rpy="0 0 0" />
15+
<geometry>
16+
<mesh filename="package://dofbot_info/meshes/base_link.STL" />
17+
</geometry>
18+
</collision>
19+
</link>
20+
<link name="link1">
21+
<visual>
22+
<origin xyz="0 0 0" rpy="0 0 0" />
23+
<geometry>
24+
<mesh filename="package://dofbot_info/meshes/link1.STL" />
25+
</geometry>
26+
<material name="">
27+
<color rgba="0 0.627450980392157 0.235294117647059 1" />
28+
</material>
29+
</visual>
30+
<collision>
31+
<origin xyz="0 0 0" rpy="0 0 0" />
32+
<geometry>
33+
<mesh filename="package://dofbot_info/meshes/link1.STL" />
34+
</geometry>
35+
</collision>
36+
</link>
37+
<joint name="joint1" type="revolute">
38+
<origin xyz="0 0 0.06605" rpy="-0.010805 0 0" />
39+
<parent link="base_link" />
40+
<child link="link1" />
41+
<axis xyz="0 0 1" />
42+
<limit effort="30" velocity="1.0" lower="-1.5708" upper="1.5708"/>
43+
</joint>
44+
<link name="link2">
45+
<visual>
46+
<origin xyz="0 0 0" rpy="0 0 0" />
47+
<geometry>
48+
<mesh filename="package://dofbot_info/meshes/link2.STL" />
49+
</geometry>
50+
<material name="">
51+
<color rgba="0.592156862745098 0.666666666666667 0.682352941176471 1" />
52+
</material>
53+
</visual>
54+
<collision>
55+
<origin xyz="0 0 0" rpy="0 0 0" />
56+
<geometry>
57+
<mesh filename="package://dofbot_info/meshes/link2.STL" />
58+
</geometry>
59+
</collision>
60+
</link>
61+
<joint name="joint2" type="revolute">
62+
<origin xyz="0 -0.00031873 0.04145" rpy="0 1.5708 0" />
63+
<parent link="link1" />
64+
<child link="link2" />
65+
<axis xyz="0 0 1" />
66+
<limit effort="30" velocity="1.0" lower="-1.5708" upper="1.5708"/>
67+
</joint>
68+
<link name="link3">
69+
<visual>
70+
<origin xyz="0 0 0" rpy="0 0 0" />
71+
<geometry>
72+
<mesh filename="package://dofbot_info/meshes/link3.STL" />
73+
</geometry>
74+
<material name="">
75+
<color rgba="0 0.627450980392157 0.235294117647059 1" />
76+
</material>
77+
</visual>
78+
<collision>
79+
<origin xyz="0 0 0" rpy="0 0 0" />
80+
<geometry>
81+
<mesh filename="package://dofbot_info/meshes/link3.STL" />
82+
</geometry>
83+
</collision>
84+
</link>
85+
<joint name="joint3" type="revolute">
86+
<origin xyz="-0.08285 0 0" rpy="0 0 0" />
87+
<parent link="link2" />
88+
<child link="link3" />
89+
<axis xyz="0 0 1" />
90+
<limit effort="30" velocity="1.0" lower="-1.5708" upper="1.5708"/>
91+
</joint>
92+
<link name="link4">
93+
<visual>
94+
<origin xyz="0 0 0" rpy="0 0 0" />
95+
<geometry>
96+
<mesh filename="package://dofbot_info/meshes/link4.STL" />
97+
</geometry>
98+
<material name="">
99+
<color rgba="0.592156862745098 0.666666666666667 0.682352941176471 1" />
100+
</material>
101+
</visual>
102+
<collision>
103+
<origin xyz="0 0 0" rpy="0 0 0" />
104+
<geometry>
105+
<mesh filename="package://dofbot_info/meshes/link4.STL" />
106+
</geometry>
107+
</collision>
108+
</link>
109+
<joint name="joint4" type="revolute">
110+
<origin xyz="-0.08285 0 0" rpy="0 0 0.0083081" />
111+
<parent link="link3" />
112+
<child link="link4" />
113+
<axis xyz="0 0 1" />
114+
<limit effort="30" velocity="1.0" lower="-1.5708" upper="1.5708"/>
115+
</joint>
116+
<!-- link5 -->
117+
<link name="link5">
118+
<visual>
119+
<origin xyz="0 0 0" rpy="0 0 0"/>
120+
<geometry>
121+
<mesh filename="package://dofbot_info/meshes/link5.STL"/>
122+
</geometry>
123+
<material name="">
124+
<color rgba="1 1 1 1" />
125+
</material>
126+
</visual>
127+
<collision>
128+
<origin xyz="0 0 0" rpy="0 0 0" />
129+
<geometry>
130+
<mesh filename="package://dofbot_info/meshes/link5.STL" />
131+
</geometry>
132+
</collision>
133+
</link>
134+
<!-- joint5 -->
135+
<joint name="joint5" type="revolute">
136+
<origin xyz="-0.07385 -0.001 0" rpy="0 -1.57 0"/>
137+
<axis xyz="0 0 1"/>
138+
<parent link="link4"/>
139+
<child link="link5"/>
140+
<limit effort="30" velocity="1.0" lower="-1.5708" upper="3.1416"/>
141+
</joint>
142+
</robot>

0 commit comments

Comments
 (0)
Please sign in to comment.