Skip to content

Commit d7e7aad

Browse files
[diff_drive_controller] Fixed typos in diff_drive_controller_parameter.yaml. (#822) (#824)
(cherry picked from commit 0196eeb) Co-authored-by: Tony Baltovski <[email protected]>
1 parent 2c6d7a6 commit d7e7aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diff_drive_controller/src/diff_drive_controller_parameter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ diff_drive_controller:
1717
wheels_per_side: {
1818
type: int,
1919
default_value: 0,
20-
description: "Number of wheels on each wide of the robot. This is important to take the wheels slip into account when multiple wheels on each side are present. If there are more wheels then control signals for each side, you should enter number or control signals. For example, Husky has two wheels on each side, but they use one control signal, in this case '1' is the correct value of the parameter.",
20+
description: "Number of wheels on each side of the robot. This is important to take the wheels slip into account when multiple wheels on each side are present. If there are more wheels then control signals for each side, you should enter number for control signals. For example, Husky has two wheels on each side, but they use one control signal, in this case '1' is the correct value of the parameter.",
2121
}
2222
wheel_radius: {
2323
type: double,
@@ -87,7 +87,7 @@ diff_drive_controller:
8787
cmd_vel_timeout: {
8888
type: double,
8989
default_value: 0.5, # seconds
90-
description: "Timeout after which input command on ``cmd_vel`` topic is considered staled.",
90+
description: "Timeout in seconds, after which input command on ``cmd_vel`` topic is considered staled.",
9191
}
9292
publish_limited_velocity: {
9393
type: bool,

0 commit comments

Comments
 (0)