Skip to content

Commit

Permalink
Updating default map path
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored and RBT22 committed Oct 24, 2023
1 parent ffcf1d8 commit 88d84fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/planner_benchmarking/planning_benchmark_bringup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
def generate_launch_description():
nav2_bringup_dir = get_package_share_directory('nav2_bringup')
config = os.path.join(get_package_share_directory('nav2_bringup'), 'params', 'nav2_params.yaml')
map_file = os.path.join(nav2_bringup_dir, 'maps', 'map.yaml')
map_file = os.path.join(nav2_bringup_dir, 'maps', 'turtlebot3_world.yaml')
lifecycle_nodes = ['map_server', 'planner_server']

return LaunchDescription([
Expand Down

0 comments on commit 88d84fc

Please sign in to comment.