Skip to content

Commit 86d9d57

Browse files
Merge pull request #58 from slci/add-rtest-package
Add build for ros-kilted-rtest package
2 parents 54894d8 + ad826cd commit 86d9d57

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

patch/ros-kilted-rtest.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/rtest/CMakeLists.txt b/rtest/CMakeLists.txt
2+
index 5d3673c..c699084 100644
3+
--- a/rtest/CMakeLists.txt
4+
+++ b/rtest/CMakeLists.txt
5+
@@ -89,6 +89,7 @@ target_link_libraries(rtest_common PUBLIC
6+
rcl_action::rcl_action
7+
rclcpp::rclcpp
8+
rclcpp_action::rclcpp_action
9+
+ GTest::gmock
10+
)
11+
12+
ament_export_dependencies(

vinca.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ packages_select_by_deps:
160160
- py-trees-ros
161161
- py-trees-ros-viewer
162162

163+
- rtest
164+
163165
# These packages are only built on Linux as they depend on Linux-specific API
164166
- if: linux
165167
then:

0 commit comments

Comments
 (0)