Skip to content

Commit 27f4b05

Browse files
committed
update vector field planner and mission executive
1 parent f9f9b94 commit 27f4b05

10 files changed

Lines changed: 978 additions & 34 deletions

File tree

src/subsystems/navigation/mission_executive/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ install(TARGETS mission_executive_node
3838
DESTINATION lib/${PROJECT_NAME}
3939
)
4040

41+
install(PROGRAMS scripts/mission_cli.py
42+
DESTINATION lib/${PROJECT_NAME}
43+
RENAME mission_cli
44+
)
45+
4146
ament_package()

src/subsystems/navigation/mission_executive/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<depend>vision_msgs</depend>
2222
<depend>msgs</depend>
2323

24+
<exec_depend>rclpy</exec_depend>
25+
<exec_depend>action_msgs</exec_depend>
26+
2427
<export>
2528
<build_type>ament_cmake</build_type>
2629
</export>

0 commit comments

Comments
 (0)