Skip to content

Commit 51818f0

Browse files
feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in files localization/autoware_twist2accel (#9868)
Signed-off-by: vish0012 <vishalchhn42@gmail.com> Co-authored-by: SakodaShintaro <shintaro.sakoda@tier4.jp>
1 parent fd23b61 commit 51818f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localization/autoware_twist2accel/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1818
<buildtool_depend>autoware_cmake</buildtool_depend>
1919

20+
<depend>autoware_internal_debug_msgs</depend>
2021
<depend>autoware_signal_processing</depend>
2122
<depend>geometry_msgs</depend>
2223
<depend>nav_msgs</depend>
2324
<depend>rclcpp</depend>
2425
<depend>rclcpp_components</depend>
2526
<depend>tf2</depend>
26-
<depend>tier4_debug_msgs</depend>
2727

2828
<test_depend>ament_cmake_ros</test_depend>
2929
<test_depend>ament_lint_auto</test_depend>

localization/autoware_twist2accel/src/twist2accel.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
#include <rclcpp/rclcpp.hpp>
2121

22+
#include <autoware_internal_debug_msgs/msg/bool_stamped.hpp>
2223
#include <geometry_msgs/msg/accel_with_covariance_stamped.hpp>
2324
#include <geometry_msgs/msg/twist_stamped.hpp>
2425
#include <geometry_msgs/msg/twist_with_covariance_stamped.hpp>
2526
#include <nav_msgs/msg/odometry.hpp>
26-
#include <tier4_debug_msgs/msg/bool_stamped.hpp>
2727

2828
#include <tf2/LinearMath/Quaternion.h>
2929
#include <tf2/utils.h>

0 commit comments

Comments
 (0)