File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,22 +507,7 @@ A new behavior tree condition node ``IsWithinPathTrackingBounds`` has been added
507507
508508**Usage in Behavior Trees: **
509509
510- .. code-block :: xml
511-
512- <RateController hz =" 3.0" >
513- <Fallback name =" PathTrackingRecoveryPlanner" >
514- <IsWithinPathTrackingBounds max_error_left =" 2.0" max_error_right =" 2.0" />
515- <Fallback name =" TieredReplanning" >
516- <ComputePathToPose goal =" {goal}" path =" {path}" planner_id =" {selected_planner}" error_code_id =" {compute_path_error_code}" error_msg =" {compute_path_error_msg}" />
517- <Sequence >
518- <ClearEntireCostmap name =" ClearGlobalCostmap-Tier2" service_name =" global_costmap/clear_entirely_global_costmap" />
519- <RetryUntilSuccessful num_attempts =" 1" >
520- <ComputePathToPose goal =" {goal}" path =" {path}" planner_id =" {selected_planner}" error_code_id =" {compute_path_error_code}" error_msg =" {compute_path_error_msg}" />
521- </RetryUntilSuccessful >
522- </Sequence >
523- </Fallback >
524- </Fallback >
525- </RateController >
510+ There is an implementation example on nav2_bt_navigator/behavior_trees/navigate_with_bounds_check.xml
526511
527512**Required Configuration: **
528513
You can’t perform that action at this time.
0 commit comments