Skip to content

Commit b87a3ff

Browse files
authored
fix(autoware_spheric_collision_detector): drop galactic support (#12036)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 86495b2 commit b87a3ff

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

control/autoware_spheric_collision_detector/include/autoware/spheric_collision_detector/sphere3.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
#ifndef AUTOWARE__SPHERIC_COLLISION_DETECTOR__SPHERE3_HPP_
1616
#define AUTOWARE__SPHERIC_COLLISION_DETECTOR__SPHERE3_HPP_
1717

18-
#ifdef ROS_DISTRO_GALACTIC
19-
#include <tf2_eigen/tf2_eigen.h>
20-
#else
2118
#include <tf2_eigen/tf2_eigen.hpp>
22-
#endif
2319

2420
#include <vector>
2521

control/autoware_spheric_collision_detector/src/spheric_collision_detector_node/spheric_collision_detector.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,13 @@
1919
#include <autoware_utils/math/unit_conversion.hpp>
2020
#include <pcl_ros/transforms.hpp>
2121
#include <rclcpp/rclcpp.hpp>
22+
#include <tf2_eigen/tf2_eigen.hpp>
2223

2324
#include <boost/geometry.hpp>
2425

2526
#include <pcl_conversions/pcl_conversions.h>
2627
#include <tf2/utils.h>
2728

28-
#ifdef ROS_DISTRO_GALACTIC
29-
#include <tf2_eigen/tf2_eigen.h>
30-
#else
31-
#include <tf2_eigen/tf2_eigen.hpp>
32-
#endif
33-
3429
#include <iostream>
3530
#include <memory>
3631
#include <vector>

0 commit comments

Comments
 (0)