Skip to content

Commit 285d505

Browse files
committed
fmt
1 parent 4d3d14b commit 285d505

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Package for controlling the [Robotiq Hand-E gripper](https://robotiq.com/product
1414
* You are ready to go - just remember to pass the `use_fake_hardware:=true` argument.
1515

1616
#### 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`).
1818
* 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`).
1919

2020
#### 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`.
2424

2525

2626
### Package setup
@@ -31,10 +31,10 @@ vcs import src < src/robotiq_hande_driver/robotiq_hande_driver.repos &&
3131
colcon build --symlink-install --packages-select robotiq_hande_driver
3232
source ./install/local_setup.sh
3333
```
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).
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).
3838
3939

4040
### Launch preview

0 commit comments

Comments
 (0)