Skip to content

Commit

Permalink
feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in fil…
Browse files Browse the repository at this point in the history
…es planning/autoware_planning_validator

Signed-off-by: vish0012 <[email protected]>
  • Loading branch information
vish0012 committed Jan 14, 2025
1 parent 1586372 commit 19ebe80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
#include <diagnostic_updater/diagnostic_updater.hpp>
#include <rclcpp/rclcpp.hpp>

#include <autoware_internal_debug_msgs/msg/float64_stamped.hpp>
#include <autoware_planning_msgs/msg/trajectory.hpp>
#include <diagnostic_msgs/msg/diagnostic_array.hpp>
#include <nav_msgs/msg/odometry.hpp>
#include <tier4_debug_msgs/msg/float64_stamped.hpp>

#include <memory>
#include <string>

namespace autoware::planning_validator
{
using autoware::universe_utils::StopWatch;
using autoware_internal_debug_msgs::msg::Float64Stamped;
using autoware_planning_msgs::msg::Trajectory;
using autoware_planning_msgs::msg::TrajectoryPoint;
using autoware_planning_validator::msg::PlanningValidatorStatus;
using diagnostic_updater::DiagnosticStatusWrapper;
using diagnostic_updater::Updater;
using nav_msgs::msg::Odometry;
using tier4_debug_msgs::msg::Float64Stamped;

struct ValidationParams
{
Expand Down

0 comments on commit 19ebe80

Please sign in to comment.