Skip to content

Commit 96ae842

Browse files
awf-autoware-bot[bot]kenji-miyakepre-commit-ci[bot]
authoredNov 17, 2022
chore: sync files (autowarefoundation#2307)
* chore: sync files Signed-off-by: GitHub <noreply@github.com> * ci(pre-commit): autofix Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2bee006 commit 96ae842

File tree

7 files changed

+9
-5
lines changed

7 files changed

+9
-5
lines changed
 

‎.clang-format

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ IncludeCategories:
3333
- Regex: .*_msgs/.*
3434
Priority: 3
3535
CaseSensitive: true
36+
- Regex: .*_srvs/.*
37+
Priority: 3
38+
CaseSensitive: true
3639
# Other Package headers
3740
- Regex: <.*>
3841
Priority: 2

‎control/vehicle_cmd_gate/src/vehicle_cmd_gate.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include <diagnostic_updater/diagnostic_updater.hpp>
2222
#include <rclcpp/rclcpp.hpp>
23-
#include <std_srvs/srv/trigger.hpp>
2423
#include <vehicle_info_util/vehicle_info_util.hpp>
2524

2625
#include <autoware_adapi_v1_msgs/msg/mrm_state.hpp>
@@ -33,6 +32,7 @@
3332
#include <autoware_auto_vehicle_msgs/msg/steering_report.hpp>
3433
#include <autoware_auto_vehicle_msgs/msg/turn_indicators_command.hpp>
3534
#include <nav_msgs/msg/odometry.hpp>
35+
#include <std_srvs/srv/trigger.hpp>
3636
#include <tier4_control_msgs/msg/gate_mode.hpp>
3737
#include <tier4_debug_msgs/msg/bool_stamped.hpp>
3838
#include <tier4_external_api_msgs/msg/emergency.hpp>

‎localization/ekf_localizer/include/ekf_localizer/ekf_localizer.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <kalman_filter/kalman_filter.hpp>
2222
#include <kalman_filter/time_delay_kalman_filter.hpp>
2323
#include <rclcpp/rclcpp.hpp>
24-
#include <std_srvs/srv/set_bool.hpp>
2524
#include <tier4_autoware_utils/geometry/geometry.hpp>
2625
#include <tier4_autoware_utils/system/stop_watch.hpp>
2726

@@ -32,6 +31,7 @@
3231
#include <geometry_msgs/msg/twist_stamped.hpp>
3332
#include <geometry_msgs/msg/twist_with_covariance_stamped.hpp>
3433
#include <nav_msgs/msg/odometry.hpp>
34+
#include <std_srvs/srv/set_bool.hpp>
3535
#include <tier4_debug_msgs/msg/float64_multi_array_stamped.hpp>
3636
#include <tier4_debug_msgs/msg/float64_stamped.hpp>
3737

‎localization/ndt_scan_matcher/include/ndt_scan_matcher/ndt_scan_matcher_core.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
#include "ndt_scan_matcher/tf2_listener_module.hpp"
2323

2424
#include <rclcpp/rclcpp.hpp>
25-
#include <std_srvs/srv/set_bool.hpp>
2625

2726
#include <diagnostic_msgs/msg/diagnostic_array.hpp>
2827
#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
2928
#include <geometry_msgs/msg/twist_stamped.hpp>
3029
#include <nav_msgs/msg/odometry.hpp>
3130
#include <sensor_msgs/msg/point_cloud2.hpp>
31+
#include <std_srvs/srv/set_bool.hpp>
3232
#include <tier4_debug_msgs/msg/float32_stamped.hpp>
3333
#include <tier4_debug_msgs/msg/int32_stamped.hpp>
3434
#include <visualization_msgs/msg/marker_array.hpp>

‎localization/pose_initializer/src/pose_initializer/localization_trigger_module.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define POSE_INITIALIZER__LOCALIZATION_TRIGGER_MODULE_HPP_
1717

1818
#include <rclcpp/rclcpp.hpp>
19+
1920
#include <std_srvs/srv/set_bool.hpp>
2021

2122
class LocalizationTriggerModule

‎system/ad_service_state_monitor/include/ad_service_state_monitor/ad_service_state_monitor_node.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include <diagnostic_updater/diagnostic_updater.hpp>
2323
#include <rclcpp/rclcpp.hpp>
24-
#include <std_srvs/srv/trigger.hpp>
2524

2625
#include <autoware_auto_mapping_msgs/msg/had_map_bin.hpp>
2726
#include <autoware_auto_planning_msgs/msg/had_map_route.hpp>
@@ -31,6 +30,7 @@
3130
#include <autoware_auto_vehicle_msgs/msg/engage.hpp>
3231
#include <geometry_msgs/msg/pose_stamped.hpp>
3332
#include <nav_msgs/msg/odometry.hpp>
33+
#include <std_srvs/srv/trigger.hpp>
3434

3535
#include <lanelet2_core/LaneletMap.h>
3636
#include <tf2_ros/buffer.h>

‎system/system_error_monitor/include/system_error_monitor/system_error_monitor_core.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
#include <rclcpp/create_timer.hpp>
1919
#include <rclcpp/rclcpp.hpp>
20-
#include <std_srvs/srv/trigger.hpp>
2120

2221
#include <autoware_auto_system_msgs/msg/autoware_state.hpp>
2322
#include <autoware_auto_system_msgs/msg/hazard_status_stamped.hpp>
2423
#include <autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
2524
#include <diagnostic_msgs/msg/diagnostic_array.hpp>
25+
#include <std_srvs/srv/trigger.hpp>
2626
#include <tier4_control_msgs/msg/gate_mode.hpp>
2727

2828
#include <boost/optional.hpp>

0 commit comments

Comments
 (0)
Please sign in to comment.