We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a706252 commit e632c07Copy full SHA for e632c07
rosbot_controller/launch/controller.launch.py
@@ -26,7 +26,7 @@
26
)
27
from launch_ros.actions import Node, SetParameter
28
from launch_ros.substitutions import FindPackageShare
29
-from nav2_common.launch import ReplaceString
+# from nav2_common.launch import ReplaceString
30
31
def generate_launch_description():
32
# Declare launch arguments
@@ -141,7 +141,7 @@ def generate_launch_description():
141
("imu_sensor_node/imu", "/_imu/data_raw"),
142
("~/motors_cmd", "/_motors_cmd"),
143
("~/motors_response", "/_motors_response"),
144
- ("rosbot_base_controller/cmd_vel", "cmd_vel"),
+ ("rosbot_base_controller/cmd_vel_unstamped", "cmd_vel"),
145
("/tf", "tf"),
146
("/tf_static", "tf_static"),
147
],
0 commit comments