File tree 2 files changed +1
-3
lines changed
autoware_iv_internal_api_adaptor
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11
11
<buildtool_depend >autoware_cmake</buildtool_depend >
12
12
13
13
<depend >autoware_adapi_v1_msgs</depend >
14
- <depend >autoware_auto_vehicle_msgs</depend >
15
14
<depend >autoware_perception_msgs</depend >
16
15
<depend >autoware_planning_msgs</depend >
17
16
<depend >autoware_system_msgs</depend >
Original file line number Diff line number Diff line change 18
18
#include < rclcpp/rclcpp.hpp>
19
19
20
20
#include < autoware_adapi_v1_msgs/msg/mrm_state.hpp>
21
- #include < autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
22
21
#include < autoware_perception_msgs/msg/tracked_objects.hpp>
23
22
#include < autoware_planning_msgs/msg/trajectory.hpp>
24
23
#include < autoware_system_msgs/msg/autoware_state.hpp>
@@ -43,7 +42,7 @@ class IVMsgs : public rclcpp::Node
43
42
rclcpp::Publisher<AutowareStateIV>::SharedPtr pub_state_;
44
43
45
44
using ControlModeAuto = autoware_vehicle_msgs::msg::ControlModeReport;
46
- using ControlMode = autoware_auto_vehicle_msgs ::msg::ControlModeReport;
45
+ using ControlMode = autoware_vehicle_msgs ::msg::ControlModeReport;
47
46
rclcpp::Subscription<ControlMode>::SharedPtr sub_control_mode_;
48
47
rclcpp::Publisher<ControlModeAuto>::SharedPtr pub_control_mode_;
49
48
You can’t perform that action at this time.
0 commit comments