Skip to content

Commit 00df6b9

Browse files
authored
feat(behavior_velocity_planner): remove unnecessary tier4_api_msgs (#9692)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent b0625af commit 00df6b9

File tree

8 files changed

+0
-10
lines changed

8 files changed

+0
-10
lines changed

planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<depend>pluginlib</depend>
4242
<depend>rclcpp</depend>
4343
<depend>sensor_msgs</depend>
44-
<depend>tier4_api_msgs</depend>
4544
<depend>tier4_debug_msgs</depend>
4645
<depend>visualization_msgs</depend>
4746

planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module/src/manager.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <autoware_lanelet2_extension/regulatory_elements/crosswalk.hpp>
2424
#include <rclcpp/rclcpp.hpp>
2525

26-
#include <tier4_api_msgs/msg/crosswalk_status.hpp>
2726
#include <tier4_planning_msgs/msg/path_with_lane_id.hpp>
2827

2928
#include <functional>

planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module/src/scene_crosswalk.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ using autoware_perception_msgs::msg::PredictedObject;
5757
using autoware_perception_msgs::msg::PredictedObjects;
5858
using autoware_perception_msgs::msg::TrafficLightElement;
5959
using lanelet::autoware::Crosswalk;
60-
using tier4_api_msgs::msg::CrosswalkStatus;
6160
using tier4_planning_msgs::msg::PathWithLaneId;
6261

6362
namespace

planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/src/manager.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <rclcpp/rclcpp.hpp>
2525

2626
#include <std_msgs/msg/string.hpp>
27-
#include <tier4_api_msgs/msg/intersection_status.hpp>
2827
#include <tier4_planning_msgs/msg/path_with_lane_id.hpp>
2928

3029
#include <functional>

planning/behavior_velocity_planner/autoware_behavior_velocity_planner/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
<depend>tf2_eigen</depend>
5757
<depend>tf2_geometry_msgs</depend>
5858
<depend>tf2_ros</depend>
59-
<depend>tier4_api_msgs</depend>
6059
<depend>tier4_planning_msgs</depend>
6160
<depend>tier4_v2x_msgs</depend>
6261
<depend>visualization_msgs</depend>

planning/behavior_velocity_planner/autoware_behavior_velocity_planner/src/node.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
#include <nav_msgs/msg/occupancy_grid.hpp>
3232
#include <nav_msgs/msg/odometry.hpp>
3333
#include <sensor_msgs/msg/point_cloud2.hpp>
34-
#include <tier4_api_msgs/msg/crosswalk_status.hpp>
35-
#include <tier4_api_msgs/msg/intersection_status.hpp>
3634
#include <tier4_planning_msgs/msg/path_with_lane_id.hpp>
3735
#include <tier4_planning_msgs/msg/velocity_limit.hpp>
3836
#include <visualization_msgs/msg/marker_array.hpp>

planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/include/autoware/behavior_velocity_planner_common/planner_data.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
#include <nav_msgs/msg/occupancy_grid.hpp>
3030
#include <sensor_msgs/msg/point_cloud2.hpp>
3131
#include <std_msgs/msg/header.hpp>
32-
#include <tier4_api_msgs/msg/crosswalk_status.hpp>
33-
#include <tier4_api_msgs/msg/intersection_status.hpp>
3432
#include <tier4_planning_msgs/msg/velocity_limit.hpp>
3533
#include <tier4_v2x_msgs/msg/virtual_traffic_light_state_array.hpp>
3634

planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<depend>tf2_eigen</depend>
4545
<depend>tf2_geometry_msgs</depend>
4646
<depend>tf2_ros</depend>
47-
<depend>tier4_api_msgs</depend>
4847
<depend>tier4_planning_msgs</depend>
4948
<depend>tier4_v2x_msgs</depend>
5049
<depend>visualization_msgs</depend>

0 commit comments

Comments
 (0)