Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vortex_utils_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install(

ament_export_targets(vortex_utils_ros_targets)

ament_export_dependencies()
ament_export_dependencies(vortex_utils)
ament_export_include_directories(include)
ament_python_install_package(${PROJECT_NAME})

Expand Down
2 changes: 0 additions & 2 deletions vortex_utils_ros_tf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set(CMAKE_CXX_STANDARD 20)
add_compile_options(-Wall -Wextra -Wpedantic)

find_package(ament_cmake REQUIRED)
find_package(vortex_utils REQUIRED)
find_package(rclcpp REQUIRED)
find_package(ament_cmake_python REQUIRED)
find_package(geometry_msgs REQUIRED)
Expand All @@ -21,7 +20,6 @@ target_include_directories(vortex_utils_ros_tf INTERFACE
)

ament_target_dependencies(vortex_utils_ros_tf INTERFACE
vortex_utils
rclcpp
tf2
tf2_ros
Expand Down
1 change: 0 additions & 1 deletion vortex_utils_ros_tf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<depend>rclcpp</depend>
<depend>vortex_utils</depend>
<depend>eigen</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
Expand Down