Skip to content

Commit 52c303b

Browse files
authored
Nav2 changed how use_sim_time is set, should not be in yaml (turtlebot#564)
1 parent dc744fe commit 52c303b

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

turtlebot4_navigation/config/localization.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
amcl:
22
ros__parameters:
3-
use_sim_time: true
43
alpha1: 0.2
54
alpha2: 0.2
65
alpha3: 0.2
@@ -39,16 +38,8 @@ amcl:
3938
z_short: 0.05
4039
scan_topic: scan
4140

42-
map_server:
43-
ros__parameters:
44-
use_sim_time: true
45-
# Overridden in launch by the "map" launch configuration or provided default value.
46-
# To use in yaml, remove the default "map" value in the tb3_simulation_launch.py file & provide full path to map below.
47-
yaml_filename: ""
48-
4941
map_saver:
5042
ros__parameters:
51-
use_sim_time: true
5243
save_map_timeout: 5.0
5344
free_thresh_default: 0.25
5445
occupied_thresh_default: 0.65

turtlebot4_navigation/config/nav2.yaml

-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bt_navigator:
22
ros__parameters:
3-
use_sim_time: true
43
enable_stamped_cmd_vel: true
54
global_frame: map
65
robot_base_frame: base_link
@@ -20,7 +19,6 @@ bt_navigator:
2019

2120
controller_server:
2221
ros__parameters:
23-
use_sim_time: true
2422
enable_stamped_cmd_vel: true
2523
controller_frequency: 20.0
2624
min_x_velocity_threshold: 0.001
@@ -128,13 +126,11 @@ controller_server:
128126
local_costmap:
129127
local_costmap:
130128
ros__parameters:
131-
use_sim_time: true
132129
enable_stamped_cmd_vel: true
133130
update_frequency: 5.0
134131
publish_frequency: 2.0
135132
global_frame: odom
136133
robot_base_frame: base_link
137-
use_sim_time: true
138134
rolling_window: true
139135
width: 3
140136
height: 3
@@ -173,13 +169,11 @@ local_costmap:
173169
global_costmap:
174170
global_costmap:
175171
ros__parameters:
176-
use_sim_time: true
177172
enable_stamped_cmd_vel: true
178173
update_frequency: 1.0
179174
publish_frequency: 1.0
180175
global_frame: map
181176
robot_base_frame: base_link
182-
use_sim_time: true
183177
robot_radius: 0.175
184178
resolution: 0.06
185179
track_unknown_space: true
@@ -209,10 +203,8 @@ global_costmap:
209203

210204
planner_server:
211205
ros__parameters:
212-
use_sim_time: true
213206
enable_stamped_cmd_vel: true
214207
#expected_planner_frequency: 20.0
215-
use_sim_time: true
216208
planner_plugins: ["GridBased"]
217209
GridBased:
218210
plugin: "nav2_navfn_planner::NavfnPlanner"
@@ -222,7 +214,6 @@ planner_server:
222214

223215
smoother_server:
224216
ros__parameters:
225-
use_sim_time: true
226217
enable_stamped_cmd_vel: true
227218
smoother_plugins: ["simple_smoother"]
228219
simple_smoother:
@@ -233,7 +224,6 @@ smoother_server:
233224

234225
behavior_server:
235226
ros__parameters:
236-
use_sim_time: true
237227
enable_stamped_cmd_vel: true
238228
local_costmap_topic: local_costmap/costmap_raw
239229
global_costmap_topic: global_costmap/costmap_raw
@@ -260,13 +250,8 @@ behavior_server:
260250
min_rotational_vel: 0.4
261251
rotational_acc_lim: 3.2
262252

263-
robot_state_publisher:
264-
ros__parameters:
265-
use_sim_time: true
266-
267253
waypoint_follower:
268254
ros__parameters:
269-
use_sim_time: true
270255
enable_stamped_cmd_vel: true
271256
loop_rate: 20
272257
stop_on_failure: false
@@ -279,7 +264,6 @@ waypoint_follower:
279264

280265
velocity_smoother:
281266
ros__parameters:
282-
use_sim_time: true
283267
enable_stamped_cmd_vel: true
284268
smoothing_frequency: 20.0
285269
scale_velocities: False
@@ -295,7 +279,6 @@ velocity_smoother:
295279

296280
collision_monitor:
297281
ros__parameters:
298-
use_sim_time: true
299282
enable_stamped_cmd_vel: true
300283
base_frame_id: "base_link"
301284
odom_frame_id: "odom"
@@ -328,7 +311,6 @@ collision_monitor:
328311

329312
docking_server:
330313
ros__parameters:
331-
use_sim_time: true
332314
enable_stamped_cmd_vel: true
333315
controller_frequency: 50.0
334316
initial_perception_timeout: 5.0

0 commit comments

Comments
 (0)