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 Dec 20, 2023
1 parent 2c78a5e commit 9f5a2f1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__COMMON__COLOR_ALPHA_PROPERTY_HPP_
#define AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__COMMON__COLOR_ALPHA_PROPERTY_HPP_

#include "autoware_auto_perception_rviz_plugin/visibility_control.hpp"

#include <rviz_common/display.hpp>
#include <rviz_common/properties/color_property.hpp>
#include <rviz_common/properties/float_property.hpp>
Expand All @@ -22,8 +24,6 @@

#include <memory>

#include "autoware_auto_perception_rviz_plugin/visibility_control.hpp"

namespace autoware
{
namespace rviz_plugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#ifndef AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__DETECTED_OBJECTS_DISPLAY_HPP_
#define AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__DETECTED_OBJECTS_DISPLAY_HPP_

#include <autoware_auto_perception_msgs/msg/detected_objects.hpp>

#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_display_base.hpp"

#include <autoware_auto_perception_msgs/msg/detected_objects.hpp>

namespace autoware
{
namespace rviz_plugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#ifndef AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__OBJECT_POLYGON_DETAIL_HPP_
#define AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__OBJECT_POLYGON_DETAIL_HPP_

#include "autoware_auto_perception_rviz_plugin/visibility_control.hpp"

#include <rclcpp/logging.hpp>
#include <rclcpp/rclcpp.hpp>

Expand All @@ -32,8 +34,6 @@
#include <string>
#include <vector>

#include "autoware_auto_perception_rviz_plugin/visibility_control.hpp"

namespace autoware
{
namespace rviz_plugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#ifndef AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_
#define AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__OBJECT_POLYGON_DISPLAY_BASE_HPP_

#include "autoware_auto_perception_rviz_plugin/common/color_alpha_property.hpp"
#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_detail.hpp"
#include "autoware_auto_perception_rviz_plugin/visibility_control.hpp"
#include "rviz_common/properties/enum_property.hpp"

#include <rviz_common/display.hpp>
Expand All @@ -32,10 +35,6 @@
#include <unordered_map>
#include <vector>

#include "autoware_auto_perception_rviz_plugin/common/color_alpha_property.hpp"
#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_detail.hpp"
#include "autoware_auto_perception_rviz_plugin/visibility_control.hpp"

namespace autoware
{
namespace rviz_plugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__PREDICTED_OBJECTS_DISPLAY_HPP_
#define AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__PREDICTED_OBJECTS_DISPLAY_HPP_

#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_display_base.hpp"

#include <autoware_auto_perception_msgs/msg/predicted_objects.hpp>

#include <boost/functional/hash.hpp>
Expand All @@ -29,8 +31,6 @@
#include <utility>
#include <vector>

#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_display_base.hpp"

namespace autoware
{
namespace rviz_plugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__TRACKED_OBJECTS_DISPLAY_HPP_
#define AUTOWARE_AUTO_PERCEPTION_RVIZ_PLUGIN__OBJECT_DETECTION__TRACKED_OBJECTS_DISPLAY_HPP_

#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_display_base.hpp"

#include <autoware_auto_perception_msgs/msg/tracked_objects.hpp>

#include <boost/uuid/uuid.hpp>
Expand All @@ -24,8 +26,6 @@
#include <string>
#include <vector>

#include "autoware_auto_perception_rviz_plugin/object_detection/object_polygon_display_base.hpp"

namespace autoware
{
namespace rviz_plugins
Expand Down

0 comments on commit 9f5a2f1

Please sign in to comment.