Skip to content

Commit e632c07

Browse files
authored
Update controller.launch.py
1 parent a706252 commit e632c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rosbot_controller/launch/controller.launch.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727
from launch_ros.actions import Node, SetParameter
2828
from launch_ros.substitutions import FindPackageShare
29-
from nav2_common.launch import ReplaceString
29+
# from nav2_common.launch import ReplaceString
3030

3131
def generate_launch_description():
3232
# Declare launch arguments
@@ -141,7 +141,7 @@ def generate_launch_description():
141141
("imu_sensor_node/imu", "/_imu/data_raw"),
142142
("~/motors_cmd", "/_motors_cmd"),
143143
("~/motors_response", "/_motors_response"),
144-
("rosbot_base_controller/cmd_vel", "cmd_vel"),
144+
("rosbot_base_controller/cmd_vel_unstamped", "cmd_vel"),
145145
("/tf", "tf"),
146146
("/tf_static", "tf_static"),
147147
],

0 commit comments

Comments
 (0)