forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: sync beta branch beta/v0.41 with tier4/main #1782
Merged
tier4-autoware-public-bot
merged 336 commits into
tier4/main
from
beta-to-tier4-main-sync
Feb 4, 2025
Merged
chore: sync beta branch beta/v0.41 with tier4/main #1782
tier4-autoware-public-bot
merged 336 commits into
tier4/main
from
beta-to-tier4-main-sync
Feb 4, 2025
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
…refoundation#8722) feat(diagnostic_graph_aggregator): remove unused message alias
…towarefoundation#9747) * add current time validation Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * change ros parameter name Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * add validation with absolute function Signed-off-by: MasatoSaeki <[email protected]> * add timestamp of topic in test Signed-off-by: MasatoSaeki <[email protected]> * fix ci error Signed-off-by: MasatoSaeki <[email protected]> --------- Signed-off-by: MasatoSaeki <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…n corrector (autowarefoundation#9761) fix: fix image display Signed-off-by: vividf <[email protected]>
…oundation#9737) * fix(lane_change): add metrics to valid paths visualization Signed-off-by: Zulfaqar Azmi <[email protected]> * fix cpp-check error Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…owarefoundation#9732) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…foundation#9734) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: fmt Signed-off-by: kobayu858 <[email protected]> * fix: fmt Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
…prone-branch-clone (autowarefoundation#9701) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…ation#9726) fix: bugprone-error Signed-off-by: kobayu858 <[email protected]>
…oundation#9738) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: add include Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
… dependency (autowarefoundation#9757) * feat(motion_velocity_planner): remove unnecessary tier4_planning_msgs dependency Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…tion#9769) Signed-off-by: M. Fatih Cırıt <[email protected]>
autowarefoundation#9714) * feat!: move diagnostics_module from localization_util to unverse_utils Signed-off-by: kminoda <[email protected]> * remove diagnostics module from localization_util Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * minor fix in pose_initializer Signed-off-by: kminoda <[email protected]> * add test Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * remove unnecessary declaration Signed-off-by: kminoda <[email protected]> * module -> interface Signed-off-by: kminoda <[email protected]> * remove unnecessary equal expression Signed-off-by: kminoda <[email protected]> * revert the remove of template function Signed-off-by: kminoda <[email protected]> * style(pre-commit): autofix * use overload instead Signed-off-by: kminoda <[email protected]> * include what you use -- test_diagnostics_interface.cpp Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ation page (autowarefoundation#9772) * feat: Add descriptions for confidence thresholds in multi_object_tracker_node schema Signed-off-by: Taekjin LEE <[email protected]> * feat: Update multi_object_tracker_node schema with confidence threshold descriptions Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
…utowarefoundation#9750) * feat(behavior_path_planner): use autoware internal stamped messages Signed-off-by: Takayuki Murooka <[email protected]> * fix universe_utils Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…ugprone-exception-escape (autowarefoundation#9779) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: cppcheck Signed-off-by: kobayu858 <[email protected]> * fix: cpplint Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
…utowarefoundation#9780) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: cpplint Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
…ch-clone (autowarefoundation#9671) Signed-off-by: kobayu858 <[email protected]>
… shift shift pull out planner (autowarefoundation#9776) feat(behavior_path_planner): add unit tests for ShiftPullOut path planning Signed-off-by: kyoichi-sugahara <[email protected]>
…n#9704) * feat: reject clearing route during autonomous mode Signed-off-by: Takagi, Isamu <[email protected]> * feat: modify check and relay door service Signed-off-by: Takagi, Isamu <[email protected]> * fix door condition Signed-off-by: Takagi, Isamu <[email protected]> * fix error and add option Signed-off-by: Takagi, Isamu <[email protected]> * update v1.6.0 Signed-off-by: Takagi, Isamu <[email protected]> --------- Signed-off-by: Takagi, Isamu <[email protected]>
…debug_msgs (autowarefoundation#9744) * feat(behavior_velocity_planner): use XXXStamped in autoware_internal_debug_msgs Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…9783) * specify reason for lane change stop line Signed-off-by: mohammad alqudah <[email protected]> * add stop reason for incoming rear object Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]>
…warefoundation#9775) Signed-off-by: Zulfaqar Azmi <[email protected]>
* fix: fix perception docs Signed-off-by: vividf <[email protected]> * fix: fix missing parameter in schema Signed-off-by: vividf <[email protected]> * Update perception/autoware_object_merger/schema/data_association_matrix.schema.json Co-authored-by: Taekjin LEE <[email protected]> * Update perception/autoware_object_merger/schema/data_association_matrix.schema.json Co-authored-by: Taekjin LEE <[email protected]> * Update perception/autoware_object_merger/schema/data_association_matrix.schema.json Co-authored-by: Taekjin LEE <[email protected]> * Update perception/autoware_object_merger/schema/data_association_matrix.schema.json Co-authored-by: Taekjin LEE <[email protected]> * style(pre-commit): autofix * chore: seperate paramters for different nodes Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]> Co-authored-by: Taekjin LEE <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Zulfaqar Azmi <[email protected]>
…cessor docs (autowarefoundation#9765) * fix downsample and passthrough Signed-off-by: vividf <[email protected]> * fix: fix blockage-diag docs that page is not shown Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
…autowarefoundation#9683) * feat(autoware_overlay_rviz_plugin): add plugin to show string stamped Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * better visualization Signed-off-by: Takayuki Murooka <[email protected]> * update Signed-off-by: Takayuki Murooka <[email protected]> * fix cpp check and typo Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…utowarefoundation#9760) Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
…utowarefoundation#9801) * refactor(planning_evaluator): rename and add lateral trajectory displacement metrics Signed-off-by: kyoichi-sugahara <[email protected]> * fix typo Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…lementation (autowarefoundation#9542) * feat: implemented a cuda accelerated ogm Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed cspells Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: unused header and variable names Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: cspell fixes Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: cppcheck fix attempt Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: attempting to fix ci/cd regarding the cuda library Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: fixed the order of the cuda check in the cmakelist Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: removed cuda as a required dep for cpu only builds Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: missing cuda linking (?) Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * feat: fixed single mode, added streams, and added the restrict keyword Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: replaced a potential indetermination using an epsilon Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * Update perception/autoware_probabilistic_occupancy_grid_map/lib/updater/log_odds_bayes_filter_updater_kernel.cu Co-authored-by: Yoshi Ri <[email protected]> * Update perception/autoware_probabilistic_occupancy_grid_map/lib/updater/log_odds_bayes_filter_updater_kernel.cu Co-authored-by: Yoshi Ri <[email protected]> * style(pre-commit): autofix * chore: added bound checkings in the update origin kernel Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: disabled tests since universe does not support cuda in ci/cd Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: added me as a maintainer Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: missedn the end in the cmake Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * chore: moved the boudnary checks to only the cuda version since the cpu version uses the upstream logic Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> Co-authored-by: Yoshi Ri <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…autowarefoundation#10027) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Fumiya Watanabe <[email protected]>
…odelDelaySteerVel (autowarefoundation#10030) Signed-off-by: kosuke55 <[email protected]>
not sync github-release Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Fumiya Watanabe <[email protected]>
chore: sync beta/v0.41 from tier4/main
github-actions
bot
added
component:planning
component:localization
type:ci
type:documentation
component:common
component:control
component:launch
component:map
component:perception
component:system
component:simulation
component:sensing
component:vehicle
component:evaluator
component:tools
tag:require-cuda-build-and-test
labels
Feb 4, 2025
tier4-autoware-public-bot
bot
merged commit Feb 4, 2025
dd4606b
into
tier4/main
52 of 59 checks passed
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bot
component:common
component:control
component:evaluator
component:launch
component:localization
component:map
component:perception
component:planning
component:sensing
component:simulation
component:system
component:tools
component:vehicle
sync-beta-branch
tag:require-cuda-build-and-test
type:ci
type:documentation
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.
Features
0.3
to0.1
(https://github.com/tier4/autoware.universe/pull/9850)autoware_
prefix forevaluator/localization_evaluator
(https://github.com/tier4/autoware.universe/pull/9954)autoware_
prefix forbluetooth_monitor
(https://github.com/tier4/autoware.universe/pull/9960)autoware_
prefix forperception_online_evaluator
(https://github.com/tier4/autoware.universe/pull/9956)autoware_
prefix forduplicated_node_checker
(https://github.com/tier4/autoware.universe/pull/9970)autoware_
prefix fordummy_infrastructure
(https://github.com/tier4/autoware.universe/pull/9969)autoware_
prefix forfault_injection
(https://github.com/tier4/autoware.universe/pull/9989)autoware_
prefix forvehicle_door_simulator
(https://github.com/tier4/autoware.universe/pull/9997)autoware_
prefix fordefault_ad_api_helpers
(https://github.com/tier4/autoware.universe/pull/9965)autoware_
prefix forsimple_planning_simulator
(https://github.com/tier4/autoware.universe/pull/9995)autoware_
prefix forpredicted_path_checker
(https://github.com/tier4/autoware.universe/pull/9985)autoware_
prefix forscenario_simulator_v2_adapter
(https://github.com/tier4/autoware.universe/pull/9957)autoware_
prefix formrm_handler
(https://github.com/tier4/autoware.universe/pull/9974)autoware_
prefix formrm_emergency_stop_operator
(https://github.com/tier4/autoware.universe/pull/9973)autoware_
prefix formrm_comfortable_stop_operator
(https://github.com/tier4/autoware.universe/pull/10011)autoware_
prefix forcontrol_performance_analysis
(https://github.com/tier4/autoware.universe/pull/9982)autoware_
prefix forsystem_monitor
(https://github.com/tier4/autoware.universe/pull/10017)autoware_
prefix forbag_time_manager_rviz_plugin
(https://github.com/tier4/autoware.universe/pull/9986)autoware_
prefix fordummy_perception_publisher
(https://github.com/tier4/autoware.universe/pull/9987)autoware_
prefix forhazard_status_converter
(https://github.com/tier4/autoware.universe/pull/9971)autoware_
prefix forlearning_based_vehicle_model
(https://github.com/tier4/autoware.universe/pull/9991)autoware_
prefix forevaluator/kinematic_evaluator
(https://github.com/tier4/autoware.universe/pull/9936)autoware_
prefix fordiagnostic_graph_utils
(https://github.com/tier4/autoware.universe/pull/9968)autoware_
prefix forvelodyne_monitor
(https://github.com/tier4/autoware.universe/pull/9976)autoware
prefix forcomponent_state_monitor
and its dependencies (https://github.com/tier4/autoware.universe/pull/9961)Bug Fixes
fault_injection
=>autoware_fault_injection
(https://github.com/tier4/autoware.universe/pull/10014)Documentation
Code Refactoring
Performance Improvements
Tests
Builds
Continuous Integrations
Chores
github-release.yaml
(chore(sync-files.yaml): not synchronizegithub-release.yaml
#1776)Reverts