Skip to content

Commit

Permalink
Move submodules to avoid nested catkin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bckempa committed Dec 21, 2023
1 parent bf514c2 commit 059b3eb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
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
path = astrobee/survey_manager/ros2_planning_system
url = https://github.com/bckempa/ros2_planning_system
branch = noetic-devel
[submodule "astrobee/survey_manager/survey_planner/src/ros1_lifecycle"]
path = astrobee/survey_manager/survey_planner/src/ros1_lifecycle
path = astrobee/survey_manager/ros1_lifecycle
url = https://github.com/bckempa/ros1_lifecycle
branch = noetic-devel
12 changes: 12 additions & 0 deletions astrobee/survey_manager/survey_planner/launch/survey_domain.launch
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
<arg name="params_file" value="$(arg params_file)"/>
</include>

<!-- Planner -->
<include file="$(find plansys2_planner)/launch/planner.launch">
<arg name="namespace" value="$(arg namespace)"/>
<arg name="params_file" value="$(arg params_file)"/>
</include>

<!-- Executor -->
<include file="$(find plansys2_executor)/launch/executor.launch">
<arg name="namespace" value="$(arg namespace)"/>
<arg name="params_file" value="$(arg params_file)"/>
</include>

<!-- Manager -->
<node name="lifecycle_manager_node" pkg="plansys2_lifecycle_manager" type="lifecycle_manager_node" output="screen">
</node>
Expand Down

0 comments on commit 059b3eb

Please sign in to comment.