Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #359 from PickNikRobotics/subtree-only
Browse files Browse the repository at this point in the history
add subtree_only to a couple of objectives
  • Loading branch information
EzraBrooks authored Sep 3, 2024
2 parents a44106e + 02d91a5 commit b9a6bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
_description="Estimate an object pose from a reference mesh file using ICP on live point cloud data."
_favorite="false"
_hardcoded="false"
_subtreeOnly="true"
>
<Control ID="Sequence">
<Action
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<BehaviorTree
ID="Move to a StampedPose"
_description="Uses inverse kinematics to move the robot tip to a given pose"
_subtreeOnly="true"
>
<Control ID="Fallback" name="root">
<Control ID="Sequence">
Expand Down

0 comments on commit b9a6bb4

Please sign in to comment.