forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 33
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 main branch's workflows to beta branch #1698
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Mamoru Sobue <[email protected]>
fix(intersection): fix wrong resample process (autowarefoundation#5516)
…5532) Signed-off-by: yamato-ando <Yamato ANDO> Co-authored-by: yamato-ando <Yamato ANDO>
fix(ndt_scan_matcher): delete diagnostics thread (autowarefoundation#5532)
chore: sync beta branch beta/v0.16.0 with tier4/main
…ocity profile (autowarefoundation#5496) Signed-off-by: Mamoru Sobue <[email protected]>
* fix: add_ros_test to add_launch_test Signed-off-by: kminoda <[email protected]> * fix ndt_scan_matcher Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]>
…warefoundation#5520) * Remove unused variable and update function arguments in start_planner_module.hpp and util.hpp/cpp Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…_nodes): remove download from cmake (autowarefoundation#5431) * add include tier4_autoware_utils and dependency Signed-off-by: Alexey Panferov <[email protected]> * remove downloading logic from Cmake, update documentation Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): remove downloading logic from Cmake, update documentation Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): fix lint_cmake error Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): format warning message Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): add logic to work with autoware_data folder, add nn config header and test image Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix * build(tvm_utility): refactor, update InferenceEngineTVM constructor Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): add lightweight model and test with it Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): make building yolo_v2_tiny disable by default Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): remove test artifact for yolo_v2_tiny Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): update docs Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): update docs Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): update namespace in abs_model test Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): rewrite yolo_v2_tiny as example Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): clean comments in yolo_v2_tiny example main.cpp Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): add launch file for yolo_v2_tiny example Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): update yolo_v2_tiny example readme Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): add model for arm based systems, need to be tested on device Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix * build(tvm_utility): update config header for arm Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): remove debug output Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): add find_package conditional section Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): fix lint_cmake errors Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): remove coping model files during build Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): update readme with new data folder structure Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): fix spell check warnings Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): add no model files guard to get_neural_network Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): set back default paths in config headers Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation): wip update launch files Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): add param file, update launch file Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): add schema file, update node name Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): fix json-schema-check Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): fix json-schema-check Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(tvm_utility): add parameter table to example readme Signed-off-by: Alexey Panferov <[email protected]> * build(tvm_utility): fix typo-error in description of schema.json Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * buiild(tvm_utility): fix spell-check warning and typo Signed-off-by: Alexey Panferov <[email protected]> * feat(spell-check): add dltype and tvmgen to local dict Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(lidar_apollo_segmentation_tvm): remove test Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm): add data_path to constructor Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm_nodes): add data_path to param file Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm_nodes): add allow_substs to launches Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(lidar_apollo_segmentation_tvm_nodes): update README Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm): update README Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm_nodes): fix schema typo Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm): remove unused import Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm): suppress cpplint Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm): suppress cpplint Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmentation_tvm): return test back and update it Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix * build(lidar_apollo_segmentation_tvm): fix cpplilnt errors Signed-off-by: Alexey Panferov <[email protected]> * build(lidar_apollo_segmenntation_tvm): update checking for models files Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Alexey Panferov <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ion#5505) * chore(tier4_planning_launch): align arument name Signed-off-by: satoshi-ota <[email protected]> * refactor(tier4_planning_launch): pass params directly Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…utowarefoundation#5522) Signed-off-by: Takamasa Horibe <[email protected]>
…e center line path (autowarefoundation#5517) feat(behavior_path_planner): Add option to insert zero velocity to the center line path This commit adds a new boolean parameter, `insert_zero_velocity`, to the `getCenterLinePath` function in the `utils.hpp` file. When set to `true`, this parameter will insert a zero velocity to each point in the path. In the `utils.cpp` file, this option is used to insert zero velocities to the reference path generated in the `createGoalAroundPath` function. Signed-off-by: kyoichi-sugahara <[email protected]>
Update getCurrentStatus() function in StartPlannerModule.cpp Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
* refactor(gyro_odometer): rework parameters Signed-off-by: Yuqi Huai <[email protected]> * style(pre-commit): autofix * doc(gyro_odometer): remove copyright --------- Signed-off-by: Yuqi Huai <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#5521) * Refactored ar_tag_based_localizer Signed-off-by: Shintaro Sakoda <[email protected]> * Refactor ArTagBasedLocalizer class to use shorter type names Signed-off-by: Shintaro Sakoda <[email protected]> * Fix const correctness in ar_tag_based_localizer.cpp Signed-off-by: Shintaro Sakoda <[email protected]> * Fix position difference calculation in ArTagBasedLocalizer Signed-off-by: Shintaro Sakoda <[email protected]> * Renamed arg name Signed-off-by: Shintaro Sakoda <[email protected]> --------- Signed-off-by: Shintaro Sakoda <[email protected]>
…autowarefoundation#5528) Fix typo in calcLongitudinalOffsetPose return statement Signed-off-by: kyoichi-sugahara <[email protected]>
…ot simulated (autowarefoundation#5501) set ego pitch to 0 if road slope is not simulated Signed-off-by: Daniel Sanchez <[email protected]>
…n#5527) Signed-off-by: satoshi-ota <[email protected]>
…sion (autowarefoundation#5535) Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: Takamasa Horibe <[email protected]>
…aneletsShape in lanele2_extension (autowarefoundation#5535)" (autowarefoundation#5543) Revert "refactor(mission_planner): use combineLaneletsShape in lanelet2_extension (autowarefoundation#5535)" This reverts commit c4ca645.
…onnected (autowarefoundation#5542) Signed-off-by: Takayuki Murooka <[email protected]>
…functions (autowarefoundation#5385) Signed-off-by: Maxime CLEMENT <[email protected]>
…#5493) * refactor(goal_planner): separate thread safe data Signed-off-by: kosuke55 <[email protected]> * fix style(pre-commit): autofix fix fix --------- Signed-off-by: kosuke55 <[email protected]>
…lannerModule (autowarefoundation#5529) * refactor(start_planner): refactor backward path calculation in StartPlannerModule The method "calcStartPoseCandidatesBackwardPath" has been renamed to "calcBackwardPathFromStartPose" to better reflect its purpose. The method now calculates the backward path by shifting the original start pose coordinates to align with the pull out lanes. The stop objects in the pull out lanes are filtered by velocity, using the new "filterStopObjectsInPullOutLanes" method. Additionally, the redundant "isOverlappedWithLane" method has been removed. Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]>
…dation#5367) Signed-off-by: Alexey Panferov <[email protected]>
…d thread (autowarefoundation#5418) * apply thread pool to manage detached thread Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * clean up the destructor Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * use function object in the queue instead Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * fix condition variable naming problem Signed-off-by: Owen-Liuyuxuan <[email protected]> * add utility include for CI Signed-off-by: Owen-Liuyuxuan <[email protected]> --------- Signed-off-by: Owen-Liuyuxuan <[email protected]> Co-authored-by: Owen-Liuyuxuan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ea if there is no traffic light (autowarefoundation#5547) Signed-off-by: Mamoru Sobue <[email protected]>
fix: parameters
* feat(emergency_handler): delete package Signed-off-by: veqcc <[email protected]>
feat(emergency_handler): delete package (autowarefoundation#8917)
…dation#7750) * refactor(detected_object_validation): rework parameters Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * style(pre-commit): autofix Signed-off-by: Batuhan Beytekin <[email protected]> * Update perception/detected_object_validation/schema/object_lanelet_filter.schema.json Co-authored-by: badai nguyen <[email protected]> Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * Update perception/detected_object_validation/schema/object_position_filter.schema.json Co-authored-by: badai nguyen <[email protected]> Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * refactor(detected_object_validation): rework parameters Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * refactor(detected_object_validation): rework parameters Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * refactor(detected_object_validation): rework parameters Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * style(pre-commit): autofix Signed-off-by: Batuhan Beytekin <[email protected]> * refactor(detected_object_validation): rework parameters Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * refactor(detected_object_validation): rework parameters Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: batuhanbeytekin <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
refactor(detected_object_validation): rework parameters (autowarefoundation#7750)
…dation#8929) * feat: delete-system-error-monitor-from-autoware Signed-off-by: TetsuKawa <[email protected]> * feat: remove unnecessary params --------- Signed-off-by: TetsuKawa <[email protected]>
feat(system_error_monitor): remove system error monitor (autowarefoundation#8929)
chore: sync beta branch beta/v0.35 with tier4/main
chore: sync tier4/autoware.universe:awf-latest
set rtc enable Signed-off-by: Go Sakayori <[email protected]>
fix(intersection): set RTC enable (autowarefoundation#9040)
chore: sync beta branch beta/v0.36 with tier4/main
Signed-off-by: Hayato Mizushima <[email protected]>
chore: sync tier4/autoware.universe:awf-latest
chore: sync beta branch beta/v0.37 with tier4/main
chore: sync tier4/autoware.universe:awf-latest
chore: sync beta branch beta/v0.38 with tier4/main
…callback (autowarefoundation#9234) Signed-off-by: satoshi-ota <[email protected]>
…ecker fix(crosswalk): don't use vehicle stop checker to remove unnecessary …
chore: sync beta branch beta/v0.38 with tier4/main
chore: sync tier4/autoware.universe:awf-latest
chore: sync beta branch beta/v0.39 with tier4/main
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
rej55
approved these changes
Dec 13, 2024
rej55
changed the title
sync main branch's workflows to beta branch
chore: sync main branch's workflows to beta branch
Dec 13, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Synchronize the main branch to the beta branch for the release.
the difference between them seems to be only the workflows.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.