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] authored and mitsudome-r committed Dec 16, 2024
1 parent d0cbbaa commit 59c5ba5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ struct InterfaceBase
}
};


} // namespace autoware::core_component_interface_specs::map
} // namespace autoware::core_component_interface_specs

#endif // AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__BASE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
#ifndef AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__CONTROL_HPP_
#define AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__CONTROL_HPP_

#include <autoware/core_component_interface_specs/base.hpp>
#include <rclcpp/qos.hpp>

#include <autoware_control_msgs/msg/control.hpp>
#include <autoware/core_component_interface_specs/base.hpp>

namespace autoware::core_component_interface_specs::control
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_
#define AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_

#include <autoware/core_component_interface_specs/base.hpp>
#include <rclcpp/qos.hpp>

#include <autoware/core_component_interface_specs/base.hpp>
#include <geometry_msgs/msg/accel_with_covariance_stamped.hpp>
#include <nav_msgs/msg/odometry.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__MAP_HPP_
#define AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__MAP_HPP_

#include <autoware/core_component_interface_specs/base.hpp>
#include <rclcpp/qos.hpp>

#include <autoware/core_component_interface_specs/base.hpp>
#include <autoware_map_msgs/msg/lanelet_map_bin.hpp>
#include <autoware_map_msgs/msg/map_projector_info.hpp>
#include <sensor_msgs/msg/point_cloud2.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_
#define AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_

#include <autoware/core_component_interface_specs/base.hpp>
#include <rclcpp/qos.hpp>

#include <autoware/core_component_interface_specs/base.hpp>
#include <autoware_perception_msgs/msg/predicted_objects.hpp>

namespace autoware::core_component_interface_specs::perception
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
#ifndef AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__PLANNING_HPP_
#define AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__PLANNING_HPP_

#include <autoware/core_component_interface_specs/base.hpp>
#include <rclcpp/qos.hpp>

#include <autoware_planning_msgs/msg/lanelet_route.hpp>
#include <autoware_planning_msgs/msg/trajectory.hpp>

#include <autoware/core_component_interface_specs/base.hpp>

namespace autoware::core_component_interface_specs::planning
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
#define AUTOWARE__CORE_COMPONENT_INTERFACE_SPECS__VEHICLE_HPP_

#include "base.hpp"
#include <rclcpp/qos.hpp>

#include <autoware/core_component_interface_specs/base.hpp>
#include <rclcpp/qos.hpp>

#include <autoware_vehicle_msgs/msg/gear_report.hpp>
#include <autoware_vehicle_msgs/msg/hazard_lights_report.hpp>
#include <autoware_vehicle_msgs/msg/steering_report.hpp>
Expand Down

0 comments on commit 59c5ba5

Please sign in to comment.