Skip to content

Commit a80fea7

Browse files
authored
use_sim_time should not be in the yaml in Jazzy (#19)
1 parent fd830aa commit a80fea7

File tree

8 files changed

+0
-107
lines changed

8 files changed

+0
-107
lines changed

config/a200/localization.yaml

Lines changed: 0 additions & 9 deletions
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: sensors/lidar2d_0/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

config/a200/nav2.yaml

Lines changed: 0 additions & 15 deletions
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
@@ -61,17 +60,14 @@ bt_navigator:
6160

6261
bt_navigator_navigate_through_poses_rclcpp_node:
6362
ros__parameters:
64-
use_sim_time: True
6563
enable_stamped_cmd_vel: True
6664

6765
bt_navigator_navigate_to_pose_rclcpp_node:
6866
ros__parameters:
69-
use_sim_time: True
7067
enable_stamped_cmd_vel: True
7168

7269
controller_server:
7370
ros__parameters:
74-
use_sim_time: True
7571
enable_stamped_cmd_vel: True
7672
controller_frequency: 20.0
7773
min_x_velocity_threshold: 0.001
@@ -148,7 +144,6 @@ local_costmap:
148144
publish_frequency: 2.0
149145
global_frame: odom
150146
robot_base_frame: base_link
151-
use_sim_time: True
152147
enable_stamped_cmd_vel: True
153148
rolling_window: true
154149
width: 5
@@ -192,7 +187,6 @@ global_costmap:
192187
publish_frequency: 1.0
193188
global_frame: map
194189
robot_base_frame: base_link
195-
use_sim_time: True
196190
enable_stamped_cmd_vel: True
197191
footprint: "[ [0.55, 0.45], [0.55, -0.45], [-0.55, -0.45], [-0.55, 0.45] ]"
198192
resolution: 0.06
@@ -224,7 +218,6 @@ global_costmap:
224218
planner_server:
225219
ros__parameters:
226220
expected_planner_frequency: 20.0
227-
use_sim_time: True
228221
enable_stamped_cmd_vel: True
229222
planner_plugins: ["GridBased"]
230223
GridBased:
@@ -235,7 +228,6 @@ planner_server:
235228

236229
smoother_server:
237230
ros__parameters:
238-
use_sim_time: True
239231
enable_stamped_cmd_vel: True
240232
smoother_plugins: ["simple_smoother"]
241233
simple_smoother:
@@ -263,20 +255,14 @@ behavior_server:
263255
global_frame: odom
264256
robot_base_frame: base_link
265257
transform_tolerance: 0.1
266-
use_sim_time: true
267258
enable_stamped_cmd_vel: True
268259
simulate_ahead_time: 2.0
269260
max_rotational_vel: 1.0
270261
min_rotational_vel: 0.2
271262
rotational_acc_lim: 0.5
272263

273-
robot_state_publisher:
274-
ros__parameters:
275-
use_sim_time: True
276-
277264
waypoint_follower:
278265
ros__parameters:
279-
use_sim_time: True
280266
enable_stamped_cmd_vel: True
281267
loop_rate: 20
282268
stop_on_failure: false
@@ -288,7 +274,6 @@ waypoint_follower:
288274

289275
velocity_smoother:
290276
ros__parameters:
291-
use_sim_time: True
292277
enable_stamped_cmd_vel: True
293278
smoothing_frequency: 20.0
294279
scale_velocities: False

config/a300/localization.yaml

Lines changed: 0 additions & 9 deletions
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: sensors/lidar2d_0/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

config/a300/nav2.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bt_navigator:
22
ros__parameters:
3-
use_sim_time: True
43
global_frame: map
54
robot_base_frame: base_link
65
odom_topic: platform/odom/filtered
@@ -58,17 +57,8 @@ bt_navigator:
5857
- nav2_assisted_teleop_cancel_bt_node
5958
- nav2_drive_on_heading_cancel_bt_node
6059

61-
bt_navigator_navigate_through_poses_rclcpp_node:
62-
ros__parameters:
63-
use_sim_time: True
64-
65-
bt_navigator_navigate_to_pose_rclcpp_node:
66-
ros__parameters:
67-
use_sim_time: True
68-
6960
controller_server:
7061
ros__parameters:
71-
use_sim_time: True
7262
controller_frequency: 20.0
7363
min_x_velocity_threshold: 0.001
7464
min_y_velocity_threshold: 0.5
@@ -142,7 +132,6 @@ local_costmap:
142132
publish_frequency: 2.0
143133
global_frame: odom
144134
robot_base_frame: base_link
145-
use_sim_time: True
146135
rolling_window: true
147136
width: 5
148137
height: 5
@@ -185,7 +174,6 @@ global_costmap:
185174
publish_frequency: 1.0
186175
global_frame: map
187176
robot_base_frame: base_link
188-
use_sim_time: True
189177
footprint: "[ [0.495, 0.349], [0.495, -0.349], [-0.495, -0.349], [-0.495, 0.349] ]"
190178
resolution: 0.06
191179
track_unknown_space: true
@@ -216,7 +204,6 @@ global_costmap:
216204
planner_server:
217205
ros__parameters:
218206
expected_planner_frequency: 20.0
219-
use_sim_time: True
220207
planner_plugins: ["GridBased"]
221208
GridBased:
222209
plugin: "nav2_navfn_planner/NavfnPlanner"
@@ -226,7 +213,6 @@ planner_server:
226213

227214
smoother_server:
228215
ros__parameters:
229-
use_sim_time: True
230216
smoother_plugins: ["simple_smoother"]
231217
simple_smoother:
232218
plugin: "nav2_smoother::SimpleSmoother"
@@ -253,19 +239,13 @@ behavior_server:
253239
global_frame: odom
254240
robot_base_frame: base_link
255241
transform_tolerance: 0.1
256-
use_sim_time: true
257242
simulate_ahead_time: 2.0
258243
max_rotational_vel: 1.0
259244
min_rotational_vel: 0.2
260245
rotational_acc_lim: 0.5
261246

262-
robot_state_publisher:
263-
ros__parameters:
264-
use_sim_time: True
265-
266247
waypoint_follower:
267248
ros__parameters:
268-
use_sim_time: True
269249
loop_rate: 20
270250
stop_on_failure: false
271251
waypoint_task_executor_plugin: "wait_at_waypoint"
@@ -276,7 +256,6 @@ waypoint_follower:
276256

277257
velocity_smoother:
278258
ros__parameters:
279-
use_sim_time: True
280259
smoothing_frequency: 20.0
281260
scale_velocities: False
282261
feedback: "OPEN_LOOP"

config/j100/localization.yaml

Lines changed: 0 additions & 9 deletions
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: sensors/lidar2d_0/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

config/j100/nav2.yaml

Lines changed: 0 additions & 15 deletions
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
@@ -61,17 +60,14 @@ bt_navigator:
6160

6261
bt_navigator_navigate_through_poses_rclcpp_node:
6362
ros__parameters:
64-
use_sim_time: True
6563
enable_stamped_cmd_vel: True
6664

6765
bt_navigator_navigate_to_pose_rclcpp_node:
6866
ros__parameters:
69-
use_sim_time: True
7067
enable_stamped_cmd_vel: True
7168

7269
controller_server:
7370
ros__parameters:
74-
use_sim_time: True
7571
enable_stamped_cmd_vel: True
7672
controller_frequency: 20.0
7773
min_x_velocity_threshold: 0.001
@@ -146,7 +142,6 @@ local_costmap:
146142
publish_frequency: 2.0
147143
global_frame: odom
148144
robot_base_frame: base_link
149-
use_sim_time: True
150145
enable_stamped_cmd_vel: True
151146
rolling_window: true
152147
width: 5
@@ -190,7 +185,6 @@ global_costmap:
190185
publish_frequency: 1.0
191186
global_frame: map
192187
robot_base_frame: base_link
193-
use_sim_time: True
194188
enable_stamped_cmd_vel: True
195189
footprint: "[ [0.254, 0.2159], [0.254, -0.2159], [-0.254, -0.2159], [-0.254, 0.2159] ]"
196190
resolution: 0.06
@@ -222,7 +216,6 @@ global_costmap:
222216
planner_server:
223217
ros__parameters:
224218
expected_planner_frequency: 20.0
225-
use_sim_time: True
226219
enable_stamped_cmd_vel: True
227220
planner_plugins: ["GridBased"]
228221
GridBased:
@@ -233,7 +226,6 @@ planner_server:
233226

234227
smoother_server:
235228
ros__parameters:
236-
use_sim_time: True
237229
enable_stamped_cmd_vel: True
238230
smoother_plugins: ["simple_smoother"]
239231
simple_smoother:
@@ -261,20 +253,14 @@ behavior_server:
261253
global_frame: odom
262254
robot_base_frame: base_link
263255
transform_tolerance: 0.1
264-
use_sim_time: true
265256
enable_stamped_cmd_vel: True
266257
simulate_ahead_time: 2.0
267258
max_rotational_vel: 1.0
268259
min_rotational_vel: 0.2
269260
rotational_acc_lim: 0.5
270261

271-
robot_state_publisher:
272-
ros__parameters:
273-
use_sim_time: True
274-
275262
waypoint_follower:
276263
ros__parameters:
277-
use_sim_time: True
278264
enable_stamped_cmd_vel: True
279265
loop_rate: 20
280266
stop_on_failure: false
@@ -286,7 +272,6 @@ waypoint_follower:
286272

287273
velocity_smoother:
288274
ros__parameters:
289-
use_sim_time: True
290275
enable_stamped_cmd_vel: True
291276
smoothing_frequency: 20.0
292277
scale_velocities: False

config/w200/localization.yaml

Lines changed: 0 additions & 9 deletions
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: sensors/lidar2d_0/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

0 commit comments

Comments
 (0)