Skip to content

Commit b4bd90d

Browse files
committed
[dynamixel_general_hw] Explain sample6 more clearly
1 parent 60625ec commit b4bd90d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamixel_general_hw/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ If you want the actuator to output the exact effort you command, you may have to
228228
In addition, if you command a big effort, the actuator vibrates because its velocity sometimes violates the velocity limit defined in URDF and the effort command is overwritten to zero.
229229
If you want to avoid this vibration, you should prepare your own URDF having a well-configured velocity limit and pass it to `dynamixel_general_control.launch`.
230230

231-
### Sample 6: using "Current-based Position Control Mode" of Dynamixel
231+
### Sample 6: position control with effort limit (called "Current-based Position Control Mode" in Dynamixel manual)
232232

233233
This sample assumes that one bare Dynamixel actuator whose ID and baud rate are `1` and `57600` is connected via the port `/dev/ttyUSB0`.
234234
You can change the baud rate and the port via roslaunch arguments.

0 commit comments

Comments
 (0)