Skip to content

Commit

Permalink
[dynamixel_general_hw] Explain write_read_interval more clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun committed Dec 17, 2024
1 parent daf10e1 commit 60625ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynamixel_general_hw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Optional Arguments:
robot_description_param (default "robot_description"): Name of robot_description parameter read by the nodes started by this launch file. If this is a relative name, its global name becomes (namespace)/(robot_description_param)
rvizconfig (default "/home/pazeshun/catkin_ws/src/dynamixel-workbench/dynamixel_general_hw/config/sample_robot.rviz"): Configuration file for RViz
set_robot_description (default "true"): Whether to set robot_description parameter at launching
write_read_interval (default "-1"): Minimal interval [sec] from writing Dynamixel to reading Dynamixel. -1 means fastest execution. You can increase this if you face reading error even when you decrease latency_timer as much as you can. Cf. https://forum.robotis.com/t/error-reading-position-value-after-write-position/6207
write_read_interval (default "-1"): Minimal interval [sec] from writing Dynamixel to reading Dynamixel. Non-positive value means that interval will be entirely determined by control_rate and how long reading and writing take. You can increase this if you face reading error even when you decrease latency_timer as much as you can. Cf. https://forum.robotis.com/t/error-reading-position-value-after-write-position/6207
```

#### Minimal publishing topics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<arg name="publish_input_voltage" default="true"
doc="Whether to publish Dynamixel actuator input voltage" />
<arg name="write_read_interval" default="-1"
doc="Minimal interval [sec] from writing Dynamixel to reading Dynamixel. -1 means fastest execution. You can increase this if you face reading error even when you decrease latency_timer as much as you can. Cf. https://forum.robotis.com/t/error-reading-position-value-after-write-position/6207" />
doc="Minimal interval [sec] from writing Dynamixel to reading Dynamixel. Non-positive value means that interval will be entirely determined by control_rate and how long reading and writing take. You can increase this if you face reading error even when you decrease latency_timer as much as you can. Cf. https://forum.robotis.com/t/error-reading-position-value-after-write-position/6207" />
<arg name="launch_rviz" default="false"
doc="Whether to start RViz" />
<arg name="rvizconfig" default="$(find dynamixel_general_hw)/config/sample_robot.rviz"
Expand Down

0 comments on commit 60625ec

Please sign in to comment.