diff --git a/README.md b/README.md index 76229f7..a9f312f 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,41 @@ Please note that running multiple instances of the website will cause conflictin ### Hardware Plugin Config -The hardware plugin is specified in `openarm_description/openarm.ros2_control.xacro` as follows: +The hardware plugin is specified in `openarm_description/urdf/ros2_control/openarm.ros2_control.xacro` as follows: ```xml - + openarm_mujoco_hardware/MujocoHardware left_ - 1337 + 1338 ``` When using OpenArm in a bimanual configuration, the WebSocket ports default to 1337 for right arm and 1338 for left arm commands. However, in practice commands can be sent and states can be received through any connected port. + +Configuration example in `urdf/ros2_control/openarm.bimanual.ros2_control.xacro`: + +```xml + + + + openarm_mujoco_hardware/MujocoHardware + left_ + 1338 + + + + + + + + openarm_mujoco_hardware/MujocoHardware + right_ + 1337 + + + +```