-
Notifications
You must be signed in to change notification settings - Fork 706
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: bump version 0.43.0 #10323
Closed
chore: bump version 0.43.0 #10323
+25,275
−21,819
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
…ojection fusion node (#10016)
…utput pointcloud (#10196) set valid pointcloud field Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
…mponent latency (#10201) * fix(behavior_velocity_planner): reuse timestamp of recieved path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_path_planner): check timestamp first in timer driven callback Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(trajectory_follower_node): check timestamp first in timer driven callback Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(vehicle_cmd_gate): reuse timestamp of recieved path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…h_generator (#10217) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…given interval (#10221) * fix(lane_departure_checker): fix trajectory resampling logic to keep given interval Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * test(lane_departure_checker): add test case for consecutive small distances followed by large distance Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…asa-naki (#10228) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…#10223) feat(dummy_infrastructur): auto approval when ego stops at stop line Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
…rtion corrector (#10185) chore: fix naming Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
…oware_internal_msgs (#10204) Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
add package maintainer Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
* fix(planning): add missing exec_depend Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix find-pkg-share Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix find-pkg-share Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…ondition (#10242) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(common): add missing exec_depend Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix find-pkg-share Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…10240) * feat(control_validator): add diag to check control component latency Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: missing param Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
#10241) * feat(planning_validator): add diag to check planning component latency Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: relax threshold Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: lacking param Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: relax threshold Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: relax threshold Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: add time stamp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(compare_map_filter): deadlock bug fix Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: change to lock_guard Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: CI error Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * reduce scope of mutex Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: refactor Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add missing mutex for map_grid_size_x Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
feat(autoware_planning_factor_interface): porting autoware_planning_factor_interface to Autoware Core Signed-off-by: liuXinGangChina <lxg19892021@gmail.com>
…in some time buffer (#10140) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
* support cruise planner's factor Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * not slowdown but slow_down Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
* ignore not specified stopping objects Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * change debug print level Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add ahead_stopped prameter Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * rename ahead_stopped -> side_stopped Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
remap topics for path_generator Signed-off-by: mitukou1109 <mitukou1109@gmail.com>
* add metric of stop_deviation Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp> * fix bug Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp> * remove unused include. Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp> * add unit test and schema Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp> * pre-commit Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp> * update planning_evaluator schema Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp> --------- Signed-off-by: t4-adc <grp-rd-1-adc-admin@tier4.jp> Co-authored-by: t4-adc <grp-rd-1-adc-admin@tier4.jp>
…g point-cloud stop points (#10250) * fix for point-cloud stop point * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
This was a mistake, sorry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:common
Common packages from the autoware-common repository. (auto-assigned)
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
component:evaluator
Evaluation tools for planning, localization etc. (auto-assigned)
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
component:localization
Vehicle's position determination in its environment. (auto-assigned)
component:map
Map creation, storage, and loading. (auto-assigned)
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
component:sensing
Data acquisition from sensors, drivers, preprocessing. (auto-assigned)
component:simulation
Virtual environment setups and simulations. (auto-assigned)
component:system
System design and integration. (auto-assigned)
component:tools
Utility and debugging software. (auto-assigned)
component:vehicle
Vehicle-specific implementations, drivers, packages. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:ci
Continuous Integration (CI) processes and testing. (auto-assigned)
type:documentation
Creating or refining documentation. (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.
Description
Related links
Related PR:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.