Skip to content

Commit

Permalink
Add package to compile in Jazzy (#539)
Browse files Browse the repository at this point in the history
* Add package to compile in Jazzy

Co-authored-by: Chris Lalancette <[email protected]>
  • Loading branch information
thomasemter and clalancette authored Oct 30, 2024
1 parent 04a7ca7 commit f802360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions velodyne_pointcloud/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<depend>yaml-cpp</depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_index_cpp</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

Expand Down
2 changes: 2 additions & 0 deletions velodyne_pointcloud/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# these dependencies are only needed for unit testing
find_package(ament_cmake_gtest REQUIRED)
find_package(ament_index_cpp REQUIRED)

ament_add_gtest(test_row_step test_row_step.cpp)
ament_target_dependencies(test_row_step
Expand All @@ -19,6 +20,7 @@ target_link_libraries(test_calibration
)

ament_target_dependencies(test_calibration
ament_index_cpp
rclcpp
)

Expand Down

0 comments on commit f802360

Please sign in to comment.