Skip to content

Commit 8501e13

Browse files
authored
fix(surround_obstacle_checker): remove unused include (autowarefoundation#3084)
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
1 parent a98e9e8 commit 8501e13

File tree

1 file changed

+0
-3
lines changed
  • planning/surround_obstacle_checker/include/surround_obstacle_checker

1 file changed

+0
-3
lines changed

planning/surround_obstacle_checker/include/surround_obstacle_checker/node.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <vehicle_info_util/vehicle_info_util.hpp>
2424

2525
#include <autoware_auto_perception_msgs/msg/predicted_objects.hpp>
26-
#include <autoware_auto_planning_msgs/msg/trajectory.hpp>
2726
#include <diagnostic_msgs/msg/diagnostic_status.hpp>
2827
#include <diagnostic_msgs/msg/key_value.hpp>
2928
#include <nav_msgs/msg/odometry.hpp>
@@ -46,8 +45,6 @@ namespace surround_obstacle_checker
4645

4746
using autoware_auto_perception_msgs::msg::PredictedObjects;
4847
using autoware_auto_perception_msgs::msg::Shape;
49-
using autoware_auto_planning_msgs::msg::Trajectory;
50-
using autoware_auto_planning_msgs::msg::TrajectoryPoint;
5148
using motion_utils::VehicleStopChecker;
5249
using tier4_planning_msgs::msg::VelocityLimit;
5350
using tier4_planning_msgs::msg::VelocityLimitClearCommand;

0 commit comments

Comments
 (0)