Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a3034bf

Browse files
Update Package.xml
Missing build depend on rcl_wrapper for rcl_executor_examples: stderr: rcl_executor_examples CMake Error at CMakeLists.txt:24 (find_package): By not providing "Findrcl_wrapper.cmake" in CMAKE_MODULE_PATH etc. etc.
1 parent aaa7463 commit a3034bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rcl_executor_examples/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<build_depend>rcl_executor</build_depend>
1616
<build_depend>std_msgs</build_depend>
1717
<build_depend>geometry_msgs</build_depend>
18+
<build_depend>rcl_wrapper</build_depend>
1819

1920
<exec_depend>rclcpp</exec_depend>
2021
<exec_depend>std_msgs</exec_depend>

0 commit comments

Comments
 (0)