You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example usage can be find in the [urdf/hande_preview.urdf.xacro](./urdf/robotiq_hande_gripper.urdf.xacro) file.
33
+
For estabilishg a connection with [robotiq_hande_driver](https://github.com/AGH-CEAI/robotiq_hande_driver) there is also need to provide more parameters:
34
+
```xml
35
+
<xacro:robotiq_hande_gripper
36
+
name="robotiq_hande_gripper"
37
+
prefix=""
38
+
parent="tool0"
39
+
grip_pos_min="0.0"
40
+
grip_pos_max="0.025"
41
+
tty="/tmp/ttyUR"
42
+
baudrate="115200"
43
+
parity="N"
44
+
data_bits="8"
45
+
stop_bit="1"
46
+
slave_id="9"
47
+
use_fake_hardware="false"
48
+
/>
49
+
```
35
50
36
51
> [!NOTE]
37
-
> The TF frame of the end tip of the gripper is called `${prefix}hande_end`, where `${prefix}` evaluates as the second macro parameter.
52
+
> The TF frame of the end tip of the gripper is called `${prefix}hande_end`, where `${prefix}` evaluates as the `prefix` macro parameter.
53
+
54
+
### Examples
55
+
**An example usage can be find** in the [urdf/hande_preview.urdf.xacro](./urdf/robotiq_hande_gripper.urdf.xacro) file. Furthermore, an integration with whole ROS 2 project example can be find in the [AGH-CEAI/aegis_ros](https://github.com/AGH-CEAI/aegis_ros) repository.
0 commit comments