File tree 5 files changed +5
-12
lines changed
autoware_iv_internal_api_adaptor
5 files changed +5
-12
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<AutowareStateOutput>::SharedPtr pub_state_;
44
43
45
44
using ControlModeInput = autoware_vehicle_msgs::msg::ControlModeReport;
46
- using ControlModeOutput = autoware_auto_vehicle_msgs ::msg::ControlModeReport;
45
+ using ControlModeOutput = autoware_vehicle_msgs ::msg::ControlModeReport;
47
46
rclcpp::Subscription<ControlModeInput>::SharedPtr sub_control_mode_;
48
47
rclcpp::Publisher<ControlModeOutput>::SharedPtr pub_control_mode_;
49
48
Original file line number Diff line number Diff line change 107
107
### /awapi/traffic_light/get/traffic_signals
108
108
109
109
- get recognition result of traffic light
110
- - MessageType: autoware_auto_perception_msgs /msg/TrafficSignalArray
110
+ - MessageType: autoware_perception_msgs /msg/TrafficSignalArray
111
111
112
112
| ✓ | type | name | unit | note |
113
113
| --- | :--------------------------------------------------- | :--- | :--- | :--- |
114
- | | autoware_auto_perception_msgs /msg/TrafficSignalArray | | | |
114
+ | | autoware_perception_msgs /msg/TrafficSignalArray | | | |
115
115
116
116
### /awapi/traffic_light/get/nearest_traffic_signal
117
117
234
234
### /awapi/traffic_light/put/traffic_signals
235
235
236
236
- Overwrite the recognition result of traffic light
237
- - MessageType: autoware_auto_perception_msgs /TrafficSignalArray
237
+ - MessageType: autoware_perception_msgs/msg /TrafficSignalArray
238
238
239
239
| ✓ | type | name | unit | note |
240
240
| --- | :----------------------------------------------- | :--- | :--- | :--- |
241
- | | autoware_auto_perception_msgs /TrafficSignalArray | | | |
241
+ | | autoware_perception_msgs/msg /TrafficSignalArray | | | |
242
242
243
243
### /awapi/autoware/put/crosswalk_states
244
244
Original file line number Diff line number Diff line change 32
32
<depend >tier4_v2x_msgs</depend >
33
33
<depend >tier4_vehicle_msgs</depend >
34
34
35
- <exec_depend >autoware_auto_perception_msgs</exec_depend >
36
35
<exec_depend >tier4_perception_msgs</exec_depend >
37
36
<exec_depend >topic_tools</exec_depend >
38
37
Original file line number Diff line number Diff line change 1
1
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
6
2
core/common:
7
3
type: git
8
4
url: https://github.com/autowarefoundation/autoware_common.git
You can’t perform that action at this time.
0 commit comments