Commit 898a144 1 parent 46726f9 commit 898a144 Copy full SHA for 898a144
File tree 1 file changed +2
-2
lines changed
planning/planning_debug_tools/include/planning_debug_tools
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
#define PLANNING_DEBUG_TOOLS__TRAJECTORY_ANALYZER_HPP_
17
17
18
18
#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"
20
20
#include " planning_debug_tools/util.hpp"
21
21
#include " rclcpp/rclcpp.hpp"
22
22
#include " tier4_autoware_utils/geometry/geometry.hpp"
@@ -39,7 +39,7 @@ using autoware_auto_planning_msgs::msg::Path;
39
39
using autoware_auto_planning_msgs::msg::PathWithLaneId;
40
40
using autoware_auto_planning_msgs::msg::Trajectory;
41
41
using nav_msgs::msg::Odometry;
42
- using planning_debug_tools ::msg::TrajectoryDebugInfo;
42
+ using autoware_planning_debug_tools ::msg::TrajectoryDebugInfo;
43
43
44
44
template <typename T>
45
45
class TrajectoryAnalyzer
You can’t perform that action at this time.
0 commit comments