We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99fed9 commit ca3f204Copy full SHA for ca3f204
snp_motion_planning/CMakeLists.txt
@@ -17,6 +17,7 @@ set(ROS2_DEPS
17
tf2_eigen)
18
19
find_package(ament_cmake REQUIRED)
20
+find_package(ament_cmake_python REQUIRED)
21
foreach(dep ${ROS2_DEPS})
22
find_package(${dep} REQUIRED)
23
endforeach()
0 commit comments