3030 sigma_hit : 0.2
3131 tf_broadcast : true
3232 transform_tolerance : 1.0
33- service_introspection_mode : " disabled"
33+ introspection_mode : " disabled"
3434 update_min_a : 0.2
3535 update_min_d : 0.25
3636 z_hit : 0.5
@@ -48,7 +48,7 @@ bt_navigator:
4848 filter_duration : 0.3
4949 default_server_timeout : 20
5050 wait_for_service_timeout : 1000
51- service_introspection_mode : " disabled"
51+ introspection_mode : " disabled"
5252 navigators : ["navigate_to_pose", "navigate_through_poses"]
5353 navigate_to_pose :
5454 plugin : " nav2_bt_navigator::NavigateToPoseNavigator"
@@ -265,7 +265,7 @@ local_costmap:
265265 plugin : " nav2_costmap_2d::StaticLayer"
266266 map_subscribe_transient_local : True
267267 always_send_full_costmap : True
268- service_introspection_mode : " disabled"
268+ introspection_mode : " disabled"
269269
270270global_costmap :
271271 global_costmap :
@@ -318,15 +318,15 @@ global_costmap:
318318 cost_scaling_factor : 3.0
319319 inflation_radius : 0.7
320320 always_send_full_costmap : True
321- service_introspection_mode : " disabled"
321+ introspection_mode : " disabled"
322322
323323# The yaml_filename does not need to be specified since it going to be set by defaults in launch.
324324# If you'd rather set it in the yaml, remove the default "map" value in the launch file(s).
325325# file & provide full path to map below. If CLI map configuration or launch default is provided, that will be used.
326326map_server :
327327 ros__parameters :
328328 # yaml_filename: ""
329- service_introspection_mode : " disabled"
329+ introspection_mode : " disabled"
330330
331331keepout_filter_mask_server :
332332 ros__parameters :
@@ -360,14 +360,14 @@ map_saver:
360360 free_thresh_default : 0.25
361361 occupied_thresh_default : 0.65
362362 map_subscribe_transient_local : True
363- service_introspection_mode : " disabled"
363+ introspection_mode : " disabled"
364364
365365planner_server :
366366 ros__parameters :
367367 expected_planner_frequency : 20.0
368368 planner_plugins : ["GridBased"]
369369 costmap_update_timeout : 1.0
370- service_introspection_mode : " disabled"
370+ introspection_mode : " disabled"
371371 GridBased :
372372 plugin : " nav2_navfn_planner::NavfnPlanner"
373373 tolerance : 0.5
@@ -432,7 +432,7 @@ waypoint_follower:
432432 ros__parameters :
433433 loop_rate : 20
434434 stop_on_failure : false
435- service_introspection_mode : " disabled"
435+ introspection_mode : " disabled"
436436 waypoint_task_executor_plugin : " wait_at_waypoint"
437437 wait_at_waypoint :
438438 plugin : " nav2_waypoint_follower::WaitAtWaypoint"
@@ -519,7 +519,7 @@ docking_server:
519519 base_frame : " base_link"
520520 fixed_frame : " odom"
521521 dock_prestaging_tolerance : 0.5
522- service_introspection_mode : " disabled"
522+ introspection_mode : " disabled"
523523
524524 # Types of docks
525525 dock_plugins : ["simple_charging_dock"]
0 commit comments