Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
7063776a
Commit
7063776a
authored
5 years ago
by
Matthew Hansen
Committed by
Matt Hansen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update behavior tree with local and global recoveries
parent
9517be78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nav2_bt_navigator/behavior_trees/navigate_w_replanning_and_recovery.xml
+10
-4
10 additions, 4 deletions
...tor/behavior_trees/navigate_w_replanning_and_recovery.xml
with
10 additions
and
4 deletions
nav2_bt_navigator/behavior_trees/navigate_w_replanning_and_recovery.xml
+
10
−
4
View file @
7063776a
...
...
@@ -4,15 +4,21 @@
-->
<root
main_tree_to_execute=
"MainTree"
>
<BehaviorTree
ID=
"MainTree"
>
<RecoveryNode
number_of_retries=
"6"
>
<RecoveryNode
number_of_retries=
"6"
name=
"NavigateRecovery"
>
<Sequence
name=
"NavigateWithReplanning"
>
<RateController
hz=
"1.0"
>
<Fallback>
<Fallback
name=
"GoalReached"
>
<GoalReached/>
<ComputePathToPose
goal=
"${goal}"
path=
"${path}"
/>
<RecoveryNode
number_of_retries=
"1"
name=
"ComputePath"
>
<ComputePathToPose
goal=
"${goal}"
path=
"${path}"
/>
<ClearEntireCostmap
service_name=
"/global_costmap/clear_entirely_global_costmap"
/>
</RecoveryNode>
</Fallback>
</RateController>
<FollowPath
path=
"${path}"
/>
<RecoveryNode
number_of_retries=
"1"
name=
"FollowPath"
>
<FollowPath
path=
"${path}"
/>
<ClearEntireCostmap
service_name=
"/local_costmap/clear_entirely_local_costmap"
/>
</RecoveryNode>
</Sequence>
<SequenceStar
name=
"RecoveryActions"
>
<ClearEntireCostmap
service_name=
"local_costmap/clear_entirely_local_costmap"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment