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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Package for controlling the [Robotiq Hand-E gripper](https://robotiq.com/product
14
14
* You are ready to go - just remember to pass the `use_fake_hardware:=true` argument.
15
15
16
16
#### Modbus RTU
17
-
* Connect the serial port to your system and locate the TTY device (typically `/dev/ttyX`).
17
+
* Connect the serial port to your system and locate the TTY device (typically `/dev/ttyX`).
18
18
* You will need to configure the serial connection in your `.xacro.urdf` file ([example](https://github.com/AGH-CEAI/robotiq_hande_description/blob/humble/urdf/robotiq_hande_gripper.urdf.xacro) in `robotiq_hande_description`).
19
19
20
20
#### Modbus TCP
21
-
* You can create a local `TCP` <-> `Virtual Serial Port` server with the `socat` command.
22
-
* An example usage (in the form of a Python ROS 2 wrapper) can be found in `ur_robot_driver`'s [scripts/tool_communication.py](https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/204e215c8a7371f6357e6a09f7e106364e566931/ur_robot_driver/scripts/tool_communication.py#L64).
23
-
* For the UR's `ur_robot_driver`, the default path to the virtual serial port is `/tmp/ttyUR`.
21
+
* You can create a local `TCP` <-> `Virtual Serial Port` server with the `socat` command.
22
+
* An example usage (in the form of a Python ROS 2 wrapper) can be found in `ur_robot_driver`'s [scripts/tool_communication.py](https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/204e215c8a7371f6357e6a09f7e106364e566931/ur_robot_driver/scripts/tool_communication.py#L64).
23
+
* For the UR's `ur_robot_driver`, the default path to the virtual serial port is `/tmp/ttyUR`.
> **Configuration is split between two packages:**
36
-
> *`robotiq_hande_description`: Hardware connection parameters are set in the URDF file. [Example config file](https://github.com/AGH-CEAI/robotiq_hande_description/blob/humble/urdf/robotiq_hande_gripper.urdf.xacro).
37
-
> *`robotiq_hande_driver`: The controller configuration is set by launch parameters for the `controller_node`. [Example config file](robotiq_hande_driver/bringup/config/hande_controller.yaml).
34
+
> [!NOTE]
35
+
> **Configuration is split between two packages:**
36
+
> *`robotiq_hande_description`: Hardware connection parameters are set in the URDF file. [Example config file](https://github.com/AGH-CEAI/robotiq_hande_description/blob/humble/urdf/robotiq_hande_gripper.urdf.xacro).
37
+
> *`robotiq_hande_driver`: The controller configuration is set by launch parameters for the `controller_node`. [Example config file](robotiq_hande_driver/bringup/config/hande_controller.yaml).
0 commit comments