Skip to content

Commit 0ada932

Browse files
committed
Add dependencies to launch
* Adding exec_depend to launch_ros to system_modes package due to included launch files * Adding exec_depend to ros2launch to system_modes_examples package due to step-by-step CLI example Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
1 parent f2305e3 commit 0ada932

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

system_modes/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<depend>builtin_interfaces</depend>
2222
<depend>rosidl_default_generators</depend>
2323

24+
<exec_depend>launch_ros</exec_depend>
25+
2426
<test_depend>ament_cmake_gtest</test_depend>
2527
<test_depend>ament_cmake_gmock</test_depend>
2628
<test_depend>ament_cmake_pep257</test_depend>

system_modes_examples/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<depend>rclcpp_lifecycle</depend>
1717
<depend>system_modes</depend>
1818

19+
<exec_depend>ros2launch</exec_depend>
20+
1921
<test_depend>ament_cmake_gtest</test_depend>
2022
<test_depend>ament_cmake_gmock</test_depend>
2123
<test_depend>ament_cmake_pep257</test_depend>

0 commit comments

Comments
 (0)