File tree 2 files changed +3
-3
lines changed
autoware_iv_external_api_adaptor
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
<depend >autoware_component_interface_utils</depend >
16
16
<depend >autoware_control_msgs</depend >
17
17
<depend >autoware_external_api_msgs</depend >
18
+ <depend >autoware_internal_debug_msgs</depend >
18
19
<depend >autoware_system_msgs</depend >
19
20
<depend >autoware_vehicle_msgs</depend >
20
21
<depend >nlohmann-json-dev</depend >
24
25
<depend >tier4_api_msgs</depend >
25
26
<depend >tier4_api_utils</depend >
26
27
<depend >tier4_auto_msgs_converter</depend >
27
- <depend >tier4_debug_msgs</depend >
28
28
<depend >tier4_external_api_msgs</depend >
29
29
<depend >tier4_rtc_msgs</depend >
30
30
<depend >tier4_vehicle_msgs</depend >
Original file line number Diff line number Diff line change 18
18
#include < rclcpp/rclcpp.hpp>
19
19
20
20
#include " tier4_external_api_msgs/msg/localization_score_array.hpp"
21
+ #include < autoware_internal_debug_msgs/msg/float32_stamped.hpp>
21
22
#include < geometry_msgs/msg/pose_with_covariance_stamped.hpp>
22
- #include < tier4_debug_msgs/msg/float32_stamped.hpp>
23
23
24
24
#include < memory>
25
25
#include < utility>
26
26
27
27
namespace external_api
28
28
{
29
29
using geometry_msgs::msg::PoseWithCovarianceStamped;
30
- using tier4_debug_msgs ::msg::Float32Stamped;
30
+ using autoware_internal_debug_msgs ::msg::Float32Stamped;
31
31
using tier4_external_api_msgs::msg::LocalizationScoreArray;
32
32
33
33
class LocalizationScore : public rclcpp ::Node
You can’t perform that action at this time.
0 commit comments