Skip to content

Commit 40c1fc6

Browse files
committed
fix(iv_msgs): remove auto msgs
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent c2f6a89 commit 40c1fc6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

autoware_iv_internal_api_adaptor/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<buildtool_depend>autoware_cmake</buildtool_depend>
1212

1313
<depend>autoware_adapi_v1_msgs</depend>
14-
<depend>autoware_auto_vehicle_msgs</depend>
1514
<depend>autoware_perception_msgs</depend>
1615
<depend>autoware_planning_msgs</depend>
1716
<depend>autoware_system_msgs</depend>

autoware_iv_internal_api_adaptor/src/iv_msgs.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <rclcpp/rclcpp.hpp>
1919

2020
#include <autoware_adapi_v1_msgs/msg/mrm_state.hpp>
21-
#include <autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
2221
#include <autoware_perception_msgs/msg/tracked_objects.hpp>
2322
#include <autoware_planning_msgs/msg/trajectory.hpp>
2423
#include <autoware_system_msgs/msg/autoware_state.hpp>
@@ -43,7 +42,7 @@ class IVMsgs : public rclcpp::Node
4342
rclcpp::Publisher<AutowareStateIV>::SharedPtr pub_state_;
4443

4544
using ControlModeAuto = autoware_vehicle_msgs::msg::ControlModeReport;
46-
using ControlMode = autoware_auto_vehicle_msgs::msg::ControlModeReport;
45+
using ControlMode = autoware_vehicle_msgs::msg::ControlModeReport;
4746
rclcpp::Subscription<ControlMode>::SharedPtr sub_control_mode_;
4847
rclcpp::Publisher<ControlModeAuto>::SharedPtr pub_control_mode_;
4948

0 commit comments

Comments
 (0)