Skip to content

Commit a009366

Browse files
Fix doc (#793)
Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
1 parent 2feb5ed commit a009366

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/10_use_so100.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,22 @@ Example output when identifying the leader arm's port (e.g., `/dev/tty.usbmodem5
9999
```
100100
Finding all available ports for the MotorBus.
101101
['/dev/tty.usbmodem575E0032081', '/dev/tty.usbmodem575E0031751']
102-
Remove the usb cable from your DynamixelMotorsBus and press Enter when done.
102+
Remove the usb cable from your MotorsBus and press Enter when done.
103103
104104
[...Disconnect leader arm and press Enter...]
105105
106-
The port of this DynamixelMotorsBus is /dev/tty.usbmodem575E0031751
106+
The port of this MotorsBus is /dev/tty.usbmodem575E0031751
107107
Reconnect the usb cable.
108108
```
109109
Example output when identifying the follower arm's port (e.g., `/dev/tty.usbmodem575E0032081`, or possibly `/dev/ttyACM1` on Linux):
110110
```
111111
Finding all available ports for the MotorBus.
112112
['/dev/tty.usbmodem575E0032081', '/dev/tty.usbmodem575E0031751']
113-
Remove the usb cable from your DynamixelMotorsBus and press Enter when done.
113+
Remove the usb cable from your MotorsBus and press Enter when done.
114114
115115
[...Disconnect follower arm and press Enter...]
116116
117-
The port of this DynamixelMotorsBus is /dev/tty.usbmodem575E0032081
117+
The port of this MotorsBus is /dev/tty.usbmodem575E0032081
118118
Reconnect the usb cable.
119119
```
120120

0 commit comments

Comments
 (0)