Skip to content

Commit 90ea7ac

Browse files
Replaced debug_msgs
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent bd536c9 commit 90ea7ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

autoware_iv_external_api_adaptor/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<depend>autoware_component_interface_utils</depend>
1616
<depend>autoware_control_msgs</depend>
1717
<depend>autoware_external_api_msgs</depend>
18+
<depend>autoware_internal_debug_msgs</depend>
1819
<depend>autoware_system_msgs</depend>
1920
<depend>autoware_vehicle_msgs</depend>
2021
<depend>nlohmann-json-dev</depend>
@@ -24,7 +25,6 @@
2425
<depend>tier4_api_msgs</depend>
2526
<depend>tier4_api_utils</depend>
2627
<depend>tier4_auto_msgs_converter</depend>
27-
<depend>tier4_debug_msgs</depend>
2828
<depend>tier4_external_api_msgs</depend>
2929
<depend>tier4_rtc_msgs</depend>
3030
<depend>tier4_vehicle_msgs</depend>

autoware_iv_external_api_adaptor/src/localization_score.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
#include <rclcpp/rclcpp.hpp>
1919

2020
#include "tier4_external_api_msgs/msg/localization_score_array.hpp"
21+
#include <autoware_internal_debug_msgs/msg/float32_stamped.hpp>
2122
#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
22-
#include <tier4_debug_msgs/msg/float32_stamped.hpp>
2323

2424
#include <memory>
2525
#include <utility>
2626

2727
namespace external_api
2828
{
2929
using geometry_msgs::msg::PoseWithCovarianceStamped;
30-
using tier4_debug_msgs::msg::Float32Stamped;
30+
using autoware_internal_debug_msgs::msg::Float32Stamped;
3131
using tier4_external_api_msgs::msg::LocalizationScoreArray;
3232

3333
class LocalizationScore : public rclcpp::Node

0 commit comments

Comments
 (0)