Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 18, 2025
1 parent 34eb268 commit ba2a3d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef AUTOWARE__PERCEPTION_ONLINE_EVALUATOR__PERCEPTION_ONLINE_EVALUATOR_NODE_HPP_
#define AUTOWARE__PERCEPTION_ONLINE_EVALUATOR__PERCEPTION_ONLINE_EVALUATOR_NODE_HPP_

#include "autoware/universe_utils/math/accumulator.hpp"
#include "autoware/perception_online_evaluator/metrics_calculator.hpp"
#include "autoware/perception_online_evaluator/parameters.hpp"
#include "autoware/universe_utils/math/accumulator.hpp"
#include "rclcpp/rclcpp.hpp"
#include "tf2_ros/buffer.h"
#include "tf2_ros/transform_listener.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include "autoware/perception_online_evaluator/metrics/detection_count.hpp"

#include "autoware/object_recognition_utils/object_recognition_utils.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"
#include "autoware/perception_online_evaluator/utils/objects_filtering.hpp"
#include "autoware/universe_utils/geometry/geometry.hpp"

#include <autoware/universe_utils/ros/uuid_helper.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

#include "autoware/perception_online_evaluator/perception_online_evaluator_node.hpp"

#include "autoware/perception_online_evaluator/utils/marker_utils.hpp"
#include "autoware/universe_utils/ros/marker_helper.hpp"
#include "autoware/universe_utils/ros/parameter.hpp"
#include "autoware/universe_utils/ros/update_param.hpp"
#include "autoware/perception_online_evaluator/utils/marker_utils.hpp"

#include <autoware/universe_utils/ros/uuid_helper.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include "rclcpp/time.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <autoware/universe_utils/ros/uuid_helper.hpp>
#include <autoware/perception_online_evaluator/perception_online_evaluator_node.hpp>
#include <autoware/universe_utils/ros/uuid_helper.hpp>

#include <autoware_perception_msgs/msg/object_classification.hpp>
#include <autoware_perception_msgs/msg/predicted_objects.hpp>
Expand Down

0 comments on commit ba2a3d6

Please sign in to comment.