Skip to content

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
wants to merge 137 commits into
base: humble
Choose a base branch
from
Open

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented May 1, 2025

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.

satoshi-ota and others added 30 commits March 24, 2025 08:05
…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]>
…oader package to Autoware Core (#10265)

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]>
* 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]>
… behavior (#10346)

fix: the current launcher was creating a new container with the same name

Signed-off-by: Kenzo Lobos-Tsunekawa <[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>
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]>
…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]>
…er_loader package to Autoware Core (#10357)

Signed-off-by: Ryohsuke Mitsudome <[email protected]>
@xmfcx
Copy link
Contributor

xmfcx commented May 1, 2025

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?

@youtalk
Copy link
Member Author

youtalk commented May 1, 2025

@xmfcx It would be very helpful. Thank you!

@xmfcx xmfcx force-pushed the bump-up-version-to-0.44.1 branch from c0343c4 to daac856 Compare May 1, 2025 10:31
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)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.