Skip to content

Commit

Permalink
Replaced debug_msgs
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
  • Loading branch information
SakodaShintaro committed Feb 3, 2025
1 parent bd536c9 commit 90ea7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoware_iv_external_api_adaptor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<depend>autoware_component_interface_utils</depend>
<depend>autoware_control_msgs</depend>
<depend>autoware_external_api_msgs</depend>
<depend>autoware_internal_debug_msgs</depend>
<depend>autoware_system_msgs</depend>
<depend>autoware_vehicle_msgs</depend>
<depend>nlohmann-json-dev</depend>
Expand All @@ -24,7 +25,6 @@
<depend>tier4_api_msgs</depend>
<depend>tier4_api_utils</depend>
<depend>tier4_auto_msgs_converter</depend>
<depend>tier4_debug_msgs</depend>
<depend>tier4_external_api_msgs</depend>
<depend>tier4_rtc_msgs</depend>
<depend>tier4_vehicle_msgs</depend>
Expand Down
4 changes: 2 additions & 2 deletions autoware_iv_external_api_adaptor/src/localization_score.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
#include <rclcpp/rclcpp.hpp>

#include "tier4_external_api_msgs/msg/localization_score_array.hpp"
#include <autoware_internal_debug_msgs/msg/float32_stamped.hpp>
#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
#include <tier4_debug_msgs/msg/float32_stamped.hpp>

#include <memory>
#include <utility>

namespace external_api
{
using geometry_msgs::msg::PoseWithCovarianceStamped;
using tier4_debug_msgs::msg::Float32Stamped;
using autoware_internal_debug_msgs::msg::Float32Stamped;
using tier4_external_api_msgs::msg::LocalizationScoreArray;

class LocalizationScore : public rclcpp::Node
Expand Down

0 comments on commit 90ea7ac

Please sign in to comment.