Skip to content

Commit 898a144

Browse files
committed
build(planning_debug_tools): fix message namespace
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 46726f9 commit 898a144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planning/planning_debug_tools/include/planning_debug_tools/trajectory_analyzer.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define PLANNING_DEBUG_TOOLS__TRAJECTORY_ANALYZER_HPP_
1717

1818
#include "motion_utils/trajectory/trajectory.hpp"
19-
#include "planning_debug_tools/msg/trajectory_debug_info.hpp"
19+
#include "autoware_planning_debug_tools/msg/trajectory_debug_info.hpp"
2020
#include "planning_debug_tools/util.hpp"
2121
#include "rclcpp/rclcpp.hpp"
2222
#include "tier4_autoware_utils/geometry/geometry.hpp"
@@ -39,7 +39,7 @@ using autoware_auto_planning_msgs::msg::Path;
3939
using autoware_auto_planning_msgs::msg::PathWithLaneId;
4040
using autoware_auto_planning_msgs::msg::Trajectory;
4141
using nav_msgs::msg::Odometry;
42-
using planning_debug_tools::msg::TrajectoryDebugInfo;
42+
using autoware_planning_debug_tools::msg::TrajectoryDebugInfo;
4343

4444
template <typename T>
4545
class TrajectoryAnalyzer

0 commit comments

Comments
 (0)