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:
25
25
26
26
This is a lifecycle-component node, using the lifecycle manager for state management and composition for process management.
27
27
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 ` .
29
29
30
30
The node is designed on a regular timer running at a configurable rate.
31
31
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:
66
66
67
67
| Topic | Type | Use |
68
68
| ------------------| -------------------------| -------------------------------|
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 |
70
70
| cmd_vel | geometry_msgs/Twist or geometry_msgs/TwistStamped | Subscribe to input velocities |
71
71
72
72
You can’t perform that action at this time.
0 commit comments