Skip to content
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 to 0.42.0 #10316

Merged
merged 119 commits into from
Mar 21, 2025

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Mar 21, 2025

Description

This updates humble branch up to commit b7acf99 in main branch.

Related links

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

soblin and others added 30 commits January 29, 2025 16:00
…0022)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…arefoundation#10042)

fix(planning): includes minor corrections

Signed-off-by: Atto Armoo <168620037+AA-T4@users.noreply.github.com>
…an operation on Polygons (XOR, OR, AND) (autowarefoundation#8728)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
…ity_obstacle_<stop/slow_down/cruise>_module (autowarefoundation#10035)

* feat(motion_velocity_planner): prepare for motion_velocity_<stop/slow_down/cruise>_module

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update launch

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…owarefoundation#9882)

* abstract message-specific functions

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* include necessary header

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt velocity_smoother to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_planner to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt path_optimizer to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* fix output subscription

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_path_planner to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt scenario_selector to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt freespace_planner to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt planning_validator to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt obstacle_stop_planner to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt obstacle_cruise_planner to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* disable test for freespace_planner

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_crosswalk_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_path_lane_change_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_path_avoidance_by_lane_change_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_path_dynamic_obstacle_avoidance_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_path_external_request_lane_change_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_path_side_shift_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_path_static_obstacle_avoidance_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt path_smoother to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_blind_spot_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_detection_area_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_intersection_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_no_stopping_area_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_run_out_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_stop_line_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_traffic_light_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_virtual_traffic_light_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt behavior_velocity_walkway_module to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* adapt motion_velocity_planner_node_universe to new test manager

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* include necessary headers

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>

* Odometries -> Odometry

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: mitukou1109 <mitukou1109@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
…le (autowarefoundation#9807)

* implement obstacle stop, slow_down, and cruise

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix clang-tidy

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* revert obstacle_cruise_planner

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…owarefoundation#10034)

* feat(autoware_trajectory): update autoware_trajectory interfaces

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* add const

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* Update shift.hpp

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* fix names

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* fix copyright

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
)

feat(start_planner_module): integrate safety factor array from collision check

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…efault (autowarefoundation#10050)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…cs (autowarefoundation#10020)

* feat(autoware_planning_evaluator): add new large_relative_angle metrics

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* fix copyright and vehicle_length_m

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* style(pre-commit): autofix

* del: resample trajectory

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* del: traj points check

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* rename msg and speed optimization

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* style(pre-commit): autofix

* add unit_test and fix resample_relative_angle

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* style(pre-commit): autofix

* include tuple to test

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* target two point, update unit test value

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* fix abs

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

* fix for loop bag and primitive type

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>

---------

Signed-off-by: Kasunori-Nakajima <kazunori.nakajima@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ated ReadME file for parameters setting and deleted default parameter from the node.cpp file (autowarefoundation#9998)

* feat(traffic_light_occlusion_predictor): Created Schema file and updated ReadME file for parameters setting and deleted default parameter from the node.cpp file

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

* style(pre-commit): autofix

* feat: modified the json schema and readme file as per comments

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

---------

Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Co-authored-by: Masato Saeki <78376491+MasatoSaeki@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…foundation#10054)

Fixed exec name

Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
…y threshold for ensure stop at yellow light (autowarefoundation#10064)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…le and updated readme file for parameters setting (autowarefoundation#10001)

* feat(autoware_radar_crossing_objects_noise_filter): Created Schema file and updated ReadME file for parameters setting

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

* style(pre-commit): autofix

* Update README.md

update readme file

---------

Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ated ReadME file for parameters setting (autowarefoundation#9992)

* feat:  Created Schema file and updated ReadME file for parameters settings

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

* Update radar_tracks_noise_filter.param.yaml

* style(pre-commit): autofix

* fix: updated launch  and schema for autoware_radar_tracks_noise_filter as per review comments

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

* Update README.md

Updated README File

---------

Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
… file for parameters settings (autowarefoundation#9966)

* feat: created schema files and upadted Readme file , yaml files

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

* style(pre-commit): autofix

* Update README.md

Update README file

---------

Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…age() is called (autowarefoundation#10070)

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
…ation#10062)

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Co-authored-by: Junya Sasaki <junya.sasaki@tier4.jp>
…e and updated ReadME file for parameters setting (autowarefoundation#9994)

* feat(autoware_traffic_light_multi_camera_fusion): Created Schema file and updated ReadME file for parameters setting

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

* style(pre-commit): autofix

* fix: updated param file , schema and node.cpp file  for traffic_light_multi_camera_fusion as per review comments

Signed-off-by: vish0012 <vishalchhn42@gmail.com>

* style(pre-commit): autofix

* Update traffic_light_multi_camera_fusion_node.cpp

updated code as per suggestion

* style(pre-commit): autofix

---------

Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…10071)

fix params

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>
…0072)

fix params

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>
… schema, README and car and ped launcher (autowarefoundation#10048)

* feat(autoware_traffic_light_classifier):Add traffic light classifier schema and README

* add individual launcher

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>

* style(pre-commit): autofix

* fix description

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>

* fix README and source code

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>

* separate schema in README

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>

* fix README

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>

* fix launcher

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>

* style(pre-commit): autofix

* fix typo

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>

---------

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>
Co-authored-by: MasatoSaeki <masato.saeki@tier4.jp>
Co-authored-by: Masato Saeki <78376491+MasatoSaeki@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…le (autowarefoundation#9728)

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:tools Utility and debugging software. (auto-assigned) component:system System design and integration. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) labels Mar 21, 2025
@mitsudome-r mitsudome-r requested a review from youtalk March 21, 2025 00:29
Copy link
Member

@youtalk youtalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rej55 rej55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 21, 2025
@mitsudome-r
Copy link
Member Author

mitsudome-r commented Mar 21, 2025

CI is failing since we don't have matching version in Autoware Core.
v0.42.0 of Universe is tagged on March 3, 2025, and the latest Core is also not compatible with 0.42.0.

Since we plan to release 0.43.0 soon, I will merge this by by-pass merge, and we will do the release of Autoware Core 0.3.0 for 0.43.0 and update the autoware.repos directly to 0.43.0.

@mitsudome-r mitsudome-r merged commit e24cd1e into autowarefoundation:humble Mar 21, 2025
34 of 42 checks passed
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: Done
Development

Successfully merging this pull request may close these issues.