Skip to content

Commit

Permalink
Updating objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWrock committed Nov 21, 2024
1 parent 9093cfb commit dd4d494
Show file tree
Hide file tree
Showing 18 changed files with 33,348 additions and 33,259 deletions.
7 changes: 5 additions & 2 deletions src/lab_sim/objectives/add_waypoints_to_mtc_task.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<root BTCPP_format="4" main_tree_to_execute="Add Waypoints to MTC Task">
<!--//////////-->
<BehaviorTree ID="Add Waypoints to MTC Task">
<BehaviorTree
ID="Add Waypoints to MTC Task"
_subtreeOnly="true"
_description=""
>
<Control ID="Sequence">
<Action
ID="RetrieveWaypoint"
Expand Down
7 changes: 6 additions & 1 deletion src/lab_sim/objectives/create_pose_vector.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<root BTCPP_format="4" main_tree_to_execute="Create Pose Vector">
<!--//////////-->
<BehaviorTree ID="Create Pose Vector" _favorite="false">
<BehaviorTree
ID="Create Pose Vector"
_favorite="false"
_subtreeOnly="true"
_description=""
>
<Control ID="Sequence">
<Action
ID="CreateStampedPose"
Expand Down
Loading

0 comments on commit dd4d494

Please sign in to comment.