Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync beta branch beta/v0.38 with tier4/main #1625

Merged
merged 78 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
37808bf
fix(compare_map_segmentation): throw runtime error when using non-spl…
badai-nguyen Oct 17, 2024
2b9138d
refactor(lane_change): reducing clang-tidy warnings (#9085)
zulfaqar-azmi-t4 Oct 17, 2024
dd6e677
fix(autoware_ground_segmentation): fix scan ground filter logic (#9084)
technolojin Oct 17, 2024
92868c0
fix(avoidance): don't insert stop line if the ego can't avoid or retu…
satoshi-ota Oct 17, 2024
582d9f1
test(autoware_control_evaluator): add test for autoware_control_evalu…
xtk8532704 Oct 18, 2024
ae24913
fix(autoware_carla_interface): resolve init file error and colcon mar…
JesusAnaya Oct 18, 2024
6ff2121
test(detection_area): refactor and add unit tests (#9087)
maxime-clem Oct 20, 2024
ebc8c7a
feat(autoware_ground_segmentation): implementing linear least square …
technolojin Oct 21, 2024
20ebe9d
feat(lane_change): add unit test for normal lane change class (RT1-79…
zulfaqar-azmi-t4 Oct 21, 2024
35d5fbf
refactor(tensorrt_common)!: fix namespace, directory structure & move…
amadeuszsz Oct 21, 2024
0e7c087
feat(test_utils): add simple path with lane id generator (#9113)
go-sakayori Oct 21, 2024
070a065
fix(intersection): handle pass judge after red/arrow-signal to ignore…
soblin Oct 21, 2024
64e5a8b
refactor(autoware_pointcloud_preprocessor): rework crop box parameter…
vividf Oct 21, 2024
8c38590
refactor(goal_planner): move last_previous_module_output_path out of …
soblin Oct 21, 2024
b4d8e7c
test(bpp_common): add test for path utils (#9122)
go-sakayori Oct 21, 2024
641476d
refactor(virtual_traffic_light): move to utils for unit test (#9106)
kosuke55 Oct 21, 2024
5a89973
chore(autoware_map_based_prediction): add maintainers to package.xml …
technolojin Oct 21, 2024
d7bc6f4
feat(autoware_test_utils): move test_map, add launcher for test_map (…
soblin Oct 21, 2024
add03e2
fix(crosswalk): fix occlusion detection range calculation and add deb…
maxime-clem Oct 21, 2024
06adbc4
feat(goal_planner): use vehicle side edge to check isCrossingPossible…
kosuke55 Oct 21, 2024
a303f36
refactor(component_interface_tools): prefix package and namespace wit…
esteve Oct 21, 2024
93867c5
fix(utils): fix envelope polygon update logic (#9123)
satoshi-ota Oct 21, 2024
3da6a6a
fix(system): fixed to use autoware_component_interface_tools (#9133)
SakodaShintaro Oct 22, 2024
d322a35
fix(mission_planner): return without change_route if new route is emp…
kosuke55 Oct 22, 2024
68b3a3d
chore(simple_planning_simulator): add stop_filter_param_path (#9127)
yuki-takagi-66 Oct 22, 2024
e5ad593
fix(behavior_velocity_planner_common): fix findOffsetSegment (#9130)
kosuke55 Oct 22, 2024
99b8664
test(static_obstacle_avoidance): add unit test for utils functions (#…
satoshi-ota Oct 22, 2024
41d6312
feat(autoware_test_utils): add path with lane id parser (#9098)
zulfaqar-azmi-t4 Oct 22, 2024
be12c10
refactor(lane_change): refactor longitudinal acceleration sampling (#…
mkquda Oct 23, 2024
c7d9b9b
feat(control_validator): add hold and lpf (#9120)
yuki-takagi-66 Oct 23, 2024
b76d195
chore(goal_planner): compare sampled/filtered candidate paths on plot…
soblin Oct 23, 2024
8cfc3b8
fix(static_obstacle_avoidance): suppress unnecessary warning (#9142)
satoshi-ota Oct 23, 2024
3711683
fix(tier4_map_launch): remove parameter use_intra_process (#9138)
cyn-liu Oct 23, 2024
8e0d40b
fix(autonomous_emergency_braking): fix no backward imu path and wrong…
danielsanchezaran Oct 24, 2024
4c97c18
chore: update CODEOWNERS (#9079)
awf-autoware-bot[bot] Oct 24, 2024
26f617d
feat(autoware_external_cmd_converter): add ext cmd converter tests (#…
danielsanchezaran Oct 24, 2024
b74a59a
chore(tier4_perception_launch): enable to receive argument `centerpoi…
MasatoSaeki Oct 24, 2024
25342a9
chore(virtual_traffic_light): add soblin to maintainer (#9147)
kosuke55 Oct 24, 2024
bca5be3
test(virtual_traffic_light): add unit tests for utils (#9107)
kosuke55 Oct 24, 2024
3e0d3c7
fix(behavior_path_planner, behavior_velocity_planner): fix to not rea…
T-Kimura-MM Oct 24, 2024
a633dea
fix(autoware_image_projection_based_fusion): pointpainting bug fix fo…
technolojin Oct 25, 2024
f501625
refactor(vehicle_info): add API description, add owner (#9151)
soblin Oct 25, 2024
35ecc19
feat(control_evaluator): add goal accuracy longitudinal, lateral, yaw…
Kazunori-Nakajima Oct 25, 2024
631279c
feat(start_planner): update param to match launch (#9158)
danielsanchezaran Oct 25, 2024
bd59970
refactor(autoware_map_based_prediction): refactoring lanelet path pre…
technolojin Oct 28, 2024
4cbf89a
chore: update CODEOWNERS (#9153)
awf-autoware-bot[bot] Oct 28, 2024
6e58cc2
fix(traffic_light_utils): prevent accessing nullopt (#9163)
satoshi-ota Oct 28, 2024
def6103
feat(goal_planner): align vehicle footprint heading parallel to parki…
soblin Oct 28, 2024
4061041
feat(autoware_pointcloud_preprocessor): distortion corrector node upd…
vividf Oct 28, 2024
a5abc74
fix(compare_map_segmentation): add missing mutex lock (#9097)
badai-nguyen Oct 28, 2024
6dad803
feat(autoware_test_utils): add parser for geometry_msgs and others (#…
soblin Oct 29, 2024
ca2e1c4
feat(collision_detector): add autoware_collision_detector (#9157)
go-sakayori Oct 29, 2024
e2dc86e
feat(autoware_shape_estimation): add reference object based corrector…
a-maumau Oct 29, 2024
c5c0642
refactor(autoware_compare_map_segmentation): resolve clang-tidy error…
yhisaki Oct 29, 2024
89acb61
perf(costmap_generator): manual blurring and fill polygons without Op…
maxime-clem Oct 29, 2024
e382a07
fix(autoware_test_utils): remove unnecessary cppcheck suppression (#9…
veqcc Oct 29, 2024
9bd0f77
ci(build-and-test): reduce cores used by colcon build (#9166)
xmfcx Oct 29, 2024
589fee4
refactor(component_interface_specs): prefix package and namespace wit…
esteve Oct 29, 2024
e1bc982
feat(autoware_motion_utils): add spherical linear interpolator (#9175)
yhisaki Oct 29, 2024
b6f9ef8
fix: fix internal door interface qos (#9144)
isamu-takagi Oct 29, 2024
9805f1f
refactor(autoware_grid_map_utils): prefix folder structure with autow…
esteve Oct 29, 2024
5813967
chore(intersection): print RTC status in diagnostic debug message (#9…
soblin Oct 29, 2024
443afea
fix(costmap_generator): fix include for grid_map_utils (#9179)
maxime-clem Oct 29, 2024
ef2777c
chore: update CODEOWNERS (#9182)
awf-autoware-bot[bot] Oct 30, 2024
23de3bd
refactor(autoware_test_utils): sanitizer header (#9174)
soblin Oct 30, 2024
6716a14
feat(autoware_test_utils): add parser for PredictedObjects (#9176)
soblin Oct 30, 2024
dbffbc9
test(autoware_traffic_light_arbiter): add node test (#8747)
MasatoSaeki Oct 30, 2024
bc76816
chore(collision_detector): add maintainer (#9184)
go-sakayori Oct 30, 2024
77b1181
fix(behavior_path_planner): suppress reseting root lanelet (#9129)
kosuke55 Oct 30, 2024
e58a158
feat(mission_planner): reroute with current route start pose when tri…
kosuke55 Oct 30, 2024
f3886e8
fix: change remaning distance when the size of route is 1 (#8852)
shulanbushangshu Oct 30, 2024
6df4dea
fix(autoware_traffic_light_arbiter): fix build error (#9186)
go-sakayori Oct 30, 2024
dfe7108
fix(autoware_route_handler): fix cppcheck unusedVariable (#9191)
veqcc Oct 30, 2024
68d3bcf
fix(autoware_behavior_path_planner): fix cppcheck unusedVariable (#9193)
veqcc Oct 30, 2024
94b9ad0
refactor(autoware_point_types): prefix namespace with autoware::point…
esteve Oct 30, 2024
b34d92c
refactor(goal_distance_calculator): prefix package and namespace with…
esteve Oct 30, 2024
0280e0b
fix(simple_planning_simulator): change orger of IDX in SimModelDelayS…
dmoszynski Oct 30, 2024
77ac8ca
Merge pull request #1615 from tier4/sync-upstream
tier4-autoware-public-bot[bot] Oct 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 13 additions & 12 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
### Automatically generated from package.xml ###
common/autoware_ad_api_specs/** [email protected] [email protected]
common/autoware_auto_common/** [email protected] [email protected] [email protected] [email protected]
common/autoware_component_interface_specs/** [email protected] [email protected]
common/autoware_component_interface_tools/** [email protected]
common/autoware_geography_utils/** [email protected]
common/autoware_goal_distance_calculator/** [email protected]
common/autoware_grid_map_utils/** [email protected]
common/autoware_interpolation/** [email protected] [email protected]
common/autoware_kalman_filter/** [email protected] [email protected] [email protected]
common/autoware_motion_utils/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
common/autoware_object_recognition_utils/** [email protected] [email protected] [email protected]
common/autoware_osqp_interface/** [email protected] [email protected] [email protected] [email protected]
common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin/** [email protected]
common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/** [email protected]
common/autoware_path_distance_calculator/** [email protected]
common/autoware_perception_rviz_plugin/** [email protected] [email protected] [email protected] [email protected] [email protected]
common/autoware_point_types/** [email protected] [email protected]
common/autoware_polar_grid/** [email protected]
common/autoware_signal_processing/** [email protected] [email protected] [email protected] [email protected] [email protected]
common/autoware_test_utils/** [email protected] [email protected] [email protected] [email protected]
common/autoware_testing/** [email protected] [email protected] [email protected] [email protected]
common/autoware_universe_utils/** [email protected] [email protected] [email protected]
common/autoware_vehicle_info_utils/** [email protected] [email protected] [email protected]
common/autoware_vehicle_info_utils/** [email protected] [email protected] [email protected] [email protected]
common/bag_time_manager_rviz_plugin/** [email protected]
common/component_interface_specs/** [email protected] [email protected]
common/component_interface_tools/** [email protected]
common/component_interface_utils/** [email protected] [email protected]
common/fake_test_node/** [email protected] [email protected] [email protected] [email protected]
common/global_parameter_loader/** [email protected]
common/glog_component/** [email protected]
common/goal_distance_calculator/** [email protected]
common/osqp_interface/** [email protected] [email protected] [email protected] [email protected]
common/polar_grid/** [email protected]
common/qp_interface/** [email protected] [email protected] [email protected] [email protected]
common/tensorrt_common/** [email protected] [email protected] [email protected] [email protected]
common/tier4_adapi_rviz_plugin/** [email protected] [email protected] [email protected]
common/tier4_api_utils/** [email protected]
common/tier4_camera_view_rviz_plugin/** [email protected] [email protected]
Expand All @@ -44,11 +43,13 @@ common/traffic_light_recognition_marker_publisher/** [email protected]
common/traffic_light_utils/** [email protected] [email protected] [email protected]
common/tvm_utility/** [email protected] [email protected]
control/autoware_autonomous_emergency_braking/** [email protected] [email protected] [email protected] [email protected] [email protected]
control/autoware_collision_detector/** [email protected] [email protected]
control/autoware_control_validator/** [email protected] [email protected] [email protected] [email protected] [email protected]
control/autoware_external_cmd_selector/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/autoware_joy_controller/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/autoware_lane_departure_checker/** [email protected] [email protected] [email protected]
control/autoware_mpc_lateral_controller/** [email protected] [email protected]
control/autoware_obstacle_collision_checker/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/autoware_operation_mode_transition_manager/** [email protected] [email protected] [email protected]
control/autoware_pid_longitudinal_controller/** [email protected] [email protected] [email protected]
control/autoware_pure_pursuit/** [email protected] [email protected]
Expand All @@ -58,7 +59,6 @@ control/autoware_trajectory_follower_base/** [email protected] takayuki.m
control/autoware_trajectory_follower_node/** [email protected] [email protected]
control/autoware_vehicle_cmd_gate/** [email protected] [email protected]
control/control_performance_analysis/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/autoware_obstacle_collision_checker/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
control/predicted_path_checker/** [email protected]
evaluator/autoware_control_evaluator/** [email protected] [email protected] [email protected] [email protected]
evaluator/autoware_evaluator_utils/** [email protected] [email protected]
Expand Down Expand Up @@ -116,7 +116,7 @@ perception/autoware_image_projection_based_fusion/** [email protected] koji.mi
perception/autoware_lidar_apollo_instance_segmentation/** [email protected] [email protected]
perception/autoware_lidar_centerpoint/** [email protected] [email protected]
perception/autoware_lidar_transfusion/** [email protected] [email protected] [email protected]
perception/autoware_map_based_prediction/** [email protected] [email protected] [email protected] [email protected] [email protected]
perception/autoware_map_based_prediction/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
perception/autoware_multi_object_tracker/** [email protected] [email protected] [email protected]
perception/autoware_object_merger/** [email protected] [email protected] [email protected]
perception/autoware_object_range_splitter/** [email protected] [email protected]
Expand All @@ -132,6 +132,7 @@ perception/autoware_raindrop_cluster_filter/** [email protected] yoshi.ri@tier
perception/autoware_shape_estimation/** [email protected] [email protected] [email protected]
perception/autoware_simple_object_merger/** [email protected] [email protected] [email protected]
perception/autoware_tensorrt_classifier/** [email protected] [email protected]
perception/autoware_tensorrt_common/** [email protected] [email protected] [email protected] [email protected]
perception/autoware_tensorrt_yolox/** [email protected] [email protected] [email protected]
perception/autoware_tracking_object_merger/** [email protected] [email protected] [email protected]
perception/autoware_traffic_light_arbiter/** [email protected] [email protected]
Expand All @@ -148,7 +149,7 @@ planning/autoware_freespace_planner/** [email protected] takamasa.horibe@
planning/autoware_freespace_planning_algorithms/** [email protected] [email protected] [email protected]
planning/autoware_mission_planner/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/autoware_objects_of_interest_marker_interface/** [email protected] [email protected] [email protected]
planning/autoware_obstacle_cruise_planner/** [email protected] [email protected] [email protected] [email protected]
planning/autoware_obstacle_cruise_planner/** [email protected] [email protected] [email protected] [email protected] [email protected]
planning/autoware_obstacle_stop_planner/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/autoware_path_optimizer/** [email protected] [email protected] [email protected]
planning/autoware_path_smoother/** [email protected] [email protected]
Expand Down Expand Up @@ -178,7 +179,7 @@ planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module/*
planning/behavior_velocity_planner/autoware_behavior_velocity_detection_area_module/** [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_no_drivable_lane_module/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_no_stopping_area_module/** [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_no_stopping_area_module/** [email protected] [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_occlusion_spot_module/** [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_planner/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/** [email protected] [email protected] [email protected] [email protected] [email protected]
Expand All @@ -187,7 +188,7 @@ planning/behavior_velocity_planner/autoware_behavior_velocity_speed_bump_module/
planning/behavior_velocity_planner/autoware_behavior_velocity_stop_line_module/** [email protected] [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_template_module/** [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_traffic_light_module/** [email protected] [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_virtual_traffic_light_module/** [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_virtual_traffic_light_module/** [email protected] [email protected] [email protected] [email protected]
planning/behavior_velocity_planner/autoware_behavior_velocity_walkway_module/** [email protected] [email protected] [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_dynamic_obstacle_stop_module/** [email protected] [email protected]
planning/motion_velocity_planner/autoware_motion_velocity_obstacle_velocity_limiter_module/** [email protected] [email protected]
Expand Down
2 changes: 0 additions & 2 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@
"tag:require-cuda-build-and-test":
- perception/**/*
- sensing/**/*
- common/cuda_utils/**/*
- common/tensorrt_common/**/*
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
build-depends-repos: ${{ matrix.build-depends-repos }}
cache-key-element: ${{ env.BUILD_TYPE_CUDA_STATE }}
build-pre-command: taskset --cpu-list 0-6
build-pre-command: taskset --cpu-list 0-5

- name: Test
id: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
build-depends-repos: build_depends.repos
- container-suffix: -cuda
runner: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
build-pre-command: taskset --cpu-list 0-6
build-pre-command: taskset --cpu-list 0-5
- container-suffix: ""
runner: ubuntu-latest
build-pre-command: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
build-depends-repos: ${{ matrix.build-depends-repos }}
cache-key-element: ${{ env.BUILD_TYPE_CUDA_STATE }}
build-pre-command: taskset --cpu-list 0-6
build-pre-command: taskset --cpu-list 0-5

- name: Show ccache stats after build
run: du -sh ${CCACHE_DIR} && ccache -s
Expand Down
2 changes: 0 additions & 2 deletions common/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ nav:
- 'comparisons': common/autoware_auto_common/design/comparisons
- 'autoware_grid_map_utils': common/autoware_grid_map_utils
- 'autoware_point_types': common/autoware_point_types
- 'Cuda Utils': common/cuda_utils
- 'Geography Utils': common/geography_utils
- 'Global Parameter Loader': common/global_parameter_loader/Readme
- 'Glog Component': common/glog_component
Expand All @@ -24,7 +23,6 @@ nav:
- 'Signal Processing':
- 'Introduction': common/signal_processing
- 'Butterworth Filter': common/signal_processing/documentation/ButterworthFilter
- 'TensorRT Common': common/tensorrt_common
- 'autoware_universe_utils': common/autoware_universe_utils
- 'traffic_light_utils': common/traffic_light_utils
- 'TVM Utility':
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(component_interface_specs)
project(autoware_component_interface_specs)

find_package(autoware_cmake REQUIRED)
autoware_package()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# component_interface_specs
# autoware_component_interface_specs

This package is a specification of component interfaces.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef COMPONENT_INTERFACE_SPECS__CONTROL_HPP_
#define COMPONENT_INTERFACE_SPECS__CONTROL_HPP_
#ifndef AUTOWARE__COMPONENT_INTERFACE_SPECS__CONTROL_HPP_
#define AUTOWARE__COMPONENT_INTERFACE_SPECS__CONTROL_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -23,7 +23,7 @@
#include <tier4_control_msgs/srv/set_pause.hpp>
#include <tier4_control_msgs/srv/set_stop.hpp>

namespace control_interface
namespace autoware::component_interface_specs::control
{

struct SetPause
Expand Down Expand Up @@ -65,6 +65,6 @@ struct IsStopped
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace control_interface
} // namespace autoware::component_interface_specs::control

#endif // COMPONENT_INTERFACE_SPECS__CONTROL_HPP_
#endif // AUTOWARE__COMPONENT_INTERFACE_SPECS__CONTROL_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_
#define COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_
#ifndef AUTOWARE__COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_
#define AUTOWARE__COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -22,7 +22,7 @@
#include <nav_msgs/msg/odometry.hpp>
#include <tier4_localization_msgs/srv/initialize_localization.hpp>

namespace localization_interface
namespace autoware::component_interface_specs::localization
{

struct Initialize
Expand Down Expand Up @@ -58,6 +58,6 @@ struct Acceleration
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_VOLATILE;
};

} // namespace localization_interface
} // namespace autoware::component_interface_specs::localization

#endif // COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_
#endif // AUTOWARE__COMPONENT_INTERFACE_SPECS__LOCALIZATION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef COMPONENT_INTERFACE_SPECS__MAP_HPP_
#define COMPONENT_INTERFACE_SPECS__MAP_HPP_
#ifndef AUTOWARE__COMPONENT_INTERFACE_SPECS__MAP_HPP_
#define AUTOWARE__COMPONENT_INTERFACE_SPECS__MAP_HPP_

#include <rclcpp/qos.hpp>

#include <tier4_map_msgs/msg/map_projector_info.hpp>

namespace map_interface
namespace autoware::component_interface_specs::map
{

struct MapProjectorInfo
Expand All @@ -31,6 +31,6 @@ struct MapProjectorInfo
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL;
};

} // namespace map_interface
} // namespace autoware::component_interface_specs::map

#endif // COMPONENT_INTERFACE_SPECS__MAP_HPP_
#endif // AUTOWARE__COMPONENT_INTERFACE_SPECS__MAP_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_
#define COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_
#ifndef AUTOWARE__COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_
#define AUTOWARE__COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_

#include <rclcpp/qos.hpp>

#include <autoware_perception_msgs/msg/predicted_objects.hpp>

namespace perception_interface
namespace autoware::component_interface_specs::perception
{

struct ObjectRecognition
Expand All @@ -31,6 +31,6 @@ struct ObjectRecognition
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_VOLATILE;
};

} // namespace perception_interface
} // namespace autoware::component_interface_specs::perception

#endif // COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_
#endif // AUTOWARE__COMPONENT_INTERFACE_SPECS__PERCEPTION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef COMPONENT_INTERFACE_SPECS__PLANNING_HPP_
#define COMPONENT_INTERFACE_SPECS__PLANNING_HPP_
#ifndef AUTOWARE__COMPONENT_INTERFACE_SPECS__PLANNING_HPP_
#define AUTOWARE__COMPONENT_INTERFACE_SPECS__PLANNING_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -24,7 +24,7 @@
#include <tier4_planning_msgs/srv/set_lanelet_route.hpp>
#include <tier4_planning_msgs/srv/set_waypoint_route.hpp>

namespace planning_interface
namespace autoware::component_interface_specs::planning
{

struct SetLaneletRoute
Expand Down Expand Up @@ -73,6 +73,6 @@ struct Trajectory
static constexpr auto durability = RMW_QOS_POLICY_DURABILITY_VOLATILE;
};

} // namespace planning_interface
} // namespace autoware::component_interface_specs::planning

#endif // COMPONENT_INTERFACE_SPECS__PLANNING_HPP_
#endif // AUTOWARE__COMPONENT_INTERFACE_SPECS__PLANNING_HPP_
Loading
Loading