-
Notifications
You must be signed in to change notification settings - Fork 722
chore: bump up version to 0.44.1 #10576
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
Open
youtalk
wants to merge
137
commits into
humble
Choose a base branch
from
bump-up-version-to-0.44.1
base: humble
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+22,569
−40,988
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
Signed-off-by: satoshi-ota <[email protected]>
…ate paths (#10296) * fix(goal_planner): use precise distance to objects for sorting candidate paths Signed-off-by: kosuke55 <[email protected]> * shortest_distance_from_ego_footprint_to_objects_on_path Signed-off-by: kosuke55 <[email protected]> * improve doxygen Signed-off-by: kosuke55 <[email protected]> update docs Signed-off-by: kosuke55 <[email protected]> * fix build Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
feat(goal_planner): expand outer collision check margin margin comment update svg Signed-off-by: kosuke55 <[email protected]>
…0277) * refactor(bicycle_motion_model): implement exponential decay for slip angle in state prediction Signed-off-by: Taekjin LEE <[email protected]> * Revert "refactor(multi_object_tracker): simplify input channel configuration by removing trust flags and consolidating parameters" This reverts commit c5155ef. Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): update measure function signatures to include InputChannel parameter Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): add updateStatePoseVel method to BicycleMotionModel and update measurement logic in VehicleTracker Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): update measureWithPose method to include InputChannel parameter and adjust related logic Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): remove BicycleTracker and update references to use VehicleTracker Signed-off-by: Taekjin LEE <[email protected]> * refactor(bicycle_tracker): add tracking_offset to adjust object position based on motion model Signed-off-by: Taekjin LEE <[email protected]> * refactor(multi_object_tracker): remove BicycleTracker and replace with VehicleTracker in relevant classes Signed-off-by: Taekjin LEE <[email protected]> * refactor(input_channels): disable trust flags for extension and orientation in radar configurations Signed-off-by: Taekjin LEE <[email protected]> * refactor(input_channels): restructure flags for input channel properties Signed-off-by: Taekjin LEE <[email protected]> * refactor(input_channels): remove 'flags' from required properties in schema Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
… Autoware Core (#10335) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
… traffic light is red (#10332) Signed-off-by: Mehmet Dogru <[email protected]>
…oader package to Autoware Core (#10265) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: yuki-takagi-66 <[email protected]>
… Autoware Core (#10331) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
…up (#10299) * fix(voxel_based_compare_map): temporary fix pointcloud transform lookup_time Signed-off-by: badai-nguyen <[email protected]> * pre-commit Signed-off-by: badai-nguyen <[email protected]> * chore: reduce timeout Signed-off-by: badai-nguyen <[email protected]> * fix: misalignment when tranform back output Signed-off-by: badai-nguyen <[email protected]> * fix: typo Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
* fix(roi_pointcloud_fusion): add roi scale factor param Signed-off-by: badai-nguyen <[email protected]> * fix: missing declare Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
… behavior (#10346) fix: the current launcher was creating a new container with the same name Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
…re (#10338) Signed-off-by: mitsudome-r <[email protected]>
…e correct qos (#10328) * fix(autoware_radar_static_pointcloud_filter): add dependencies Signed-off-by: Mehmet Emin BAŞOĞLU <[email protected]> * fix(autoware_radar_static_pointcloud_filter): use correct qos Signed-off-by: Mehmet Emin BAŞOĞLU <[email protected]> --------- Signed-off-by: Mehmet Emin BAŞOĞLU <[email protected]>
* add diagnostics Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix Signed-off-by: MasatoSaeki <[email protected]> * fix how to check as diag Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix Signed-off-by: MasatoSaeki <[email protected]> * delete unnecesary include row Signed-off-by: MasatoSaeki <[email protected]> * change the way to check time Signed-off-by: MasatoSaeki <[email protected]> * pre-commit Signed-off-by: MasatoSaeki <[email protected]> * chore Signed-off-by: MasatoSaeki <[email protected]> * fix warn msg Signed-off-by: MasatoSaeki <[email protected]> * change msg string to int Co-authored-by: Taekjin LEE <[email protected]> Signed-off-by: MasatoSaeki <[email protected]> * fix msg Signed-off-by: MasatoSaeki <[email protected]> * add unit 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> Co-authored-by: Taekjin LEE <[email protected]>
…: crash during goal changes (#10205) * fix(behavior_path_planner, behavior_static_obstacle_avoidance_module): empty path handling Signed-off-by: Shumpei Wakabayashi <[email protected]> * style(pre-commit): autofix * refactor: use optional Signed-off-by: Shumpei Wakabayashi <[email protected]> * fix: std Signed-off-by: Shumpei Wakabayashi <[email protected]> --------- Signed-off-by: Shumpei Wakabayashi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: yuki-takagi-66 <[email protected]>
fix(compare_map): logic Signed-off-by: Shumpei Wakabayashi <[email protected]>
…s and border conditions (#10344) * fix: fixed transform issues and border conditions Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> * fix: fixed compilation on cpu only builds Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
…sing time excess (#10219)
…ehicle_info (#10321) * fix(autoware_behavior_path_start_planner_module): update parameter name for geometric pull out max steer angle Signed-off-by: Kyoichi Sugahara <[email protected]> * fix(docs): update unit for max_steer_angle_margin_scale in README Signed-off-by: Kyoichi Sugahara <[email protected]> * fix dead link Signed-off-by: Kyoichi Sugahara <[email protected]> --------- Signed-off-by: Kyoichi Sugahara <[email protected]>
Signed-off-by: suchang <[email protected]> Co-authored-by: suchang <[email protected]>
… increment bug (#10355) Signed-off-by: yuki-takagi-66 <[email protected]>
…#10356) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
…er_loader package to Autoware Core (#10357) Signed-off-by: Ryohsuke Mitsudome <[email protected]>
…10348) Signed-off-by: liuXinGangChina <[email protected]>
Also the build-and-test-differential* are failing, they might need to be in sync with other repositories, I will investigate. @youtalk -san, may I take over this PR? |
@xmfcx It would be very helpful. Thank you! |
Signed-off-by: Yutaka Kondo <[email protected]>
c0343c4
to
daac856
Compare
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
This PR bumps up version to 0.44.1. Since there was no 0.44.0 tag, I assigned 0.44.0 to the merge commit 06b842a, and then proceeded to update the version to 0.44.1 c0343c4.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.