Skip to content

Commit d171405

Browse files
authored
Fix software doc typos (#264)
- reflect the typo fix in enactic/openarm_can#26 - add missing package names in ros2 launch commands
1 parent 21bbbaa commit d171405

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/software/description.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

203203
For 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

209209
and
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

215215
If 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.

website/docs/software/setup/5-motor-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Set the zero position for a specific motor:
7575

7676
Or 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

0 commit comments

Comments
 (0)