Skip to content

Commit

Permalink
True -> true
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Aug 21, 2024
1 parent f1aee4d commit 87cf1f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions turtlebot4_navigation/config/localization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amcl:
ros__parameters:
use_sim_time: True
use_sim_time: true
alpha1: 0.2
alpha2: 0.2
alpha3: 0.2
Expand Down Expand Up @@ -41,15 +41,15 @@ amcl:

map_server:
ros__parameters:
use_sim_time: True
use_sim_time: true
# 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:
use_sim_time: True
use_sim_time: true
save_map_timeout: 5.0
free_thresh_default: 0.25
occupied_thresh_default: 0.65
map_subscribe_transient_local: True
map_subscribe_transient_local: true

0 comments on commit 87cf1f0

Please sign in to comment.