Skip to content

Commit 524ab3b

Browse files
author
M. Fatih Cırıt
committed
feat: remove autoware_auto_msgs references
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent d800841 commit 524ab3b

File tree

5 files changed

+5
-12
lines changed

5 files changed

+5
-12
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<AutowareStateOutput>::SharedPtr pub_state_;
4443

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

awapi_awiv_adapter/Readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@
107107
### /awapi/traffic_light/get/traffic_signals
108108

109109
- get recognition result of traffic light
110-
- MessageType: autoware_auto_perception_msgs/msg/TrafficSignalArray
110+
- MessageType: autoware_perception_msgs/msg/TrafficSignalArray
111111

112112
|| type | name | unit | note |
113113
| --- | :--------------------------------------------------- | :--- | :--- | :--- |
114-
| | autoware_auto_perception_msgs/msg/TrafficSignalArray | | | |
114+
| | autoware_perception_msgs/msg/TrafficSignalArray | | | |
115115

116116
### /awapi/traffic_light/get/nearest_traffic_signal
117117

@@ -234,11 +234,11 @@
234234
### /awapi/traffic_light/put/traffic_signals
235235

236236
- Overwrite the recognition result of traffic light
237-
- MessageType: autoware_auto_perception_msgs/TrafficSignalArray
237+
- MessageType: autoware_perception_msgs/msg/TrafficSignalArray
238238

239239
|| type | name | unit | note |
240240
| --- | :----------------------------------------------- | :--- | :--- | :--- |
241-
| | autoware_auto_perception_msgs/TrafficSignalArray | | | |
241+
| | autoware_perception_msgs/msg/TrafficSignalArray | | | |
242242

243243
### /awapi/autoware/put/crosswalk_states
244244

awapi_awiv_adapter/package.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<depend>tier4_v2x_msgs</depend>
3333
<depend>tier4_vehicle_msgs</depend>
3434

35-
<exec_depend>autoware_auto_perception_msgs</exec_depend>
3635
<exec_depend>tier4_perception_msgs</exec_depend>
3736
<exec_depend>topic_tools</exec_depend>
3837

build_depends.repos

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
repositories:
2-
core/autoware_msgs:
3-
type: git
4-
url: https://github.com/tier4/autoware_auto_msgs.git # TODO(TIER IV): Move to autowarefoundation/autoware_msgs
5-
version: tier4/main
62
core/common:
73
type: git
84
url: https://github.com/autowarefoundation/autoware_common.git

0 commit comments

Comments
 (0)