File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This package was created to do the following:
2525
2626This is a lifecycle-component node, using the lifecycle manager for state management and composition for process management.
2727It 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
3030The node is designed on a regular timer running at a configurable rate.
3131This 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
You can’t perform that action at this time.
0 commit comments