File tree 24 files changed +44
-44
lines changed
autoware_ad_api_specs/include/autoware/ad_api_specs
tier4_adapi_rviz_plugin/src
autoware_default_adapi/src
automatic_pose_initializer/src
24 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__FAIL_SAFE_HPP_
16
- #define AUTOWARE_AD_API_SPECS__FAIL_SAFE_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__FAIL_SAFE_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__FAIL_SAFE_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -33,4 +33,4 @@ struct MrmState
33
33
34
34
} // namespace autoware::ad_api_specs::fail_safe
35
35
36
- #endif // AUTOWARE_AD_API_SPECS__FAIL_SAFE_HPP_
36
+ #endif // AUTOWARE__AD_API_SPECS__FAIL_SAFE_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__INTERFACE_HPP_
16
- #define AUTOWARE_AD_API_SPECS__INTERFACE_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__INTERFACE_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__INTERFACE_HPP_
17
17
18
18
#include < autoware_adapi_version_msgs/srv/interface_version.hpp>
19
19
@@ -28,4 +28,4 @@ struct Version
28
28
29
29
} // namespace autoware::ad_api_specs::interface
30
30
31
- #endif // AUTOWARE_AD_API_SPECS__INTERFACE_HPP_
31
+ #endif // AUTOWARE__AD_API_SPECS__INTERFACE_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__LOCALIZATION_HPP_
16
- #define AUTOWARE_AD_API_SPECS__LOCALIZATION_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__LOCALIZATION_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__LOCALIZATION_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -40,4 +40,4 @@ struct InitializationState
40
40
41
41
} // namespace autoware::ad_api_specs::localization
42
42
43
- #endif // AUTOWARE_AD_API_SPECS__LOCALIZATION_HPP_
43
+ #endif // AUTOWARE__AD_API_SPECS__LOCALIZATION_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__MOTION_HPP_
16
- #define AUTOWARE_AD_API_SPECS__MOTION_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__MOTION_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__MOTION_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -40,4 +40,4 @@ struct State
40
40
41
41
} // namespace autoware::ad_api_specs::motion
42
42
43
- #endif // AUTOWARE_AD_API_SPECS__MOTION_HPP_
43
+ #endif // AUTOWARE__AD_API_SPECS__MOTION_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__OPERATION_MODE_HPP_
16
- #define AUTOWARE_AD_API_SPECS__OPERATION_MODE_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__OPERATION_MODE_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__OPERATION_MODE_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -70,4 +70,4 @@ struct OperationModeState
70
70
71
71
} // namespace autoware::ad_api_specs::operation_mode
72
72
73
- #endif // AUTOWARE_AD_API_SPECS__OPERATION_MODE_HPP_
73
+ #endif // AUTOWARE__AD_API_SPECS__OPERATION_MODE_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__PERCEPTION_HPP_
16
- #define AUTOWARE_AD_API_SPECS__PERCEPTION_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__PERCEPTION_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__PERCEPTION_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -33,4 +33,4 @@ struct DynamicObjectArray
33
33
34
34
} // namespace autoware::ad_api_specs::perception
35
35
36
- #endif // AUTOWARE_AD_API_SPECS__PERCEPTION_HPP_
36
+ #endif // AUTOWARE__AD_API_SPECS__PERCEPTION_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__PLANNING_HPP_
16
- #define AUTOWARE_AD_API_SPECS__PLANNING_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__PLANNING_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__PLANNING_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -43,4 +43,4 @@ struct SteeringFactors
43
43
44
44
} // namespace autoware::ad_api_specs::planning
45
45
46
- #endif // AUTOWARE_AD_API_SPECS__PLANNING_HPP_
46
+ #endif // AUTOWARE__AD_API_SPECS__PLANNING_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__ROUTING_HPP_
16
- #define AUTOWARE_AD_API_SPECS__ROUTING_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__ROUTING_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__ROUTING_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -76,4 +76,4 @@ struct Route
76
76
77
77
} // namespace autoware::ad_api_specs::routing
78
78
79
- #endif // AUTOWARE_AD_API_SPECS__ROUTING_HPP_
79
+ #endif // AUTOWARE__AD_API_SPECS__ROUTING_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__SYSTEM_HPP_
16
- #define AUTOWARE_AD_API_SPECS__SYSTEM_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__SYSTEM_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__SYSTEM_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -33,4 +33,4 @@ struct Heartbeat
33
33
34
34
} // namespace autoware::ad_api_specs::system
35
35
36
- #endif // AUTOWARE_AD_API_SPECS__SYSTEM_HPP_
36
+ #endif // AUTOWARE__AD_API_SPECS__SYSTEM_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- #ifndef AUTOWARE_AD_API_SPECS__VEHICLE_HPP_
16
- #define AUTOWARE_AD_API_SPECS__VEHICLE_HPP_
15
+ #ifndef AUTOWARE__AD_API_SPECS__VEHICLE_HPP_
16
+ #define AUTOWARE__AD_API_SPECS__VEHICLE_HPP_
17
17
18
18
#include < rclcpp/qos.hpp>
19
19
@@ -74,4 +74,4 @@ struct DoorStatus
74
74
75
75
} // namespace autoware::ad_api_specs::vehicle
76
76
77
- #endif // AUTOWARE_AD_API_SPECS__VEHICLE_HPP_
77
+ #endif // AUTOWARE__AD_API_SPECS__VEHICLE_HPP_
Original file line number Diff line number Diff line change 18
18
#include < QGridLayout>
19
19
#include < QLabel>
20
20
#include < QPushButton>
21
- #include < autoware/component_interface_utils/rclcpp.hpp>
22
21
#include < autoware/ad_api_specs/vehicle.hpp>
22
+ #include < autoware/component_interface_utils/rclcpp.hpp>
23
23
#include < rclcpp/rclcpp.hpp>
24
24
#include < rviz_common/panel.hpp>
25
25
Original file line number Diff line number Diff line change 20
20
#include < QGroupBox>
21
21
#include < QLabel>
22
22
#include < QPushButton>
23
- #include < autoware/component_interface_utils/rclcpp.hpp>
24
23
#include < autoware/ad_api_specs/routing.hpp>
24
+ #include < autoware/component_interface_utils/rclcpp.hpp>
25
25
#include < rclcpp/rclcpp.hpp>
26
26
#include < rviz_common/panel.hpp>
27
27
Original file line number Diff line number Diff line change 15
15
#ifndef FAIL_SAFE_HPP_
16
16
#define FAIL_SAFE_HPP_
17
17
18
+ #include < autoware/ad_api_specs/fail_safe.hpp>
18
19
#include < autoware/component_interface_specs/system.hpp>
19
20
#include < autoware/component_interface_utils/rclcpp.hpp>
20
- #include < autoware/ad_api_specs/fail_safe.hpp>
21
21
#include < rclcpp/rclcpp.hpp>
22
22
23
23
// This file should be included after messages.
Original file line number Diff line number Diff line change 15
15
#ifndef LOCALIZATION_HPP_
16
16
#define LOCALIZATION_HPP_
17
17
18
- #include < autoware/component_interface_specs/localization.hpp>
19
18
#include < autoware/ad_api_specs/localization.hpp>
19
+ #include < autoware/component_interface_specs/localization.hpp>
20
20
#include < rclcpp/rclcpp.hpp>
21
21
22
22
// This file should be included after messages.
Original file line number Diff line number Diff line change 15
15
#ifndef MOTION_HPP_
16
16
#define MOTION_HPP_
17
17
18
+ #include < autoware/ad_api_specs/motion.hpp>
18
19
#include < autoware/component_interface_specs/control.hpp>
19
20
#include < autoware/component_interface_utils/rclcpp.hpp>
20
21
#include < autoware/component_interface_utils/status.hpp>
21
22
#include < autoware/motion_utils/vehicle/vehicle_state_checker.hpp>
22
- #include < autoware/ad_api_specs/motion.hpp>
23
23
#include < rclcpp/rclcpp.hpp>
24
24
25
25
// This file should be included after messages.
Original file line number Diff line number Diff line change 15
15
#ifndef OPERATION_MODE_HPP_
16
16
#define OPERATION_MODE_HPP_
17
17
18
+ #include < autoware/ad_api_specs/operation_mode.hpp>
18
19
#include < autoware/component_interface_specs/system.hpp>
19
20
#include < autoware/component_interface_utils/status.hpp>
20
- #include < autoware/ad_api_specs/operation_mode.hpp>
21
21
#include < rclcpp/rclcpp.hpp>
22
22
23
23
#include < string>
Original file line number Diff line number Diff line change 15
15
#ifndef PERCEPTION_HPP_
16
16
#define PERCEPTION_HPP_
17
17
18
- #include < autoware/component_interface_specs/perception.hpp>
19
18
#include < autoware/ad_api_specs/perception.hpp>
19
+ #include < autoware/component_interface_specs/perception.hpp>
20
20
#include < rclcpp/rclcpp.hpp>
21
21
22
22
#include < autoware_adapi_v1_msgs/msg/dynamic_object.hpp>
Original file line number Diff line number Diff line change 15
15
#ifndef PLANNING_HPP_
16
16
#define PLANNING_HPP_
17
17
18
+ #include < autoware/ad_api_specs/planning.hpp>
18
19
#include < autoware/component_interface_specs/localization.hpp>
19
20
#include < autoware/component_interface_specs/planning.hpp>
20
21
#include < autoware/motion_utils/vehicle/vehicle_state_checker.hpp>
21
- #include < autoware/ad_api_specs/planning.hpp>
22
22
#include < rclcpp/rclcpp.hpp>
23
23
24
24
#include < memory>
Original file line number Diff line number Diff line change 15
15
#ifndef ROUTING_HPP_
16
16
#define ROUTING_HPP_
17
17
18
+ #include < autoware/ad_api_specs/routing.hpp>
18
19
#include < autoware/component_interface_specs/planning.hpp>
19
20
#include < autoware/component_interface_specs/system.hpp>
20
21
#include < autoware/component_interface_utils/status.hpp>
21
- #include < autoware/ad_api_specs/routing.hpp>
22
22
#include < rclcpp/rclcpp.hpp>
23
23
24
24
// This file should be included after messages.
Original file line number Diff line number Diff line change 15
15
#ifndef VEHICLE_HPP_
16
16
#define VEHICLE_HPP_
17
17
18
+ #include < autoware/ad_api_specs/vehicle.hpp>
18
19
#include < autoware/component_interface_specs/localization.hpp>
19
20
#include < autoware/component_interface_specs/map.hpp>
20
21
#include < autoware/component_interface_specs/vehicle.hpp>
21
- #include < autoware/ad_api_specs/vehicle.hpp>
22
22
#include < rclcpp/rclcpp.hpp>
23
23
24
24
#include < autoware_adapi_v1_msgs/msg/gear.hpp>
Original file line number Diff line number Diff line change 15
15
#ifndef VEHICLE_DOOR_HPP_
16
16
#define VEHICLE_DOOR_HPP_
17
17
18
- #include < autoware/component_interface_specs/vehicle.hpp>
19
18
#include < autoware/ad_api_specs/vehicle.hpp>
19
+ #include < autoware/component_interface_specs/vehicle.hpp>
20
20
#include < rclcpp/rclcpp.hpp>
21
21
22
22
#include < optional>
Original file line number Diff line number Diff line change 15
15
#ifndef INITIAL_POSE_ADAPTOR_HPP_
16
16
#define INITIAL_POSE_ADAPTOR_HPP_
17
17
18
+ #include < autoware/ad_api_specs/localization.hpp>
18
19
#include < autoware/component_interface_utils/rclcpp.hpp>
19
20
#include < autoware/map_height_fitter/map_height_fitter.hpp>
20
- #include < autoware/ad_api_specs/localization.hpp>
21
21
#include < rclcpp/rclcpp.hpp>
22
22
23
23
#include < geometry_msgs/msg/pose_with_covariance_stamped.hpp>
Original file line number Diff line number Diff line change 15
15
#ifndef ROUTING_ADAPTOR_HPP_
16
16
#define ROUTING_ADAPTOR_HPP_
17
17
18
- #include < autoware/component_interface_utils/rclcpp.hpp>
19
18
#include < autoware/ad_api_specs/routing.hpp>
19
+ #include < autoware/component_interface_utils/rclcpp.hpp>
20
20
#include < rclcpp/rclcpp.hpp>
21
21
22
22
#include < geometry_msgs/msg/pose_stamped.hpp>
Original file line number Diff line number Diff line change 15
15
#ifndef AUTOMATIC_POSE_INITIALIZER_HPP_
16
16
#define AUTOMATIC_POSE_INITIALIZER_HPP_
17
17
18
- #include < autoware/component_interface_utils/rclcpp.hpp>
19
18
#include < autoware/ad_api_specs/localization.hpp>
19
+ #include < autoware/component_interface_utils/rclcpp.hpp>
20
20
#include < rclcpp/rclcpp.hpp>
21
21
22
22
namespace automatic_pose_initializer
You can’t perform that action at this time.
0 commit comments