We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8557704 commit 5742a44Copy full SHA for 5742a44
webots_ros2_tests/resource/connector_and_vacuum_gripper_test.urdf
@@ -19,19 +19,4 @@
19
</joint>
20
</ros2_control>
21
22
- <link name="base_link"/>
23
- <link name="connector_link"/>
24
- <link name="vacuum_gripper_link"/>
25
-
26
- <joint name="connector_motor" type="prismatic">
27
- <parent link="base_link"/>
28
- <child link="connector_link"/>
29
- <limit effort="10" lower="-0.05" upper="0.05" velocity="0.01"/>
30
- </joint>
31
- <joint name="vacuum_gripper_motor" type="prismatic">
32
33
- <child link="vacuum_gripper_link"/>
34
35
36
37
</robot>
0 commit comments