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 tier4/autoware.universe:awf-latest #1642

Merged
merged 96 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
d8c0e83
chore: update CODEOWNERS (#9203)
awf-autoware-bot[bot] Oct 31, 2024
dcdb139
refactor(time_utils): prefix package and namespace with autoware (#9173)
esteve Oct 31, 2024
d3c095e
feat(rtc_interface): add requested field (#9202)
go-sakayori Oct 31, 2024
a4513b4
fix(mpc_lateral_controller): correctly resample the MPC trajectory ya…
maxime-clem Oct 31, 2024
a339d0c
fix(bpp): prevent accessing nullopt (#9204)
shmpwk Oct 31, 2024
a9763cb
refactor(autoware_map_based_prediction): split pedestrian and bicycle…
technolojin Oct 31, 2024
6a06241
refactor(ndt_scan_matcher, ndt_omp): move ndt_omp into ndt_scan_match…
SakodaShintaro Oct 31, 2024
458f3d9
feat(autoware_test_utils): add traffic light msgs parser (#9177)
soblin Oct 31, 2024
f573cd6
fix(rtc_interface): update requested field for every cooperateStatus …
go-sakayori Nov 1, 2024
f8f4606
feat(static_obstacle_avoidance): operator request for ambiguous vehic…
go-sakayori Nov 1, 2024
5afdc16
feat(collision_detector): use polling subscriber (#9213)
go-sakayori Nov 1, 2024
6dcf1b6
fix(diagnostic_graph_utils): reset graph when new one is received (#9…
isamu-takagi Nov 1, 2024
03bc2b7
fix(autoware_ndt_scan_matcher): reduce initial_pose_estimation.partic…
SakodaShintaro Nov 1, 2024
7a91e4a
feat(control_launch): add collision detector in launch (#9214)
go-sakayori Nov 1, 2024
1a9683e
chore(obstacle_cruise_planner): add function tests for a utils functi…
yuki-takagi-66 Nov 1, 2024
06ecc67
fix(bvp): remove expired module safely (#9212)
satoshi-ota Nov 1, 2024
4ba9dd4
test(bpp_common): add unit test for safety check (#9223)
go-sakayori Nov 1, 2024
8244c86
fix(autoware_behavior_path_goal_planner_module): fix cppcheck unreadV…
veqcc Nov 2, 2024
1392c1f
fix(autoware_image_projection_based_fusion): fix bugprone-misplaced-w…
kobayu858 Nov 3, 2024
6ec8820
fix(autoware_euclidean_cluster): fix bugprone-misplaced-widening-cast…
kobayu858 Nov 3, 2024
f13503a
fix(autoware_image_projection_based_fusion): fix bugprone-misplaced-w…
kobayu858 Nov 3, 2024
3153252
fix(autoware_compare_map_segmentation): fix cppcheck constVariableRef…
veqcc Nov 3, 2024
dc11aeb
refactor(component_interface_utils): prefix package and namespace wit…
esteve Nov 4, 2024
e2609cf
fix(autoware_behavior_velocity_no_stopping_area_module): fix cppcheck…
veqcc Nov 5, 2024
7d052df
fix(autoware_freespace_planning_algorithms): fix bugprone-unused-raii…
kobayu858 Nov 5, 2024
a2047f2
refactor(map_based_prediction): divide objectsCallback (#9219)
soblin Nov 5, 2024
fff8786
refactor(map_based_prediction): move member functions to utils (#9225)
soblin Nov 5, 2024
5ba4367
test(crosswalk): add unit test (#9228)
yuki-takagi-66 Nov 5, 2024
b174d95
fix(autoware_probabilistic_occupancy_grid_map): fix bugprone-incorrec…
kobayu858 Nov 5, 2024
151a5c5
refactor(cuda_utils): prefix package and namespace with autoware (#9171)
esteve Nov 5, 2024
f0f5736
fix(crosswalk): don't use vehicle stop checker to remove unnecessary …
satoshi-ota Nov 5, 2024
32313df
feat(autoware_motion_utils): add new trajectory class (#8693)
yhisaki Nov 6, 2024
d77ac21
fix(autoware_image_projection_based_fusion): make optional to conside…
technolojin Nov 6, 2024
5f2126f
feat(autoware_test_utils): add general topic dumper (#9207)
soblin Nov 6, 2024
488df21
fix(autoware_ekf_localizer): remove `timer_tf_` (#9244)
SakodaShintaro Nov 6, 2024
a827bed
fix(autoware_rtc_interface): fix dependency (#9237)
esteve Nov 6, 2024
f6bfbbe
fix(autonomous_emergency_braking): solve issue with arc length (#9247)
danielsanchezaran Nov 6, 2024
312004f
fix(autoware_lidar_apollo_instance_segmentation): fix cppcheck suspic…
veqcc Nov 6, 2024
22157a0
fix(autoware_behavior_path_sampling_planner_module): fix cppcheck unu…
veqcc Nov 6, 2024
d0ed04e
refactor(qp_interface): prefix package and namespace with autoware (#…
esteve Nov 6, 2024
d50516f
chore(autoware_geography_utils): update maintainers (#9246)
YamatoAndo Nov 6, 2024
663fe98
fix(lane_change): enable cancel when ego in turn direction lane (#9124)
zulfaqar-azmi-t4 Nov 7, 2024
af89845
fix(out_of_lane): correct calculations of the stop pose (#9209)
maxime-clem Nov 7, 2024
de16353
fix(autoware_pointcloud_preprocessor): launch file load parameter fro…
vividf Nov 7, 2024
6c4de54
fix: missing dependency in common components (#9072)
f0reachARR Nov 7, 2024
ca115d6
feat(autoware_trajectory): move trajectory_container from autoware_mo…
yhisaki Nov 7, 2024
6207f30
fix(autoware_pointcloud_preprocessor): fix the wrong naming of crop b…
vividf Nov 7, 2024
45ab20a
fix(dummy_diag_publisher): not use diagnostic_updater and param callb…
yuki-takagi-66 Nov 8, 2024
2499a8a
test(behavior_path_planner_common): add unit test for path shifter (#…
go-sakayori Nov 8, 2024
eaf7cce
feat(system_monitor): support loopback network interface (#9067)
iwatake2222 Nov 8, 2024
2daacba
feat(autoware_trajectory): change interface of InterpolatedArray (#9264)
yhisaki Nov 8, 2024
a76a9a9
feat(system_monitor): add on/off config for network traffic monitor (…
iwatake2222 Nov 8, 2024
d15b060
feat(detection_area)!: add retruction feature (#9255)
yuki-takagi-66 Nov 8, 2024
e442df4
fix(vehicle_cmd_gate): fix processing time measurement (#9260)
maxime-clem Nov 8, 2024
b6118ac
fix(bvp): use polling subscriber (#9242)
satoshi-ota Nov 8, 2024
0c70ea8
refactor(lane_change): remove std::optional from lanes polygon (#9267)
zulfaqar-azmi-t4 Nov 8, 2024
fecc9f0
fix(bpp): prevent accessing nullopt (#9269)
shmpwk Nov 8, 2024
1ea45e6
refactor(lane_change): revert "remove std::optional from lanes polygo…
youtalk Nov 8, 2024
d51ec57
feat(goal_planner): sort candidate path only when num to avoid is dif…
kosuke55 Nov 9, 2024
c64bfbf
fix(/autoware_freespace_planning_algorithms): fix cppcheck unusedFunc…
veqcc Nov 9, 2024
c1f5ff0
fix(autoware_behavior_path_start_planner_module): fix cppcheck unread…
veqcc Nov 9, 2024
ac997e2
fix(autoware_ndt_scan_matcher): fix cppcheck unusedFunction (#9275)
veqcc Nov 11, 2024
c892b95
fix(autoware_pure_pursuit): fix cppcheck unusedFunction (#9276)
veqcc Nov 11, 2024
6d38b5f
fix(lane_change): correct computation of maximum lane changing length…
mkquda Nov 11, 2024
4f29939
feat(aeb): set global param to override autoware state check (#9263)
danielsanchezaran Nov 11, 2024
c8d4f11
fix(autoware_default_adapi): change subscribing steering factor topic…
kyoichi-sugahara Nov 11, 2024
a65f94b
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
youtalk Nov 11, 2024
1826fe0
fix(lane_change): extending lane change path for multiple lane change…
zulfaqar-azmi-t4 Nov 11, 2024
f5463c0
fix(autoware_utils): address self-intersecting polygons in random_con…
mraditya01 Nov 11, 2024
70b6f19
fix(behavior_path_planner_common): use boost intersects instead of ov…
kosuke55 Nov 11, 2024
e8a4d87
ci(.github): update image tags (#9286)
youtalk Nov 12, 2024
6af7d0b
refactor(autoware_ad_api_specs): prefix package and namespace with au…
esteve Nov 12, 2024
ad2a067
chore(autoware_traffic_light*): add maintainer (#9280)
MasatoSaeki Nov 12, 2024
a2280ec
fix(autoware_mpc_lateral_controller): fix bugprone-misplaced-widening…
kobayu858 Nov 12, 2024
12cd235
fix(autoware_detected_object_validation): fix clang-diagnostic-error …
kobayu858 Nov 12, 2024
de4a659
fix(autoware_detected_object_validation): fix bugprone-incorrect-roun…
kobayu858 Nov 12, 2024
c4a02a5
feat(autoware_test_utils): use sample_vehicle/sample_sensor_kit (#9290)
soblin Nov 12, 2024
8652963
refactor(lane_change): remove std::optional from lanes polygon (#9288)
zulfaqar-azmi-t4 Nov 12, 2024
5cd47a7
feat(tier4_metric_msgs): apply tier4_metric_msgs for scenario_simulat…
xtk8532704 Nov 12, 2024
809ccf9
feat(diagnostic_graph_aggregator): implement diagnostic graph dump fu…
youtalk Nov 12, 2024
1ab29fd
chore(tvm_utility): remove tvm_utility package as it is no longer use…
esteve Nov 12, 2024
3a92654
fix: fix ticket links to point to https://github.com/autowarefoundati…
esteve Nov 12, 2024
a3b2723
perf(autoware_ndt_scan_matcher): remove evecs_, evals_ of Leaf for me…
taisa1 Nov 12, 2024
d187722
test(costmap_generator): unit test implementation for costmap generat…
mkquda Nov 12, 2024
d053b12
fix(control): missing dependency in control components (#9073)
f0reachARR Nov 13, 2024
7245f63
test(autoware_control_evaluator): add unit test for utils autoware_co…
xtk8532704 Nov 13, 2024
6bd5135
fix(collision_detector): skip process when odometry is not published …
go-sakayori Nov 13, 2024
80b9cdc
feat(goal_planner): safety check with only parking path (#9293)
kosuke55 Nov 13, 2024
c5f94db
refactor(goal_planner): remove reference_goal_pose getter/setter (#9270)
soblin Nov 13, 2024
391beda
feat(start_planner, lane_departure_checker): speed up by updating pol…
danielsanchezaran Nov 13, 2024
08038bd
fix(autoware_trajectory): fix bug of autoware_trajectory (#9314)
yhisaki Nov 13, 2024
842b1ab
feat(autoware_trajectory): change default value of min_points (#9315)
yhisaki Nov 13, 2024
eb816cf
chore(codecov): update maintained packages (#9316)
soblin Nov 13, 2024
96230fc
doc: fix links to design documents (#9301)
esteve Nov 13, 2024
e0002f3
fix(costmap_generator): use vehicle frame for lidar height thresholds…
maxime-clem Nov 13, 2024
6a1ddbd
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
esteve Nov 13, 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
  •  
  •  
  •  
30 changes: 15 additions & 15 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Automatically generated from package.xml ###
common/autoware_ad_api_specs/** [email protected] [email protected]
common/autoware_adapi_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]
Expand All @@ -17,17 +17,19 @@ 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_qp_interface/** [email protected] [email protected] [email protected] [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_time_utils/** [email protected] [email protected] [email protected]
common/autoware_trajectory_container/** [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] [email protected]
common/bag_time_manager_rviz_plugin/** [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/qp_interface/** [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 @@ -38,12 +40,10 @@ common/tier4_state_rviz_plugin/** [email protected] [email protected] khal
common/tier4_system_rviz_plugin/** [email protected]
common/tier4_traffic_light_rviz_plugin/** [email protected]
common/tier4_vehicle_rviz_plugin/** [email protected]
common/time_utils/** [email protected] [email protected] [email protected]
common/traffic_light_recognition_marker_publisher/** [email protected] [email protected] [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_collision_detector/** [email protected] [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]
Expand All @@ -63,7 +63,7 @@ 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]
evaluator/autoware_planning_evaluator/** [email protected] [email protected]
evaluator/diagnostic_converter/** [email protected] [email protected] [email protected]
evaluator/scenario_simulator_v2_adapter/** [email protected] [email protected] [email protected]
evaluator/kinematic_evaluator/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
evaluator/localization_evaluator/** [email protected] [email protected]
evaluator/perception_online_evaluator/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
Expand Down Expand Up @@ -105,7 +105,7 @@ map/map_loader/** [email protected] [email protected] masahiro.sakam
perception/autoware_bytetrack/** [email protected] [email protected]
perception/autoware_cluster_merger/** [email protected] [email protected] [email protected]
perception/autoware_compare_map_segmentation/** [email protected] [email protected] [email protected]
perception/autoware_crosswalk_traffic_light_estimator/** [email protected] [email protected] [email protected]
perception/autoware_crosswalk_traffic_light_estimator/** [email protected] [email protected] [email protected] [email protected]
perception/autoware_detected_object_feature_remover/** [email protected] [email protected] [email protected]
perception/autoware_detected_object_validation/** [email protected] [email protected] [email protected] [email protected] [email protected]
perception/autoware_detection_by_tracker/** [email protected] [email protected] [email protected]
Expand Down Expand Up @@ -135,13 +135,13 @@ perception/autoware_tensorrt_classifier/** [email protected] shunsuke.miura
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]
perception/autoware_traffic_light_classifier/** [email protected] [email protected] [email protected]
perception/autoware_traffic_light_fine_detector/** [email protected] [email protected] [email protected]
perception/autoware_traffic_light_map_based_detector/** [email protected] [email protected] [email protected]
perception/autoware_traffic_light_multi_camera_fusion/** [email protected] [email protected]
perception/autoware_traffic_light_occlusion_predictor/** [email protected] [email protected]
perception/autoware_traffic_light_visualization/** [email protected] [email protected]
perception/autoware_traffic_light_arbiter/** [email protected] [email protected] [email protected]
perception/autoware_traffic_light_classifier/** [email protected] [email protected] [email protected] [email protected]
perception/autoware_traffic_light_fine_detector/** [email protected] [email protected] [email protected] [email protected]
perception/autoware_traffic_light_map_based_detector/** [email protected] [email protected] [email protected] [email protected]
perception/autoware_traffic_light_multi_camera_fusion/** [email protected] [email protected] [email protected]
perception/autoware_traffic_light_occlusion_predictor/** [email protected] [email protected] [email protected]
perception/autoware_traffic_light_visualization/** [email protected] [email protected] [email protected]
perception/perception_utils/** [email protected] [email protected]
planning/autoware_costmap_generator/** [email protected] [email protected] [email protected]
planning/autoware_external_velocity_limit_selector/** [email protected] [email protected] [email protected] [email protected] [email protected]
Expand Down Expand Up @@ -199,6 +199,7 @@ planning/sampling_based_planner/autoware_bezier_sampler/** maxime.clement@tier4.
planning/sampling_based_planner/autoware_frenet_planner/** [email protected]
planning/sampling_based_planner/autoware_path_sampler/** [email protected]
planning/sampling_based_planner/autoware_sampler_common/** [email protected]
sensing/autoware_cuda_utils/** [email protected] [email protected] [email protected]
sensing/autoware_gnss_poser/** [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
sensing/autoware_image_diagnostics/** [email protected] [email protected]
sensing/autoware_image_transport_decompressor/** [email protected] [email protected]
Expand All @@ -209,7 +210,6 @@ sensing/autoware_radar_scan_to_pointcloud2/** [email protected] shunsuke.m
sensing/autoware_radar_static_pointcloud_filter/** [email protected] [email protected] [email protected] [email protected]
sensing/autoware_radar_threshold_filter/** [email protected] [email protected] [email protected] [email protected]
sensing/autoware_radar_tracks_noise_filter/** [email protected] [email protected] [email protected] [email protected]
sensing/cuda_utils/** [email protected] [email protected] [email protected]
sensing/livox/autoware_livox_tag_filter/** [email protected] [email protected]
sensing/vehicle_velocity_converter/** [email protected]
simulator/autoware_carla_interface/** [email protected] [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
files:
- source: .github/workflows/clang-tidy-differential.yaml
pre-commands: |
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe-cuda' {source}
sd 'container: ros:(\w+)' 'container: ghcr.io/autowarefoundation/autoware:universe-devel-cuda' {source}
- source: .github/workflows/check-build-depends.yaml
- source: .github/workflows/clang-tidy-pr-comments.yaml
- source: .github/workflows/clang-tidy-pr-comments-manually.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- -cuda
include:
- rosdistro: humble
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
container: ghcr.io/autowarefoundation/autoware:universe-devel
build-depends-repos: build_depends.repos
steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- -cuda
include:
- rosdistro: humble
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
container: ghcr.io/autowarefoundation/autoware:universe-devel
build-depends-repos: build_depends.repos
steps:
- name: Check out repository
Expand Down
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 @@ -33,7 +33,7 @@ jobs:
- -cuda
include:
- rosdistro: humble
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
container: ghcr.io/autowarefoundation/autoware:universe-devel
build-depends-repos: build_depends.repos
steps:
- name: Set PR fetch depth
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- -cuda
include:
- rosdistro: humble
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
container: ghcr.io/autowarefoundation/autoware:universe-devel
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
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
clang-tidy-differential:
needs: build-and-test-differential
runs-on: ubuntu-22.04
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe-cuda
container: ghcr.io/autowarefoundation/autoware:universe-devel-cuda
steps:
- name: Set PR fetch depth
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
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 @@ -27,7 +27,7 @@ jobs:
- -cuda
include:
- rosdistro: humble
container: ghcr.io/autowarefoundation/autoware:latest-autoware-universe
container: ghcr.io/autowarefoundation/autoware:universe-devel
build-depends-repos: build_depends.repos
steps:
- name: Check out repository
Expand Down
5 changes: 4 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ component_management:
# - control/control_performance_analysis/**
- control/obstacle_collision_checker/**
# - control/predicted_path_checker/**
- control/autoware_collision_detector/**

- component_id: localization-tier-iv-maintained-packages
name: Localization TIER IV Maintained Packages
Expand Down Expand Up @@ -215,7 +216,7 @@ component_management:
- planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/**
- planning/behavior_path_planner/autoware_behavior_path_planner_common/**
- planning/behavior_path_planner/autoware_behavior_path_start_planner_module/**
- planning/behavior_path_planner/autoware_behavior_path_dynamic_obstacle_avoidance_module/**
# - planning/behavior_path_planner/autoware_behavior_path_dynamic_obstacle_avoidance_module/**
- planning/behavior_path_planner/autoware_behavior_path_lane_change_module/**
# - planning/behavior_path_planner/autoware_behavior_path_sampling_planner_module/**
- planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/**
Expand Down Expand Up @@ -245,3 +246,5 @@ component_management:
- planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/**
- planning/motion_velocity_planner/autoware_motion_velocity_planner_common/**
- planning/motion_velocity_planner/autoware_motion_velocity_planner_node/**
#### sampling_based_planner
- planning/sampling_based_planner/autoware_bezier_sampler/**
32 changes: 14 additions & 18 deletions common/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,27 @@ nav:
- 'comparisons': common/autoware_auto_common/design/comparisons
- 'autoware_grid_map_utils': common/autoware_grid_map_utils
- 'autoware_point_types': common/autoware_point_types
- 'Geography Utils': common/geography_utils
- 'Geography Utils': common/autoware_geography_utils
- 'Global Parameter Loader': common/global_parameter_loader/Readme
- 'Glog Component': common/glog_component
- 'interpolation': common/interpolation
- 'Kalman Filter': common/kalman_filter
- 'interpolation': common/autoware_interpolation
- 'Kalman Filter': common/autoware_kalman_filter
- 'Motion Utils': common/autoware_motion_utils
- 'Vehicle Utils': common/autoware_motion_utils/docs/vehicle/vehicle
- 'Object Recognition Utils': common/object_recognition_utils
- 'OSQP Interface': common/osqp_interface/design/osqp_interface-design
- 'Perception Utils': common/perception_utils
- 'QP Interface': common/qp_interface/design/qp_interface-design
- 'Object Recognition Utils': common/autoware_object_recognition_utils
- 'OSQP Interface': common/autoware_osqp_interface/design/osqp_interface-design
- 'QP Interface': common/autoware_qp_interface/design/qp_interface-design
- 'Signal Processing':
- 'Introduction': common/signal_processing
- 'Butterworth Filter': common/signal_processing/documentation/ButterworthFilter
- 'Introduction': common/autoware_signal_processing
- 'Butterworth Filter': common/autoware_signal_processing/documentation/ButterworthFilter
- 'autoware_universe_utils': common/autoware_universe_utils
- 'traffic_light_utils': common/traffic_light_utils
- 'TVM Utility':
- 'Introduction': common/tvm_utility
- 'YOLOv2 Tiny Example': common/tvm_utility/tvm-utility-yolo-v2-tiny-tests
- 'RVIZ2 Plugins':
- 'autoware_perception_rviz_plugin': common/autoware_perception_rviz_plugin
- 'autoware_overlay_rviz_plugin': common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin
- 'autoware_mission_details_overlay_rviz_plugin': common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin
- 'bag_time_manager_rviz_plugin': common/bag_time_manager_rviz_plugin
- 'polar_grid': common/polar_grid/Readme
- 'polar_grid': common/autoware_polar_grid/Readme
- 'tier4_adapi_rviz_plugin': common/tier4_adapi_rviz_plugin
- 'tier4_api_utils': common/tier4_api_utils
- 'tier4_camera_view_rviz_plugin': common/tier4_camera_view_rviz_plugin
Expand All @@ -46,10 +42,10 @@ nav:
- 'tier4_vehicle_rviz_plugin': common/tier4_vehicle_rviz_plugin
- 'traffic_light_recognition_marker_publisher': common/traffic_light_recognition_marker_publisher/Readme
- 'Node':
- 'Goal Distance Calculator': common/goal_distance_calculator/Readme
- 'Goal Distance Calculator': common/autoware_goal_distance_calculator/Readme
- 'Path Distance Calculator': common/autoware_path_distance_calculator/Readme
- 'Others':
- 'autoware_ad_api_specs': common/autoware_ad_api_specs
- 'component_interface_specs': common/component_interface_specs
- 'component_interface_tools': common/component_interface_tools
- 'component_interface_utils': common/component_interface_utils
- 'autoware_adapi_specs': common/autoware_adapi_specs
- 'autoware_component_interface_specs': common/autoware_component_interface_specs
- 'autoware_component_interface_tools': common/autoware_component_interface_tools
- 'autoware_component_interface_utils': common/autoware_component_interface_utils
Loading
Loading