Skip to content

Commit

Permalink
Setting map map's yaml path to empty string, since overridden in laun…
Browse files Browse the repository at this point in the history
…ch (#3123)

* Update nav2_params.yaml

* Update nav2_params.yaml

* Update nav2_params.yaml
  • Loading branch information
SteveMacenski authored Aug 24, 2022
1 parent d317b33 commit 1c74368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nav2_bringup/params/nav2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ global_costmap:
map_server:
ros__parameters:
use_sim_time: True
yaml_filename: "turtlebot3_world.yaml"
# Overridden in launch by the "map" launch configuration or provided default value.
# To use in yaml, remove the default "map" value in the tb3_simulation_launch.py file & provide full path to map below.
yaml_filename: ""

map_saver:
ros__parameters:
Expand Down

0 comments on commit 1c74368

Please sign in to comment.