Skip to content

Commit 2e7105f

Browse files
authored
doc update (#5564)
1 parent c747df5 commit 2e7105f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_velocity_smoother/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This package was created to do the following:
2525

2626
This is a lifecycle-component node, using the lifecycle manager for state management and composition for process management.
2727
It is designed to take in a command from Nav2's controller server and smooth it for use on robot hardware controllers.
28-
Thusly, it takes in a command via the `cmd_vel` topic and produces a smoothed output on `smoothed_cmd_vel`.
28+
Thusly, it takes in a command via the `cmd_vel` topic and produces a smoothed output on `cmd_vel_smoothed`.
2929

3030
The node is designed on a regular timer running at a configurable rate.
3131
This is in contrast to simply computing a smoothed velocity command in the callback of each `cmd_vel` input from Nav2.
@@ -66,7 +66,7 @@ velocity_smoother:
6666

6767
| Topic | Type | Use |
6868
|------------------|-------------------------|-------------------------------|
69-
| smoothed_cmd_vel | geometry_msgs/Twist or geometry_msgs/TwistStamped | Publish smoothed velocities |
69+
| cmd_vel_smoothed | geometry_msgs/Twist or geometry_msgs/TwistStamped | Publish smoothed velocities |
7070
| cmd_vel | geometry_msgs/Twist or geometry_msgs/TwistStamped | Subscribe to input velocities |
7171

7272

0 commit comments

Comments
 (0)