-
Notifications
You must be signed in to change notification settings - Fork 110
chore: update CODEOWNERS #485
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
6625ac1 to
b94624e
Compare
8154364 to
555602f
Compare
youtalk
approved these changes
Jun 5, 2025
4d8f62c to
e65b4ae
Compare
c210538 to
727fe83
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
727fe83 to
bf34cfd
Compare
mitsudome-r
approved these changes
Jun 19, 2025
rej55
added a commit
to tier4/autoware_core
that referenced
this pull request
Jul 1, 2025
* test(path_generator): add tests for path cut feature (autowarefoundation#268) * add map for test Signed-off-by: mitukou1109 <[email protected]> * add overpass map Signed-off-by: mitukou1109 <[email protected]> * refactor & enhance base test class Signed-off-by: mitukou1109 <[email protected]> * add tests Signed-off-by: mitukou1109 <[email protected]> * style(pre-commit): autofix * fix year created Co-authored-by: Kosuke Takeuchi <[email protected]> * anonymize test map Signed-off-by: mitukou1109 <[email protected]> * style(pre-commit): autofix * add test map info to README Signed-off-by: mitukou1109 <[email protected]> * style(pre-commit): autofix * make tests work with autoware_trajectory Signed-off-by: mitukou1109 <[email protected]> * include necessary header Signed-off-by: mitukou1109 <[email protected]> * fix test case Signed-off-by: mitukou1109 <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: mitukou1109 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_trajectory): fix base_addition callback to work when Trajectory is moved (autowarefoundation#370) Signed-off-by: Mamoru Sobue <[email protected]> * feat(trajectory): improve shift function and their documents (autowarefoundation#337) * feat(trajectory): add populate function Signed-off-by: Mamoru Sobue <[email protected]> * update curvature figure for approximation desc Signed-off-by: Mamoru Sobue <[email protected]> * update align_orientation_with_trajectory_direction fig Signed-off-by: Mamoru Sobue <[email protected]> * finished trajectory classes Signed-off-by: Mamoru Sobue <[email protected]> * refactored shift Signed-off-by: Mamoru Sobue <[email protected]> * add comment Signed-off-by: Mamoru Sobue <[email protected]> * update error message Signed-off-by: Mamoru Sobue <[email protected]> --------- Signed-off-by: Mamoru Sobue <[email protected]> * refactor(autoware_lanelet2_utils)!: move everything to namespace experimental (autowarefoundation#372) Signed-off-by: Mamoru Sobue <[email protected]> * refactor(autoware_trajectory)!: move everything to namespace experimetal (autowarefoundation#371) refactor(autoware_trajectory)!: move everything to namespace experimental Signed-off-by: Mamoru Sobue <[email protected]> * feat(trajectory): add pretty_build() function for Planning/Control component node (autowarefoundation#332) Signed-off-by: Mamoru Sobue <[email protected]> * feat(path_generator): move generate_path public (autowarefoundation#380) * feat(path_generator): move generate_path public Signed-off-by: t4-adc <[email protected]> * style(pre-commit): autofix * fix pre-commit Signed-off-by: t4-adc <[email protected]> * fix test include path Signed-off-by: t4-adc <[email protected]> --------- Signed-off-by: t4-adc <[email protected]> Co-authored-by: t4-adc <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(path_generator): set both lane IDs to point on border of adjacent lanes (autowarefoundation#384) set both lane IDs to point on border of adjacent lanes Signed-off-by: mitukou1109 <[email protected]> * refactor(autoware_object_recognition_utils): use `autoware_utils_*` instead of `autoware_utils` (autowarefoundation#385) use autoware_utils_* Signed-off-by: Yutaka Kondo <[email protected]> * refactor(interpolation): use `autoware_utils_*` instead of `autoware_utils` (autowarefoundation#382) feat(interpolation): use split autoware utils Signed-off-by: Takagi, Isamu <[email protected]> * feat(route_handler): use a cost metric to select start lane (autowarefoundation#357) * feat(route_handler): use a cost metric to select start lane Signed-off-by: Mert Çolak <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Mert Çolak <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * chore(autoware_kalman_filter): add maintainer (autowarefoundation#381) * chore(autoware_kalman_filter): add maintainer Signed-off-by: RyuYamamoto <[email protected]> * removed the maintainer with an invalid email address. Signed-off-by: RyuYamamoto <[email protected]> * added members of the Localization / Mapping team as maintainers. Signed-off-by: RyuYamamoto <[email protected]> * removed the duplicate entry. Signed-off-by: RyuYamamoto <[email protected]> * fixed the deletion as the wrong entry was removed Signed-off-by: RyuYamamoto <[email protected]> --------- Signed-off-by: RyuYamamoto <[email protected]> * chore: update CODEOWNERS (autowarefoundation#395) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * refactor(autoware_kalman_filter): rewrite using modern C++ without API breakage (autowarefoundation#346) * refactor using modern c++ Signed-off-by: Yutaka Kondo <[email protected]> * remove ctor/dtor Signed-off-by: Yutaka Kondo <[email protected]> * precommit Signed-off-by: Yutaka Kondo <[email protected]> * use eigen methods Signed-off-by: Yutaka Kondo <[email protected]> * Update common/autoware_kalman_filter/include/autoware/kalman_filter/kalman_filter.hpp --------- Signed-off-by: Yutaka Kondo <[email protected]> * feat(.devcontainer): introduce development container (autowarefoundation#368) * create .devcontainer Signed-off-by: Yutaka Kondo <[email protected]> * remove remoteUser Signed-off-by: Yutaka Kondo <[email protected]> * wip Signed-off-by: Yutaka Kondo <[email protected]> * wip Signed-off-by: Yutaka Kondo <[email protected]> * remove nvidia Signed-off-by: Yutaka Kondo <[email protected]> * fix workspace Signed-off-by: Yutaka Kondo <[email protected]> * wip Signed-off-by: Yutaka Kondo <[email protected]> * typo Signed-off-by: Yutaka Kondo <[email protected]> * install cpptools Signed-off-by: Yutaka Kondo <[email protected]> * use core-common-devel Signed-off-by: Yutaka Kondo <[email protected]> * Revert "use core-common-devel" This reverts commit 123fb4d6b419475aef0c196e6558efcbe8bf1b9b. * change workspace Signed-off-by: Yutaka Kondo <[email protected]> * style(pre-commit): autofix * fix spellcheck Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * feat(autoware_trajectory): add get_contained_lane_ids function (autowarefoundation#369) * add get_contained_lane_ids Signed-off-by: Y.Hisaki <[email protected]> * add unit test Signed-off-by: Y.Hisaki <[email protected]> * remove assert Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]> * feat(trajectory): define distance threshold and refine restore() without API breakage(in experimental) (autowarefoundation#376) * feat(trajectory): define distance threshold and refine restore Signed-off-by: Mamoru Sobue <[email protected]> * fix spell Signed-off-by: Mamoru Sobue <[email protected]> --------- Signed-off-by: Mamoru Sobue <[email protected]> * fix(autoware_kalman_filter): fixed clang-tidy error (autowarefoundation#379) * fix(autoware_kalman_filter): fixed clang-tidy error Signed-off-by: RyuYamamoto <[email protected]> * remove comment Signed-off-by: RyuYamamoto <[email protected]> --------- Signed-off-by: RyuYamamoto <[email protected]> * chore(autoware_trajectory): relax the warning condition of boundary check (autowarefoundation#393) * chore(autoware_trajectory): relax the warning condition of boundary check Signed-off-by: Y.Hisaki <[email protected]> * tidy Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]> * fix(autoware_trajectory): avoid nan in align_orientation_with_trajectory_direction (autowarefoundation#398) * fix(autoware_trajectory): avoid nan in align_orientation_with_trajectory_direction Signed-off-by: Y.Hisaki <[email protected]> * tidy Signed-off-by: Y.Hisaki <[email protected]> * remove eps Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]> * feat(autoware_trajectory): improve accuracy of boundary by using binary search (autowarefoundation#391) * feat(autoware_trajectory): improve accuracy of boundary by using binary search Signed-off-by: Y.Hisaki <[email protected]> * add example Signed-off-by: Y.Hisaki <[email protected]> * Update common/autoware_trajectory/src/utils/find_intervals.cpp Co-authored-by: Kosuke Takeuchi <[email protected]> * Update common/autoware_trajectory/src/utils/find_intervals.cpp Co-authored-by: Yutaka Kondo <[email protected]> * define macro for avoiding compiler error Signed-off-by: Y.Hisaki <[email protected]> * add unit test Signed-off-by: Y.Hisaki <[email protected]> * use flag instead of optional Signed-off-by: Y.Hisaki <[email protected]> * add missing include Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * fix: autoware_path_generator, missing parameters in config file (autowarefoundation#362) fix::autoware_path_generator::missing parameters in config file Signed-off-by: liuXinGangChina <[email protected]> * refactor(autoware_qp_interface): rewrite using modern C++ without API breakage (autowarefoundation#400) * perf(objects_of_interest_interface): skip publishing if no subscription (autowarefoundation#413) * chore(autoware_trajectory): fix CMake to work with differential build (autowarefoundation#420) Signed-off-by: Mamoru Sobue <[email protected]> * ci: add build-and-test-differential above job (autowarefoundation#408) Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_test_utils): fix deprecated autoware_utils header (autowarefoundation#415) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * fix autoware_utils packages Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_ground_filter): fix deprecated autoware_utils header (autowarefoundation#417) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * fix autoware_utils packages Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Junya Sasaki <[email protected]> * fix(autoware_crop_box_filter): fix deprecated autoware_utils header (autowarefoundation#418) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * feat(autoware_motion_velocity_planner): point-cloud clustering optimization (autowarefoundation#409) * Core changes for point-cloud maksing and clustering Signed-off-by: Arjun Jagdish Ram <[email protected]> * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * style(pre-commit): autofix * Update planning/motion_velocity_planner/autoware_motion_velocity_planner_common/include/autoware/motion_velocity_planner_common/planner_data.hpp Co-authored-by: Yutaka Kondo <[email protected]> * fix --------- Signed-off-by: Arjun Jagdish Ram <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_mission_planner): fix deprecated autoware_utils header (autowarefoundation#421) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(autoware_simple_pure_pursuit): fix deprecated autoware_utils header (autowarefoundation#416) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * fix autoware_utils packages Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(autoware_ekf_localizer): fix deprecated autoware_utils header (autowarefoundation#412) * fix autoware_utils import Signed-off-by: a-maumau <[email protected]> * fix autoware_utils packages Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> * refactor(motion_utils): use `autoware_utils_*` instead of `autoware_utils` (autowarefoundation#383) * feat(interpolation): use split autoware utils Signed-off-by: Takagi, Isamu <[email protected]> * feat(motion_utils): use split autoware utils Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]> * feat: add dense centerline map (autowarefoundation#399) * Add map of dense centerline Signed-off-by: yukage-oya <[email protected]> * style(pre-commit): autofix * Correction of README.md Signed-off-by: yukage-oya <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: yukage-oya <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(autoware_ekf_localizer): modified log output section to use warning_message and throttle (autowarefoundation#374) * fix(autoware_ekf_localizer): Modified log output section to use warning_message and throttle Signed-off-by: RyuYamamoto <[email protected]> * use constexpr and string_view Signed-off-by: RyuYamamoto <[email protected]> --------- Signed-off-by: RyuYamamoto <[email protected]> * feat(autoware_trajectory): enable downcast from Trajectory<Point> to Trajectory<Pose> (autowarefoundation#430) * feat(autoware_trajectory): enable downcast from Trajectory<Point> to Trajectory<Pose> Signed-off-by: Y.Hisaki <[email protected]> * add test Signed-off-by: Y.Hisaki <[email protected]> * fix test Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]> * feat(autoware_path_generator): add smooth goal connection (autowarefoundation#394) Signed-off-by: Y.Hisaki <[email protected]> * fix(autoware_velocity_smoother): fix deprecated autoware_utils header (autowarefoundation#424) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * add header for timekeeper Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * feat(route_handler, QC): add overload of get_shoulder_lanelet_sequence (autowarefoundation#431) feat(route_handler): add get_shoulder_lanelet_sequence Signed-off-by: Mamoru Sobue <[email protected]> * refactor(path_generator): avoid using non-API functions (autowarefoundation#432) * avoid using lanelet::geometry::internal functions Signed-off-by: mitukou1109 <[email protected]> * use meaningful struct instead of pair Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> * feat(behavior_velocity_planner)!: only wait for the required subscriptions (autowarefoundation#433) Signed-off-by: Takayuki Murooka <[email protected]> * feat(behavior_velocity_planner): extend stop line to path bound (autowarefoundation#367) * extend stop line to path bound Signed-off-by: mitukou1109 <[email protected]> * change signature of stop line extension function Signed-off-by: mitukou1109 <[email protected]> * add tests for extendSegmentToBounds Signed-off-by: mitukou1109 <[email protected]> * add tests for getEgoAndStopPoint Signed-off-by: mitukou1109 <[email protected]> * avoid using non-API function Signed-off-by: mitukou1109 <[email protected]> * add doxygen comment Signed-off-by: mitukou1109 <[email protected]> * add test case for extendSegmentToBounds Signed-off-by: mitukou1109 <[email protected]> * deprecate extendLine() instead of removing it Signed-off-by: mitukou1109 <[email protected]> * restore parameters for extend_path Signed-off-by: kosuke55 <[email protected]> * remove deprecated for ci build of universe Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> Signed-off-by: kosuke55 <[email protected]> Co-authored-by: kosuke55 <[email protected]> * feat(route_handler): remove only_route_lanes = false usage (autowarefoundation#450) Signed-off-by: Mamoru Sobue <[email protected]> * test(autoware_gnss_poser): add unit tests (autowarefoundation#414) * test(autoware_gnss_poser): add unit tests Signed-off-by: NorahXiong <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: NorahXiong <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * refactor(bvp_common, QC): deprecate checkCollision() (autowarefoundation#429) Signed-off-by: Mamoru Sobue <[email protected]> * fix(velocity_smoother): prevent access when vector is empty (autowarefoundation#438) add empty check Signed-off-by: mitukou1109 <[email protected]> * chore(autoware_trajectory): update includes to maintain backward compatibility (autowarefoundation#455) Signed-off-by: Y.Hisaki <[email protected]> * fix(route_handler): getCenterLinePath with cropping waypoints (autowarefoundation#378) Signed-off-by: Takayuki Murooka <[email protected]> * chore: bump up version to 1.1.0 (autowarefoundation#462) (autowarefoundation#464) Signed-off-by: Yutaka Kondo <[email protected]> * feat(behavior_velocity_planner)!: remove unused function extendLine (autowarefoundation#457) * remove unused function Signed-off-by: mitukou1109 <[email protected]> * remove unused parameter Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> * feat(autoware_lanelet2_utils): refactor stop line retrieval functions into lanelet2_utils (autowarefoundation#327) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mamoru Sobue <[email protected]> * feat(autoware_trajectory): enhance shift flexibility (autowarefoundation#456) * feat(autoware_trajectory): enhance shift flexibility Signed-off-by: Y.Hisaki <[email protected]> * add test Signed-off-by: Y.Hisaki <[email protected]> * fix spell miss Signed-off-by: Y.Hisaki <[email protected]> * remove unused Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]> * fix: deprecation of .h files in message_filters (autowarefoundation#467) * fix: deprecation of .h files in message_filters Signed-off-by: Tim Clephas <[email protected]> * Update perception/autoware_ground_filter/include/autoware/ground_filter/node.hpp Signed-off-by: Tim Clephas <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Tim Clephas <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_motion_velocity_planner): fix deprecated autoware_utils header (autowarefoundation#444) Signed-off-by: a-maumau <[email protected]> * refactor(autoware_obect_recognition_utils): rewrite using modern C++ without API breakage (autowarefoundation#396) Signed-off-by: Yutaka Kondo <[email protected]> * fix(autoware_simple_pure_pursuit): fix path follower lateral deviation (autowarefoundation#425) * fix::autoware_simple_pure_pursuit::fix path follower lateral deviation, v0.0 Signed-off-by: liuXinGangChina <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: liuXinGangChina <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(autoware_ekf_localizer): use constexpr and string_view (autowarefoundation#435) * fix(autoware_ekf_localizer) use constexpr and string_view Signed-off-by: RyuYamamoto <[email protected]> * add std::string_view header Signed-off-by: RyuYamamoto <[email protected]> * add std::string header Signed-off-by: RyuYamamoto <[email protected]> --------- Signed-off-by: RyuYamamoto <[email protected]> * fix(autoware_planning_topic_converter): fix deprecated autoware_utils header (autowarefoundation#447) fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * fix(autoware_planning_factor_interface): removed unused autoware_utils (autowarefoundation#440) removed unused autoware_utils Signed-off-by: a-maumau <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_behavior_velocity_planner): fix deprecated autoware_utils header (autowarefoundation#442) Signed-off-by: a-maumau <[email protected]> * fix(autoware_motion_velocity_obstacle_stop_module): fix deprecated autoware_utils header (autowarefoundation#443) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_motion_velocity_planner_common): fix deprecated autoware_utils header (autowarefoundation#445) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * add missing header Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (autowarefoundation#448) fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * fix(route_handler): fix error message for the route planning failure (autowarefoundation#463) * fix(route_handler): fix error message for the route planning failure Signed-off-by: Takayuki Murooka <[email protected]> * use stringstream Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]> * fix(autoware_motion_velocity_obstacle_stop_module): fix for mishandling lateral-distance (autowarefoundation#452) * Fix for mishandling lateral-distance Signed-off-by: Arjun Jagdish Ram <[email protected]> * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * style(pre-commit): autofix * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * style(pre-commit): autofix * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * style(pre-commit): autofix * Update planning/motion_velocity_planner/autoware_motion_velocity_planner_common/src/utils.cpp Co-authored-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Arjun Jagdish Ram <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * fix(stop_line): check linked lane id of stop line (autowarefoundation#468) * fix bug of stop_line module Signed-off-by: Y.Hisaki <[email protected]> * remove unused function Signed-off-by: Y.Hisaki <[email protected]> * modify based on review Signed-off-by: Y.Hisaki <[email protected]> --------- Signed-off-by: Y.Hisaki <[email protected]> * fix(autoware_simple_pure_pursuit): fix document (autowarefoundation#473) fix deadlink Signed-off-by: Y.Hisaki <[email protected]> * fix(behavior_velocity_planner_common): support overlap lane (autowarefoundation#472) Signed-off-by: Y.Hisaki <[email protected]> * feat(autoware_lanelet2_map_visualizer): porting autoware_lanelet2_map_visualizer from autoware_universe (autowarefoundation#428) Signed-off-by: NorahXiong <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> * feat(autoware_gyro_odometer): porting the package from Autoware Universe (autowarefoundation#423) Signed-off-by: suchang <[email protected]> * fix(behavior_velocity_planner_common): fix argument type of findCollisionSegment (autowarefoundation#474) Signed-off-by: Y.Hisaki <[email protected]> * feat(build-and-test*): build and test on ROS 2 Jazzy too (autowarefoundation#476) Signed-off-by: Yutaka Kondo <[email protected]> * feat: add autoware_perception_objects_converter (autowarefoundation#458) Signed-off-by: suchang <[email protected]> Co-authored-by: suchang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(path_generator): add missing autoware planning msgs (autowarefoundation#480) * fix: tf2 uses hpp headers in rolling (and is backported) (autowarefoundation#483) * tf2 uses hpp headers in rolling (and is backported) Signed-off-by: Tim Clephas <[email protected]> * fixup! tf2 uses hpp headers in rolling (and is backported) Signed-off-by: Tim Clephas <[email protected]> --------- Signed-off-by: Tim Clephas <[email protected]> * fix(autoware_test_utils): fix linking to yaml-cpp (autowarefoundation#315) * Fix linking to yaml-cpp Signed-off-by: Shane Loretz <[email protected]> * Remove find_package(yaml_cpp_vendor...) Signed-off-by: Shane Loretz <[email protected]> * wip Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Yutaka Kondo <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * docs(path_generator): replace flowchart with raw plantuml code (autowarefoundation#482) * add flowchart * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(autoware_behavior_velocity_planner_common): fix deprecated autoware_utils header (autowarefoundation#441) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * fix to autoware_utils_debug Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * feat(autoware_euclidean_cluster_object_detector): port autoware_euclidean_cluster to autoware.core (autowarefoundation#460) Signed-off-by: liuXinGangChina <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * docs(simple_pure_pursuit): add flowchart (autowarefoundation#481) * add flowchart * add default value to parameter schema * fix parameter schema --------- Co-authored-by: Ryohsuke Mitsudome <[email protected]> * test(autoware_lanelet2_map_visualization): add unit test code (autowarefoundation#477) Signed-off-by: BangLiuChina <[email protected]> * chore: update CODEOWNERS (autowarefoundation#475) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * fix(autoware_route_handler): fix deprecated autoware_utils header (autowarefoundation#446) * fix autoware_utils header Signed-off-by: a-maumau <[email protected]> * style(pre-commit): autofix * fix to autoware_utils_geometry Signed-off-by: a-maumau <[email protected]> --------- Signed-off-by: a-maumau <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * feat(autoware_lanelet2_utils): refactor interpolation and extrapolation for lanelet2 points and line (autowarefoundation#373) * task 1 * style(pre-commit): autofix * completed all task, change all function to reutn optional point * Added getLineStringFromArcLength and get_pose_from_2d_arc_length * remove unnecessary functions * fixed some review * temp * fix conflict * review fix * style(pre-commit): autofix * fixed unused function in header * fixed review and cleaned up unnecessary variable --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * feat(vehicle_info_utils): customizable margins to vehicle footprint (autowarefoundation#471) Signed-off-by: Zulfaqar Azmi <[email protected]> * chore: add autoware_tools to packages_above.repos (autowarefoundation#489) Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Junya Sasaki <[email protected]> * chore: no longer support ROS 2 Galactic (autowarefoundation#492) * feat(obstacle_stop_module): maintain larger stop distance for opposing traffic (autowarefoundation#451) * Opposing traffic handling * Changes to core params * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * fixes Signed-off-by: Arjun Jagdish Ram <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Arjun Jagdish Ram <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * feat(autoware_downsample_filters): re-implementation pointcloud downsample filters according to autoware_pointcloud_preprocessor in autoware_universe (autowarefoundation#459) Signed-off-by: NorahXiong <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> * feat!: remove obstacle_stop_planner and obstacle_cruise_planner (autowarefoundation#495) * feat: remove obstacle_stop_planner and obstacle_cruise_planner Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]> * fix(path_generator): fix crop range when waypoints exist (autowarefoundation#461) * fix crop range when waypoints exist Signed-off-by: mitukou1109 <[email protected]> * add get_arc_length_on_path function Signed-off-by: mitukou1109 <[email protected]> * fix handling of waypoints on overlapping lanes Signed-off-by: mitukou1109 <[email protected]> * check for self-intersections of bounds of lanelets extended outside route Signed-off-by: mitukou1109 <[email protected]> * fix cropping at goal Signed-off-by: mitukou1109 <[email protected]> * fix cropping trajectory Signed-off-by: mitukou1109 <[email protected]> * add comments about lanelet extension Signed-off-by: mitukou1109 <[email protected]> * fix behavior in edge cases Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> * feat: support ROS 2 Jazzy (autowarefoundation#487) * fix ekf_localizer Signed-off-by: Yutaka Kondo <[email protected]> * fix lanelet2_map_loader_node Signed-off-by: Yutaka Kondo <[email protected]> * MUST REVERT Signed-off-by: Yutaka Kondo <[email protected]> * fix pybind Signed-off-by: Yutaka Kondo <[email protected]> * fix depend Signed-off-by: Yutaka Kondo <[email protected]> * add buildtool Signed-off-by: Yutaka Kondo <[email protected]> * remove Signed-off-by: Yutaka Kondo <[email protected]> * revert Signed-off-by: Yutaka Kondo <[email protected]> * find_package Signed-off-by: Yutaka Kondo <[email protected]> * wip Signed-off-by: Yutaka Kondo <[email protected]> * remove embed Signed-off-by: Yutaka Kondo <[email protected]> * find python_cmake_module Signed-off-by: Yutaka Kondo <[email protected]> * public Signed-off-by: Yutaka Kondo <[email protected]> * remove ament_cmake_python Signed-off-by: Yutaka Kondo <[email protected]> * fix autoware_trajectory Signed-off-by: Yutaka Kondo <[email protected]> * add .lcovrc Signed-off-by: Yutaka Kondo <[email protected]> * fix egm Signed-off-by: Yutaka Kondo <[email protected]> * use char* Signed-off-by: Yutaka Kondo <[email protected]> * use global Signed-off-by: Yutaka Kondo <[email protected]> * namespace Signed-off-by: Yutaka Kondo <[email protected]> * string view Signed-off-by: Yutaka Kondo <[email protected]> * clock Signed-off-by: Yutaka Kondo <[email protected]> * version Signed-off-by: Yutaka Kondo <[email protected]> * wait Signed-off-by: Yutaka Kondo <[email protected]> * fix egm2008-1 Signed-off-by: Yutaka Kondo <[email protected]> * typo Signed-off-by: Yutaka Kondo <[email protected]> * fixing Signed-off-by: Yutaka Kondo <[email protected]> * fix egm2008-1 Signed-off-by: Yutaka Kondo <[email protected]> * MUST REVERT Signed-off-by: Yutaka Kondo <[email protected]> * fix egm2008-1 Signed-off-by: Yutaka Kondo <[email protected]> * fix twist_with_covariance Signed-off-by: Yutaka Kondo <[email protected]> * Revert "MUST REVERT" This reverts commit 93b7a57. * namespace Signed-off-by: Yutaka Kondo <[email protected]> * fix qos Signed-off-by: Yutaka Kondo <[email protected]> * revert some Signed-off-by: Yutaka Kondo <[email protected]> * comment Signed-off-by: Yutaka Kondo <[email protected]> * Revert "MUST REVERT" This reverts commit 7a680a7. * fix dungling pointer Signed-off-by: Yutaka Kondo <[email protected]> * fix memory alignment Signed-off-by: Yutaka Kondo <[email protected]> * ignored Signed-off-by: Yutaka Kondo <[email protected]> * spellcheck Signed-off-by: Yutaka Kondo <[email protected]> --------- Signed-off-by: Yutaka Kondo <[email protected]> * chore(autoware_test_utils): delete `launch` directory to remove dependency on `autoware_launch` (autowarefoundation#498) remove launch Signed-off-by: Yutaka Kondo <[email protected]> * refactor(path_generator): remove unused functions (autowarefoundation#499) * remove unused functions Signed-off-by: mitukou1109 <[email protected]> * fix function declaration to match implementation Signed-off-by: mitukou1109 <[email protected]> * add declaration of is_trajectory_inside_lanelets Signed-off-by: mitukou1109 <[email protected]> * fix declaration of refine_path_for_goal Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> * fix(autoware_motion_velocity_obstacle_stop_module): point-cloud points ahead of the terminal stop-point (autowarefoundation#502) * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> * moved resample_trajectory_points to non-anonymous status Signed-off-by: Arjun Jagdish Ram <[email protected]> * style(pre-commit): autofix * fix Signed-off-by: Arjun Jagdish Ram <[email protected]> --------- Signed-off-by: Arjun Jagdish Ram <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * test(autoware_lanelet2_utils): fix threshold to avoid precision-related failures (autowarefoundation#506) * feat(autoware_motion_velocity_planner)!: only wait for the required subscriptions (autowarefoundation#505) Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * feat(autoware_trajectory): implement a function to construct trajectory class for reference path (autowarefoundation#469) Signed-off-by: Mamoru Sobue <[email protected]> Co-authored-by: Junya Sasaki <[email protected]> * feat(behavior_velocity_planner_common, stop_line_module): print module/regulatory_element/lane/line ID and improve stop line module log (autowarefoundation#504) feat(behavior_velocity_planner_common, stop_line_module): print module/regulatory_element/lane/line ID and improve stop_line_module log Signed-off-by: kosuke55 <[email protected]> * feat(behavior_velocity_planner): improve module registraion/deletion log (autowarefoundation#503) feat(behavior_velocity_planner): imporve module registraion log update update ho Signed-off-by: kosuke55 <[email protected]> * feat(obstacle_stop): update parameter explanation (autowarefoundation#501) * feat(obstacle_stop): update parameter explanation Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]> * refactor(path_generator): remove refine_goal (autowarefoundation#500) Signed-off-by: kosuke55 <[email protected]> * feat(autoware_component_interface_specs): add InitializationSpecs (autowarefoundation#508) * feat(autoware_component_interface_specs): add InitializationSpecs Signed-off-by: Ryohsuke Mitsudome <[email protected]> * feat: add test Signed-off-by: Ryohsuke Mitsudome <[email protected]> * style(pre-commit): autofix * fix: build error Signed-off-by: Ryohsuke Mitsudome <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * chore: sync files (autowarefoundation#354) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * feat(autoware_ndt_scan_matcher): port the package from Autoware Universe (autowarefoundation#490) Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * test(autoware_euclidean_cluster_object_detector): add test cases (autowarefoundation#488) * test(autoware_euclidean_cluster_object_detector): add test cases Signed-off-by: NorahXiong <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: NorahXiong <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * test(autoware_vehicle_velocity_converter): add unit tests (autowarefoundation#478) * test(autoware_vehicle_velocity_converter): add unit tests Signed-off-by: NorahXiong <[email protected]> * style(pre-commit): autofix * chore(autoware_vehicle_velocity_converter): unify coding style Co-authored-by: Yutaka Kondo <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: NorahXiong <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_ndt_scan_matcher): update link (autowarefoundation#510) fix link Signed-off-by: Yutaka Kondo <[email protected]> * fix(build-and-test*.yaml): workaround of ROS signing key migration (autowarefoundation#509) * fix jazzy build-and-test Signed-off-by: Yutaka Kondo <[email protected]> * fix link Signed-off-by: Yutaka Kondo <[email protected]> * remove -latest Signed-off-by: Yutaka Kondo <[email protected]> * MUST REVERT Signed-off-by: Yutaka Kondo <[email protected]> * MUST REVERT Signed-off-by: Yutaka Kondo <[email protected]> * Revert "MUST REVERT" This reverts commit 1368623. * Revert "MUST REVERT" This reverts commit 0bd8192. * rename Signed-off-by: Yutaka Kondo <[email protected]> * MUST REVERT Signed-off-by: Yutaka Kondo <[email protected]> * Revert "MUST REVERT" This reverts commit 4dccd0f. --------- Signed-off-by: Yutaka Kondo <[email protected]> * feat(localization): add autoware_pose_initializer and autoware_map_height_fitter to autoware core (autowarefoundation#493) Signed-off-by: liuXinGangChina <[email protected]> * fix(path_generator): ensure refined path connects start and goal (autowarefoundation#511) * ensure refined path connects start and goal Signed-off-by: mitukou1109 <[email protected]> * rename and add parameters for smooth goal connection Signed-off-by: mitukou1109 <[email protected]> * parameterize pre-goal offset Signed-off-by: mitukou1109 <[email protected]> * delegate validation to generate_parameter_library Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> * fix(autoware_pose_initializer): fix README.md links (autowarefoundation#522) Update README.md * feat(workflow): add workflows for version control automation (autowarefoundation#521) * revert: "fix(build-and-test*.yaml): workaround of ROS signing key migration" (autowarefoundation#525) Revert "fix(build-and-test*.yaml): workaround of ROS signing key migration (#…" This reverts commit 43cb419. * feat(planning_factor): add console output option (autowarefoundation#513) fix param json fix param json snake_case set default Signed-off-by: kosuke55 <[email protected]> * chore(behavior_velocity_planner): remove unecessary stop_line_extend_length (autowarefoundation#515) * chore(behavior_velocity_planner): remove unecessary stop_line_extend_length from param files Signed-off-by: kosuke55 <[email protected]> * Update behavior_velocity_planner.param.yaml --------- Signed-off-by: kosuke55 <[email protected]> * feat(motion_velocity_planner_node): update pcl coordinate transformation (autowarefoundation#519) * update pcl coordinate transformation * add canTransform check --------- Signed-off-by: yuki-takagi-66 <[email protected]> * fix(behavior_velocity_planner): validate extedned line (autowarefoundation#527) * fix(behavior_velocity_planner): validated extedned line Signed-off-by: kosuke55 <[email protected]> * Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/src/utilization/util.cpp Co-authored-by: Mamoru Sobue <[email protected]> * remove unnecessary angle validation Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Co-authored-by: Mamoru Sobue <[email protected]> * feat(autoware_trajectory): add specialized LaneIdsInterpolator for lane ID handling (autowarefoundation#528) * feat(autoware_trajectory): add specialized LaneIdsInterpolator for lane ID handling Replace generic Stairstep interpolator with domain-specific LaneIdsInterpolator that implements lane ID interpolation logic with preference for single lane IDs. - Add LaneIdsInterpolator implementation - Update path_point_with_lane_id to use specialized interpolator - Add comprehensive tests for lane ID interpolation behavior - Includes domain knowledge for handling lane transitions Signed-off-by: Y.Hisaki <[email protected]> * Update common/autoware_trajectory/test/test_interpolator.cpp * Update common/autoware_trajectory/test/test_interpolator.cpp --------- Signed-off-by: Y.Hisaki <[email protected]> Co-authored-by: Mamoru Sobue <[email protected]> * feat: port autoware_adapi_specs from Autoware Universe (autowarefoundation#529) Signed-off-by: Ryohsuke Mitsudome <[email protected]> * fix(mission_planner): fix check if goal footprint is inside route (autowarefoundation#534) Signed-off-by: kosuke55 <[email protected]> * fix(behavior_velocity_planner): fix registered module ids log (autowarefoundation#535) Signed-off-by: kosuke55 <[email protected]> * perf(route_handler): improve functions to get nearest route lanelet (autowarefoundation#532) Signed-off-by: Maxime CLEMENT <[email protected]> * fix(path_generator): deal with short path (autowarefoundation#536) * use pretty_build to handle short path Signed-off-by: mitukou1109 <[email protected]> * add error message Signed-off-by: mitukou1109 <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> * feat!: replace autoware_internal_localization_msgs with autoware_localization_msgs for InitializeLocalization service (autowarefoundation#542) * feat!: replace autoware_internal_localization_msgs with autoware_localization_msgs for InitializeLocalization service Signed-off-by: Ryohsuke Mitsudome <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * feat: port autoware_adapi_adaptors from Autoware Universe (autowarefoundation#530) Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * feat(adapi_specs): rename control command api (autowarefoundation#538) Signed-off-by: Takagi, Isamu <[email protected]> * feat(adapi_specs): add mrm description (autowarefoundation#539) * feat(adapi_specs): add mrm description Signed-off-by: Takagi, Isamu <[email protected]> * modify service name Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]> * chore: update CODEOWNERS (autowarefoundation#485) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> * fix(autoware_pose_initializer, autoware_adapi): fix documentation link (autowarefoundation#547) Signed-off-by: YuxuanLiuTier4Desktop <[email protected]> * feat(autoware_component_interface_specs): update planning and system interface (autowarefoundation#544) Signed-off-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * feat: port autoware_default_adapi from Autoware Universe (autowarefoundation#543) Signed-off-by: Ryohsuke Mitsudome <[email protected]> * ci: add workflow for old branch protection Signed-off-by: Fumiya Watanabe <[email protected]> * chore: fix style Signed-off-by: Fumiya Watanabe <[email protected]> * chore: fix name Signed-off-by: Fumiya Watanabe <[email protected]> --------- Signed-off-by: mitukou1109 <[email protected]> Signed-off-by: Mamoru Sobue <[email protected]> Signed-off-by: t4-adc <[email protected]> Signed-off-by: Yutaka Kondo <[email protected]> Signed-off-by: Takagi, Isamu <[email protected]> Signed-off-by: Mert Çolak <[email protected]> Signed-off-by: RyuYamamoto <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Y.Hisaki <[email protected]> Signed-off-by: liuXinGangChina <[email protected]> Signed-off-by: Ryohsuke Mitsudome <[email protected]> Signed-off-by: a-maumau <[email protected]> Signed-off-by: Arjun Jagdish Ram <[email protected]> Signed-off-by: yukage-oya <[email protected]> Signed-off-by: Takayuki Murooka <[email protected]> Signed-off-by: kosuke55 <[email protected]> Signed-off-by: NorahXiong <[email protected]> Signed-off-by: Tim Clephas <[email protected]> Signed-off-by: suchang <[email protected]> Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: BangLiuChina <[email protected]> Signed-off-by: Zulfaqar Azmi <[email protected]> Signed-off-by: yuki-takagi-66 <[email protected]> Signed-off-by: Maxime CLEMENT <[email protected]> Signed-off-by: YuxuanLiuTier4Desktop <[email protected]> Signed-off-by: Fumiya Watanabe <[email protected]> Co-authored-by: Mitsuhiro Sakamoto <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <[email protected]> Co-authored-by: Yutaka Kondo <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Mamoru Sobue <[email protected]> Co-authored-by: Kazunori-Nakajima <[email protected]> Co-authored-by: t4-adc <[email protected]> Co-authored-by: Takagi, Isamu <[email protected]> Co-authored-by: Mert Çolak <[email protected]> Co-authored-by: RyuYamamoto <[email protected]> Co-authored-by: awf-autoware-bot[bot] <94889083+awf-autoware-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]> Co-authored-by: Yukinari Hisaki <[email protected]> Co-authored-by: 心刚 <[email protected]> Co-authored-by: Maxime CLEMENT <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Masaki Baba <[email protected]> Co-authored-by: Junya Sasaki <[email protected]> Co-authored-by: Arjun Jagdish Ram <[email protected]> Co-authored-by: yukage-oya <[email protected]> Co-authored-by: Takayuki Murooka <[email protected]> Co-authored-by: NorahXiong <[email protected]> Co-authored-by: Giovanni Muhammad Raditya <[email protected]> Co-authored-by: Tim Clephas <[email protected]> Co-authored-by: storrrrrrrrm <[email protected]> Co-authored-by: suchang <[email protected]> Co-authored-by: taikitanaka3 <[email protected]> Co-authored-by: Shane Loretz <[email protected]> Co-authored-by: Bang.Liu <[email protected]> Co-authored-by: Zulfaqar Azmi <[email protected]> Co-authored-by: Ryohsuke Mitsudome <[email protected]> Co-authored-by: Sarun MUKDAPITAK <[email protected]> Co-authored-by: Yuki TAKAGI <[email protected]> Co-authored-by: Yuxuan Liu <[email protected]>
PanConChicharron
pushed a commit
to tier4/autoware_core
that referenced
this pull request
Jul 14, 2025
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
KYabuuchi
pushed a commit
to KYabuuchi/autoware.core
that referenced
this pull request
Jul 22, 2025
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
tag:bot
Bot-related tasks. (auto-assigned)
tag:update-codeowners-from-packages
Mark for codeowners update workflow. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.