Skip to content

Commit

Permalink
Update controller.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN authored Sep 27, 2024
1 parent e632c07 commit 09d222c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_controller/launch/controller.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def generate_launch_description():
("imu_sensor_node/imu", "/_imu/data_raw"),
("~/motors_cmd", "/_motors_cmd"),
("~/motors_response", "/_motors_response"),
("rosbot_base_controller/cmd_vel_unstamped", "cmd_vel"),
("rosbot_base_controller/cmd_vel", "cmd_vel"),
("/tf", "tf"),
("/tf_static", "tf_static"),
],
Expand Down

0 comments on commit 09d222c

Please sign in to comment.