Skip to content

Commit 34cbd42

Browse files
sivralmacmacal
andauthored
Update README
Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com>
1 parent 41714a5 commit 34cbd42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@ ros2 launch robotiq_hande_driver gripper_controller_preview.launch.py \
106106
You can also start `socat` manually, for example:
107107
```bash
108108
socat pty,link=/tmp/ttyUR,raw,ignoreeof,waitslave tcp:192.168.1.2:54321
109-
```
109+
> [!WARNING]
110+
> Do not use both the `use_tool_communication:=true` flag for the **ur_driver** and the `create_socat_tty:=true` flag for the **robotiq_hande_driver**!
111+
> Both options will invoke the `socat` command to create the `/tmp/ttyUR` virtual serial port.
112+
> However, the initialization of the Hand-E driver may suffer from a race condition: **the tty link must exist before initialization**.
113+
> It is recommended to use the provided `create_socat_tty` option.
110114

111115
## Integration
112116

0 commit comments

Comments
 (0)