File tree 7 files changed +9
-5
lines changed
control/vehicle_cmd_gate/src
ekf_localizer/include/ekf_localizer
ndt_scan_matcher/include/ndt_scan_matcher
pose_initializer/src/pose_initializer
ad_service_state_monitor/include/ad_service_state_monitor
system_error_monitor/include/system_error_monitor
7 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ IncludeCategories:
33
33
- Regex : .*_msgs/.*
34
34
Priority : 3
35
35
CaseSensitive : true
36
+ - Regex : .*_srvs/.*
37
+ Priority : 3
38
+ CaseSensitive : true
36
39
# Other Package headers
37
40
- Regex : <.*>
38
41
Priority : 2
Original file line number Diff line number Diff line change 20
20
21
21
#include < diagnostic_updater/diagnostic_updater.hpp>
22
22
#include < rclcpp/rclcpp.hpp>
23
- #include < std_srvs/srv/trigger.hpp>
24
23
#include < vehicle_info_util/vehicle_info_util.hpp>
25
24
26
25
#include < autoware_adapi_v1_msgs/msg/mrm_state.hpp>
33
32
#include < autoware_auto_vehicle_msgs/msg/steering_report.hpp>
34
33
#include < autoware_auto_vehicle_msgs/msg/turn_indicators_command.hpp>
35
34
#include < nav_msgs/msg/odometry.hpp>
35
+ #include < std_srvs/srv/trigger.hpp>
36
36
#include < tier4_control_msgs/msg/gate_mode.hpp>
37
37
#include < tier4_debug_msgs/msg/bool_stamped.hpp>
38
38
#include < tier4_external_api_msgs/msg/emergency.hpp>
Original file line number Diff line number Diff line change 21
21
#include < kalman_filter/kalman_filter.hpp>
22
22
#include < kalman_filter/time_delay_kalman_filter.hpp>
23
23
#include < rclcpp/rclcpp.hpp>
24
- #include < std_srvs/srv/set_bool.hpp>
25
24
#include < tier4_autoware_utils/geometry/geometry.hpp>
26
25
#include < tier4_autoware_utils/system/stop_watch.hpp>
27
26
32
31
#include < geometry_msgs/msg/twist_stamped.hpp>
33
32
#include < geometry_msgs/msg/twist_with_covariance_stamped.hpp>
34
33
#include < nav_msgs/msg/odometry.hpp>
34
+ #include < std_srvs/srv/set_bool.hpp>
35
35
#include < tier4_debug_msgs/msg/float64_multi_array_stamped.hpp>
36
36
#include < tier4_debug_msgs/msg/float64_stamped.hpp>
37
37
Original file line number Diff line number Diff line change 22
22
#include " ndt_scan_matcher/tf2_listener_module.hpp"
23
23
24
24
#include < rclcpp/rclcpp.hpp>
25
- #include < std_srvs/srv/set_bool.hpp>
26
25
27
26
#include < diagnostic_msgs/msg/diagnostic_array.hpp>
28
27
#include < geometry_msgs/msg/pose_with_covariance_stamped.hpp>
29
28
#include < geometry_msgs/msg/twist_stamped.hpp>
30
29
#include < nav_msgs/msg/odometry.hpp>
31
30
#include < sensor_msgs/msg/point_cloud2.hpp>
31
+ #include < std_srvs/srv/set_bool.hpp>
32
32
#include < tier4_debug_msgs/msg/float32_stamped.hpp>
33
33
#include < tier4_debug_msgs/msg/int32_stamped.hpp>
34
34
#include < visualization_msgs/msg/marker_array.hpp>
Original file line number Diff line number Diff line change 16
16
#define POSE_INITIALIZER__LOCALIZATION_TRIGGER_MODULE_HPP_
17
17
18
18
#include < rclcpp/rclcpp.hpp>
19
+
19
20
#include < std_srvs/srv/set_bool.hpp>
20
21
21
22
class LocalizationTriggerModule
Original file line number Diff line number Diff line change 21
21
22
22
#include < diagnostic_updater/diagnostic_updater.hpp>
23
23
#include < rclcpp/rclcpp.hpp>
24
- #include < std_srvs/srv/trigger.hpp>
25
24
26
25
#include < autoware_auto_mapping_msgs/msg/had_map_bin.hpp>
27
26
#include < autoware_auto_planning_msgs/msg/had_map_route.hpp>
31
30
#include < autoware_auto_vehicle_msgs/msg/engage.hpp>
32
31
#include < geometry_msgs/msg/pose_stamped.hpp>
33
32
#include < nav_msgs/msg/odometry.hpp>
33
+ #include < std_srvs/srv/trigger.hpp>
34
34
35
35
#include < lanelet2_core/LaneletMap.h>
36
36
#include < tf2_ros/buffer.h>
Original file line number Diff line number Diff line change 17
17
18
18
#include < rclcpp/create_timer.hpp>
19
19
#include < rclcpp/rclcpp.hpp>
20
- #include < std_srvs/srv/trigger.hpp>
21
20
22
21
#include < autoware_auto_system_msgs/msg/autoware_state.hpp>
23
22
#include < autoware_auto_system_msgs/msg/hazard_status_stamped.hpp>
24
23
#include < autoware_auto_vehicle_msgs/msg/control_mode_report.hpp>
25
24
#include < diagnostic_msgs/msg/diagnostic_array.hpp>
25
+ #include < std_srvs/srv/trigger.hpp>
26
26
#include < tier4_control_msgs/msg/gate_mode.hpp>
27
27
28
28
#include < boost/optional.hpp>
You can’t perform that action at this time.
0 commit comments