File tree 3 files changed +4
-4
lines changed
autoware_iv_internal_api_adaptor
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
<node pkg =" topic_tools" exec =" relay" name =" traffic_signals" >
5
5
<param name =" input_topic" value =" /api/autoware/set/traffic_signals" />
6
6
<param name =" output_topic" value =" /external/traffic_light_recognition/traffic_signals" />
7
- <param name =" type" value =" autoware_auto_perception_msgs /msg/TrafficSignalArray" />
7
+ <param name =" type" value =" autoware_perception_msgs /msg/TrafficSignalArray" />
8
8
</node >
9
9
<node pkg =" topic_tools" exec =" relay" name =" intersection_states" >
10
10
<param name =" input_topic" value =" /api/autoware/set/intersection_states" />
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_perception_msgs </depend >
14
+ <depend >autoware_perception_msgs </depend >
15
15
<depend >autoware_planning_msgs</depend >
16
16
<depend >autoware_system_msgs</depend >
17
17
<depend >autoware_vehicle_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_perception_msgs /msg/tracked_objects.hpp>
21
+ #include < autoware_perception_msgs /msg/tracked_objects.hpp>
22
22
#include < autoware_planning_msgs/msg/trajectory.hpp>
23
23
#include < autoware_system_msgs/msg/autoware_state.hpp>
24
24
#include < autoware_vehicle_msgs/msg/control_mode_report.hpp>
@@ -50,7 +50,7 @@ class IVMsgs : public rclcpp::Node
50
50
rclcpp::Subscription<TrajectoryAuto>::SharedPtr sub_trajectory_;
51
51
rclcpp::Publisher<TrajectoryIV>::SharedPtr pub_trajectory_;
52
52
53
- using TrackedObjectsAuto = autoware_auto_perception_msgs ::msg::TrackedObjects;
53
+ using TrackedObjectsAuto = autoware_perception_msgs ::msg::TrackedObjects;
54
54
using DynamicObjectsIV = tier4_perception_msgs::msg::DynamicObjectArray;
55
55
rclcpp::Subscription<TrackedObjectsAuto>::SharedPtr sub_tracked_objects_;
56
56
rclcpp::Publisher<DynamicObjectsIV>::SharedPtr pub_dynamic_objects_;
You can’t perform that action at this time.
0 commit comments