mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
Fix typo
This commit is contained in:
parent
31856aa2ff
commit
20785b4462
@ -133,7 +133,7 @@ def generate_launch_description():
|
||||
('~/cmd_vel_unstamped', 'cmd_vel'),
|
||||
('~/odom', 'odom')
|
||||
],
|
||||
output="both",
|
||||
output='both',
|
||||
condition=UnlessCondition(use_sim))
|
||||
|
||||
robot_state_pub_node = Node(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user