Skip to content

Commit

Permalink
fix uppercase error and lost file
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Nov 16, 2023
1 parent 13cb67f commit 316eb23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crazyflie_examples/launch/multiranger_nav2_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ def generate_launch_description():
os.path.join(bringup_launch_dir, 'bringup_launch.py')),
launch_arguments={
'slam': 'False',
'use_sim_time': 'false',
'use_sim_time': 'False',
'map': cf_examples_dir + '/data/' + map_name + '.yaml',
'params_file': os.path.join(cf_examples_dir, 'nav2_params.yaml'),
'autostart': 'true',
'use_composition': 'true',
'params_file': os.path.join(cf_examples_dir, 'config/nav2_params.yaml'),
'autostart': 'True',
'use_composition': 'True',
'transform_publish_period': '0.02'
}.items()
),
Expand Down

0 comments on commit 316eb23

Please sign in to comment.