Skip to content

Commit

Permalink
Removed tf2_utils
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Dec 20, 2024
1 parent 0f151e3 commit f2ec111
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 441 deletions.
10 changes: 0 additions & 10 deletions husarion_ugv_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ set(PACKAGE_DEPENDENCIES
realtime_tools
rclcpp
std_msgs
tf2_geometry_msgs
tf2_ros
yaml-cpp)

foreach(PACKAGE IN ITEMS ${PACKAGE_DEPENDENCIES})
Expand Down Expand Up @@ -67,14 +65,6 @@ if(BUILD_TESTING)
$<INSTALL_INTERFACE:include>)
ament_target_dependencies(${PROJECT_NAME}_test_ros_test_utils rclcpp std_msgs)

ament_add_gtest(${PROJECT_NAME}_test_tf2_utils test/test_tf2_utils.cpp)
target_include_directories(
${PROJECT_NAME}_test_tf2_utils
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
ament_target_dependencies(${PROJECT_NAME}_test_tf2_utils std_msgs tf2_ros
tf2_geometry_msgs)

ament_add_gtest(${PROJECT_NAME}_test_yaml_utils test/test_yaml_utils.cpp)
target_include_directories(
${PROJECT_NAME}_test_yaml_utils
Expand Down
142 changes: 0 additions & 142 deletions husarion_ugv_utils/include/husarion_ugv_utils/tf2_utils.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions husarion_ugv_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<depend>rclcpp</depend>
<depend>realtime_tools</depend>
<depend>std_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>yaml-cpp</depend>

<test_depend>ament_cmake_gtest</test_depend>
Expand Down
Loading

0 comments on commit f2ec111

Please sign in to comment.