File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,18 +198,18 @@ Below are some configurable variables for the OpenArm robot description that all
198198
199199### Running Multiple Robots with ROS Namespaces and ROS_DOMAIN_ID
200200
201- When running multiple instances of OpenArm, one option is to namespace arms to control multiple sets of arms with one device.
201+ When running multiple instances of OpenArm, one option is to namespace arms to control multiple sets of arms with one device.
202202
203203For example, when running multiple instances of bimanual, it is possible to namespace packages with:
204204
205205``` sh
206- ros2 launch openarm.bimanual.launch.py arm_prefix:=leader right_can_interface:=can0 left_can_interface:=can1
206+ ros2 launch openarm_description openarm.bimanual.launch.py arm_prefix:=leader right_can_interface:=can0 left_can_interface:=can1
207207```
208208
209209and
210210
211211``` sh
212- ros2 launch openarm.bimanual.launch.py arm_prefix:=follower right_can_interface:=can2 left_can_interface:=can3
212+ ros2 launch openarm_description openarm.bimanual.launch.py arm_prefix:=follower right_can_interface:=can2 left_can_interface:=can3
213213```
214214
215215If network isolation is required (e.g. multiple sets of OpenArm teleoperation), the [ ROS_DOMAIN_ID] ( https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html ) environment variable can be set.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Set the zero position for a specific motor:
7575
7676Or set zero position for all motors (IDs 001-008):
7777``` bash
78- ./set_zero.sh can0 -all
78+ ./set_zero.sh can0 -- all
7979```
8080
8181:::tip
You can’t perform that action at this time.
0 commit comments