Skip to content

Commit

Permalink
fix syntax (ros2 turtlebot)
Browse files Browse the repository at this point in the history
  • Loading branch information
finani committed Aug 11, 2024
1 parent f537f15 commit 382b38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvsim_tutorial/demo_turtlebot_world.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def generate_launch_description():
MVSIM_ROS2_PARAMS_FILE,
{
"world_file": LaunchConfiguration('world_file'),
"headless": False
"headless": False,
"do_fake_localization": LaunchConfiguration('do_fake_localization'),
}]
)
Expand Down

0 comments on commit 382b38b

Please sign in to comment.