Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit be74064

Browse files
committed
grasp_ros2: fixed CMake issue
correct typo for 'pcl_conversions' Signed-off-by: Sharron LIU <sharron.xr.liu@gmail.com>
1 parent 8ac71dc commit be74064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grasp_ros2/tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ find_package(ament_cmake_gtest REQUIRED)
33
find_package(rclcpp REQUIRED)
44
find_package(grasp_msgs REQUIRED)
55
find_package(moveit_msgs REQUIRED)
6+
find_package(pcl_conversions REQUIRED)
67
set(TEST_NAME tgrasp_ros2)
78

89
ament_add_gtest(${TEST_NAME} tgrasp_ros2.cpp ${CMAKE_CURRENT_SOURCE_DIR}/../src/consts.cpp)
@@ -16,7 +17,7 @@ if(TARGET ${TEST_NAME})
1617
${grasp_library_INCLUDE_DIRS}
1718
)
1819
ament_target_dependencies(${TEST_NAME}
19-
pcl_conversion
20+
pcl_conversions
2021
rclcpp
2122
grasp_msgs
2223
moveit_msgs

0 commit comments

Comments
 (0)