File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
robotiq_2f_gripper_control/launch Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<launch >
2
-
2
+
3
3
<arg name =" comport" default =" /dev/ttyUSB0" doc =" Communication port of gripper, use `dmesg | grep tty` command to list ports" />
4
4
<arg name =" baud" default =" 115200" />
5
5
<arg name =" stroke" default =" 0.085" doc =" Max open finger distance of gripper, it usually is 0.085m or 0.140m" />
6
6
<arg name =" joint_name" default =" finger_joint" doc =" Full name of gripper joint in URDF robot description" />
7
7
<arg name =" verbose" default =" true" />
8
8
<arg name =" sim" default =" false" doc =" Whether to use a simulated gripper or not" />
9
9
<arg name =" rate" default =" 50" doc =" Frequenzy in Herz of gripper state update" />
10
-
10
+
11
11
<!-- Robotiq 2finger_gripper action Server -->
12
-
13
- <node pkg =" robotiq_2f_gripper_control" type =" robotiq_2f_action_server.py"
12
+
13
+ <node pkg =" robotiq_2f_gripper_control" type =" robotiq_2f_action_server.py"
14
14
name =" robotiq_2f_action_server" respawn =" false" output =" screen" >
15
15
<param name =" comport" value =" $(arg comport)" />
16
16
<param name =" baud" value =" $(arg baud)" />
19
19
<param name =" sim" value =" $(arg sim)" />
20
20
<param name =" rate" value =" $(arg rate)" />
21
21
</node >
22
-
22
+
23
23
</launch >
You can’t perform that action at this time.
0 commit comments