-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add traclabs plansys2 backport via submodule, thanks @ana-GT
- Loading branch information
Showing
5 changed files
with
22 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
[submodule "isaac_msgs"] | ||
path = communications/isaac_msgs | ||
url = https://github.com/nasa/isaac_msgs.git | ||
[submodule "astrobee/survey_manager/survey_planner/src/ros2_planning_system"] | ||
path = astrobee/survey_manager/survey_planner/src/ros2_planning_system | ||
url = https://github.com/traclabs/ros2_planning_system.git | ||
branch = noetic-devel | ||
[submodule "astrobee/survey_manager/survey_planner/src/ros1_lifecycle"] | ||
path = astrobee/survey_manager/survey_planner/src/ros1_lifecycle | ||
url = https://github.com/traclabs/ros1_lifecycle | ||
branch = noetic-devel | ||
[submodule "ros1_lifecycle"] | ||
path = ros1_lifecycle | ||
url = https://github.com/traclabs/ros1_lifecycle | ||
branch = noetic-devel | ||
[submodule "ros2_planning_system"] | ||
path = ros2_planning_system | ||
url = https://github.com/traclabs/ros2_planning_system.git | ||
branch = noetic-devel |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
\page survey_planner Survey Planner | ||
|
||
Planning and scheduling of queued survey actions. | ||
Planning and scheduling of queued survey actions using Playsys2 for PDPL solutions and behavior trees for execution. | ||
|
||
Based on [preliminary work](https://github.com/traclabs/astrobee_task_planning_ws) by [Ana](https://github.com/ana-GT) at [Traclabs](https://traclabs.com). |
Submodule ros1_lifecycle
added at
15a503
Submodule ros2_planning_system
added at
8ac056
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