Skip to content

Commit 7cf8606

Browse files
committed
Added links to vg2 to reduce stickiness issues
1 parent 11fec94 commit 7cf8606

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

ariac_gz/models/vacuum_tools/vg_2/model.sdf

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,42 @@
2525

2626
</link>
2727

28+
<link name="antistick_link1">
29+
<inertial auto="true"/>
30+
<pose> 0.025 0 -0.06305 0 0 0 </pose>
31+
<collision name="collision">
32+
<density>1</density>
33+
<geometry>
34+
<box>
35+
<size>0.01 0.01 0.001</size>
36+
</box>
37+
</geometry>
38+
</collision>
39+
</link>
40+
41+
<link name="antistick_link2">
42+
<inertial auto="true"/>
43+
<pose> -0.025 0 -0.06305 0 0 0 </pose>
44+
<collision name="collision">
45+
<density>1</density>
46+
<geometry>
47+
<box>
48+
<size>0.01 0.01 0.001</size>
49+
</box>
50+
</geometry>
51+
</collision>
52+
</link>
53+
54+
<joint name="antistick_joint1" type="fixed">
55+
<parent>base_link</parent>
56+
<child>antistick_link1</child>
57+
</joint>
58+
59+
<joint name="antistick_joint2" type="fixed">
60+
<parent>base_link</parent>
61+
<child>antistick_link2</child>
62+
</joint>
63+
2864
<link name="contact_link">
2965
<inertial auto="true"/>
3066
<pose> 0 0 -0.00505 0 0 0</pose>

0 commit comments

Comments
 (0)