File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ install(
3737
3838ament_export_targets (vortex_utils_ros_targets )
3939
40- ament_export_dependencies ()
40+ ament_export_dependencies (vortex_utils )
4141ament_export_include_directories (include )
4242ament_python_install_package (${PROJECT_NAME } )
4343
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ set(CMAKE_CXX_STANDARD 20)
55add_compile_options (-Wall -Wextra -Wpedantic )
66
77find_package (ament_cmake REQUIRED )
8- find_package (vortex_utils REQUIRED )
98find_package (rclcpp REQUIRED )
109find_package (ament_cmake_python REQUIRED )
1110find_package (geometry_msgs REQUIRED )
@@ -21,7 +20,6 @@ target_include_directories(vortex_utils_ros_tf INTERFACE
2120)
2221
2322ament_target_dependencies (vortex_utils_ros_tf INTERFACE
24- vortex_utils
2523 rclcpp
2624 tf2
2725 tf2_ros
Original file line number Diff line number Diff line change 1010 <buildtool_depend >ament_cmake</buildtool_depend >
1111
1212 <depend >rclcpp</depend >
13- <depend >vortex_utils</depend >
1413 <depend >eigen</depend >
1514 <depend >tf2</depend >
1615 <depend >tf2_ros</depend >
You can’t perform that action at this time.
0 commit comments