Skip to content

Commit 09d222c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosbot_controller/launch/controller.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -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_unstamped", "cmd_vel"),
144+
("rosbot_base_controller/cmd_vel", "cmd_vel"),
145145
("/tf", "tf"),
146146
("/tf_static", "tf_static"),
147147
],

0 commit comments

Comments
 (0)