Skip to content

Commit 9b76b81

Browse files
committed
xml correction
Signed-off-by: silanus23 <berkantali23@outlook.com>
1 parent ff56301 commit 9b76b81

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

migration/Kilted.rst

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)