-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into survey_planner
- Loading branch information
Showing
7 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
astrobee/survey_manager/survey_planner/behavior_trees/collecting_panoramas.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<root BTCPP_format="4" main_tree_to_execute = "MainTree" > | ||
<BehaviorTree ID="MainTree"> | ||
<Sequence name="root_sequence"> | ||
<Move name="collecting_panoramas" goal="${arg2}"/> | ||
</Sequence> | ||
</BehaviorTree> | ||
</root> |
7 changes: 7 additions & 0 deletions
7
astrobee/survey_manager/survey_planner/behavior_trees/move_to.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<root BTCPP_format="4" main_tree_to_execute = "MainTree" > | ||
<BehaviorTree ID="MainTree"> | ||
<Sequence name="root_sequence"> | ||
<Move name="move" goal="${arg2}"/> | ||
</Sequence> | ||
</BehaviorTree> | ||
</root> |
8 changes: 8 additions & 0 deletions
8
astrobee/survey_manager/survey_planner/behavior_trees/move_to_inspect.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<root BTCPP_format="4" main_tree_to_execute = "MainTree" > | ||
<BehaviorTree ID="MainTree"> | ||
<Sequence name="root_sequence"> | ||
<NavigateNode name="move_to_inspect" robot="${arg0}" pose_id="${arg2}" /> | ||
<!--<TakePictureNavCam robot="${arg0}" waypoint="${arg2}"/>--> | ||
</Sequence> | ||
</BehaviorTree> | ||
</root> |
Submodule ros1_lifecycle
added at
39f5ac
1 change: 1 addition & 0 deletions
1
astrobee/survey_manager/survey_planner/src/ros2_planning_system
Submodule ros2_planning_system
added at
87d165
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters