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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
a6baa18
fix(path_optimizer): fix possible zero division (#10022)
soblin Jan 29, 2025
929d559
docs(behavior_path_planner): fix dead link in path_generator (#10040)
kosuke55 Jan 29, 2025
1a99ea9
docs(behaivor_path_planner_common): includes minor corrections (#10042)
AA-T4 Jan 29, 2025
f1d5e0e
feat(universe_utils): add Polygon Clipping implementation to do boole…
mraditya01 Jan 29, 2025
8f461ce
feat(motion_velocity_planner): common implementation for motion_veloc…
takayuki5168 Jan 30, 2025
17927bf
feat(planning_test_manager): abstract message-specific functions (#9882)
mitukou1109 Jan 30, 2025
04ed652
feat: introduce motion_velocity_obstacle_<stop/slow_down/cruise>_modu…
takayuki5168 Jan 30, 2025
0d030d7
refactor(goal_planner): make parameters const (#10043)
soblin Jan 30, 2025
d682048
feat(autoware_trajectory): update autoware_trajectory interfaces (#10…
yhisaki Jan 30, 2025
d1a5fe3
feat(start_planner): output object_of_interest (#10053)
kyoichi-sugahara Jan 30, 2025
2c53d5f
fix(goal_planner): check usage of bus_stop_area by goal_pose (#10041)
soblin Jan 30, 2025
d63bec2
refactor(goal_planner): refactor goal_searcher and goal_candidates (#…
soblin Jan 31, 2025
ffded51
fix(goal_planner): fix goal_searcher assert (#10055)
soblin Jan 31, 2025
74f4390
refactor(goal_planner): remove use_object_recognition because it is d…
soblin Jan 31, 2025
46ec581
refactor(goal_planner): remove enable_safety_check because it is defa…
soblin Jan 31, 2025
145f251
feat(goal_planner): do not use isActivated() in deciding state transi…
soblin Jan 31, 2025
bd84834
feat(autoware_planning_evaluator): add resampled_relative_angle metri…
Kazunori-Nakajima Feb 3, 2025
fd7db7b
chore(traffic_light_occlusion_predictor): created Schema file and upd…
vish0012 Feb 4, 2025
06794c3
fix: modify the exec name of autoware_pointcloud_map_loader (#10054)
SakodaShintaro Feb 4, 2025
a98a8f6
feat(autoware_behavior_velocity_traffic_light_module): adjust velocit…
tkimura4 Feb 4, 2025
0f2bf09
feat(autoware_radar_crossing_objects_noise_filter): created schema fi…
vish0012 Feb 4, 2025
9d965fb
feat(autoware_radar_tracks_noise_filter): Created Schema file and up…
vish0012 Feb 4, 2025
b3c69b4
feat(radar_object_clustering): created schema file and updated readme…
vish0012 Feb 4, 2025
2d3928d
fix(autoware_map_height_fitter): find PCL package after autoware_pack…
mitsudome-r Feb 5, 2025
8ee3fed
feat(diagnostic_graph_aggregator): remove edit feature (#10062)
isamu-takagi Feb 5, 2025
15ce10e
chore(autoware_traffic_light_multi_camera_fusion): created Schema fil…
vish0012 Feb 5, 2025
80caaec
fix(traffic_light.launch.xml): add lacked params (#10071)
MasatoSaeki Feb 5, 2025
768f2ca
fix(radar_tracks_noise_filter): fix launch file (#10072)
MasatoSaeki Feb 5, 2025
8389fd0
feat(autoware_traffic_light_classifier): add traffic light classifier…
vish0012 Feb 5, 2025
b191eb1
test(autoware_universe_utils): make opencv_fast_atan2 test reproducib…
mojomex Feb 5, 2025
421d9ec
chore(autoware_lidar_centerpoint): add maintainer (#10076)
amadeuszsz Feb 6, 2025
08b007c
feat(goal_planner): replace LastApprovalData with the time changed to…
soblin Feb 6, 2025
8ae14aa
fix(motion_velocity_planner_common): fix the calc_possible_min_dist_f…
takayuki5168 Feb 7, 2025
bad4ec5
fix(autoware_topic_relay_controller): fix typo (#10081)
youtalk Feb 7, 2025
03d64a8
chore(pointcloud_preprocessor): add Max to codeowners (#10083)
mojomex Feb 7, 2025
f3d1590
refactor(goal_planner): fix updateData continuation condition (#10079)
soblin Feb 7, 2025
91c8501
feat!: replace tier4_planning_msgs/PathWithLaneId with autoware_inter…
mitsudome-r Feb 7, 2025
7f9cdb6
feat(traffic_light_category_merger): add new traffic_light_category_m…
badai-nguyen Feb 9, 2025
b59cd8d
feat(traffic_light_selector): add new node for traffic light selectio…
badai-nguyen Feb 10, 2025
c08e6b3
feat(autoware_probabilistic_occupancy_grid_map): improved data handli…
knzo25 Feb 10, 2025
4823597
fix(probabilistic_occupancy_grid_map): build and runtime on non-cuda …
knzo25 Feb 10, 2025
3c84a57
fix(behavior_velocity_run_out_module): fix slow_down jerk filter (#10…
tkimura4 Feb 10, 2025
9aa61e6
fix: add missing includes to autoware_universe_utils (#10091)
mitsudome-r Feb 10, 2025
d962acb
perf(behavior_path_planner): improve getOverlappedLaneletId (#10094)
soblin Feb 11, 2025
8fd76e9
feat(autoware_traffic_light_arbiter): added schema and related files …
vish0012 Feb 12, 2025
7653ab7
chore(autoware_map_based_prediction): delete unused function and para…
tkimura4 Feb 12, 2025
a667251
chore(autoware_trajectory): remove unnecessary tier4_planing_msgs (#1…
kosuke55 Feb 12, 2025
bcec02e
refactor(bpp_common): refactor calcBound (#10096)
soblin Feb 12, 2025
2d0ed6f
fix(autoware_traffic_light_selector): add camera_info into message_fi…
MasatoSaeki Feb 12, 2025
bee8e64
fix(ground_segmentation): bring junction parameter from param file to…
technolojin Feb 12, 2025
b9931c9
feat(goal_planner): ensure stop while path candidates are empty (#10101)
soblin Feb 12, 2025
da60c4e
feat: remove dependency on autoware_universe_utils from autoware_inte…
mitsudome-r Feb 12, 2025
5d3b97a
chore(autoware_probabilistic_occupancy_grid_map): fixed cuda use on n…
knzo25 Feb 12, 2025
3274695
feat(autoware_interpolation): porting autoware_interpolation package …
NorahXiong Feb 12, 2025
5e36840
feat(autoware_traffic_light_fine_detector): created the schema file,u…
vish0012 Feb 13, 2025
9fc71d4
fix(autoware_image_projection_based_fusion): modify incorrect index a…
keita1523 Feb 13, 2025
02733e7
feat(autoware_motion_utils)!: port to `autoware.core/common` (#10105)
sasakisasaki Feb 13, 2025
baa51e0
feat(autoware_ekf_localizer)!: porting from universe to core 2nd (#10…
Motsu-san Feb 13, 2025
1d2a0c7
fix(lane_change): fix end pose not connected to goal (RT1-9247) (#10103)
zulfaqar-azmi-t4 Feb 14, 2025
7eabe12
feat(lane_change): improve the calculation of the target lateral velo…
maxime-clem Feb 14, 2025
40d7a98
feat(autoware_traffic_light_map_based_detector): created the schema f…
vish0012 Feb 14, 2025
110e4cf
feat(distortion_corrector_node): replace imu and twist callback with …
interimadd Feb 14, 2025
1180c8d
feat!: move autoware_testing from universe to core (#10117)
xmfcx Feb 14, 2025
af3c38c
fix(autoware_route_handler): fix a bug of route_handler (#10119)
yhisaki Feb 14, 2025
9375f9d
chore(motion_velocity_obstacle_stop_module): remove unnecessary depen…
takayuki5168 Feb 14, 2025
e9790a3
chore(autonomous_emergency_braking): remove unnecessary dependency (#…
takayuki5168 Feb 14, 2025
88ec7d6
fix(lane_change): remove string literals from stopwatch toc (#10121)
MertClk Feb 14, 2025
b6afbf8
feat(autoware_trajectory)!: port to `autoware.core/common` (#10113)
sasakisasaki Feb 14, 2025
1e2f71b
chore(motion_velocity_planner_universe): fix build depends (#10122)
soblin Feb 16, 2025
0640e12
feat(mkdocs.yaml): update the separator characters (#10127)
xmfcx Feb 17, 2025
18a0d0e
fix(autoware_pointcloud_preprocessor): empty input validation (#10115)
shmpwk Feb 17, 2025
8f9979e
fix(tier4_localization_launch): add missing exec_depend (#10128)
isamu-takagi Feb 17, 2025
5071753
feat(goal_planner): resample path interval for lane departure check a…
kosuke55 Feb 17, 2025
51d9e75
fix(route_handler): use non-preferred route segment even if checkpoin…
soblin Feb 17, 2025
b4d9155
feat(tier4_perception_launch): change tlr pedestrian classifier model…
MasatoSaeki Feb 17, 2025
aa19eb9
chore(autoware_map_projection_loader): show map error details (#10151)
yhisaki Feb 18, 2025
0674e20
ci(build-depends.repos): separate repos for humble and nightly (#10148)
xmfcx Feb 18, 2025
c9aa409
build(autoware_traffic_light_selector): fix missing sophus dependency…
esteve Feb 18, 2025
4a77f3d
chore(traffic_light_multi_camera_fusion): read parameters from yaml f…
TomohitoAndo Feb 19, 2025
d5e923e
feat(tier4_perception_launch): add option for new TL detector model (…
badai-nguyen Feb 19, 2025
126ae32
feat(autoware_gnss_poser): porting from universe to core (#9909)
liuXinGangChina Feb 19, 2025
efeec61
ci(build_depends.repos): fix for clang-tidy-differential (#10162)
xmfcx Feb 19, 2025
59f2208
feat(autoware_pointcloud_preprocessor): reuse collectors to reduce cr…
vividf Feb 19, 2025
ed50d76
feat(autoware_default_adapi): allow route clear while vehicle is stop…
isamu-takagi Feb 19, 2025
5d090f2
fix(autoware_radar_scan_to_pointcloud2): use sensor data qos (#10157)
mebasoglu Feb 19, 2025
8ed8654
fix(tier4_perception_launch): add missing parameter for planning simu…
isamu-takagi Feb 19, 2025
b795851
fix(autoware_radar_threshold_filter): use sensor data qos (#10156)
mebasoglu Feb 19, 2025
8148920
feat(autoware_pyplot)!: transfer autoware_pyplot to autoware.core rep…
mitsudome-r Feb 20, 2025
9784210
feat: replace autoware_universe_utils with autoware_utils in autoware…
mitsudome-r Feb 20, 2025
eeef43e
fix(autoware_traffic_light_category_merger): add missing dependency t…
mitsudome-r Feb 20, 2025
3fd5f8c
feat(autoware_objects_of_interest_marker_interface): replace autoware…
mitsudome-r Feb 20, 2025
6d0788b
feat(autoware_vehicle_info_utils): replace autoware_universe_utils wi…
mitsudome-r Feb 20, 2025
f976968
feat(autoware_objects_of_interest_marker_interface): porting from uni…
liuXinGangChina Feb 21, 2025
5ce57c2
feat(mission_planner): tolerate goal footprint being inside the previ…
soblin Feb 21, 2025
c6665a7
fix(autoware_behavior_path_goal_planner_module): check optional befor…
yhisaki Feb 21, 2025
317c998
feat(goal_planner): align vehicle center to be parallel to lane bound…
soblin Feb 21, 2025
3718ac9
refactor(goal_planner): refactor planPullOverAsCandidate (#10114)
soblin Feb 21, 2025
ca53a80
feat(autoware_vehicle_info_utils): move autoware_vehicle_info_utils t…
cyn-liu Feb 22, 2025
a11a3ee
chore(lane_change, QC): remove unused function (#10188)
soblin Feb 23, 2025
815bf15
chore: refine maintainer list (#10110)
miursh Feb 25, 2025
4dd4d88
feat(autoware_test_utils): port autoware_test_utils to Autoware Core …
mitsudome-r Feb 25, 2025
3d77938
feat(autoware_motion_velocity_obstacle_<stop/slow_down>_module): brin…
PanConChicharron Feb 25, 2025
09c0eba
fix(tier4_perception_launch): add missing exec_depend (#10130)
isamu-takagi Feb 25, 2025
af4fcb2
fix(tier4_simulator_launch): add missing exec_depend (#10131)
isamu-takagi Feb 25, 2025
1758df5
feat(map_loader): add support for local cartesian projection (#9238)
sebekx Feb 26, 2025
769673c
ci: use Code Build for build-and-test-differentianl-cuda (#10198)
mitsudome-r Feb 26, 2025
f0cd1a5
feat!: replace scenario msg from tier4_planning_msgs to autoware_inte…
mitsudome-r Feb 26, 2025
bf37d3f
feat(autoware_planning_test_manager): porting autoware_planning_test_…
NorahXiong Feb 26, 2025
4c462de
refactor(goal_planner, QC): remove unused function (#10195)
soblin Feb 26, 2025
3677bda
fix(autoware_motion_velocity_planner_common_universe): check optional…
yhisaki Feb 26, 2025
a0816b7
ci: use Code Build for clang-tidy-differential-cuda (#10200)
mitsudome-r Feb 26, 2025
ece3809
feat(autoware_utils): replace autoware_universe_utils with autoware_u…
liuXinGangChina Feb 26, 2025
cd58d5b
chore(tier4_perception_launch): re-order objects_validation process a…
technolojin Mar 3, 2025
66dd0a2
feat(elevation_map_loader): add grid_map_rviz_plugin to dependency (#…
kosuke55 Mar 3, 2025
f8a10ad
chore: update CODEOWNERS (#10031)
awf-autoware-bot[bot] Mar 3, 2025
41f1321
fix(autoware_pointcloud_preprocessor): fix potential double unlock in…
vividf Mar 3, 2025
eff79a2
chore(route_handler, QC): remove unused function (#10209)
soblin Mar 3, 2025
b7acf99
chore: bump version to 0.42.0 (#10213)
rej55 Mar 3, 2025
1804eff
Merge commit 'b7acf99ce074030a24b0d5b5fc486fe05b2fdacc' into release-…
mitsudome-r Mar 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
88 changes: 41 additions & 47 deletions .github/CODEOWNERS

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
required: false
default: ""
type: string
build-pre-command:
required: false
default: ""
type: string
secrets:
codecov-token:
required: true
Expand Down Expand Up @@ -113,7 +117,7 @@ jobs:
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
build-depends-repos: build_depends.repos
cache-key-element: ${{ env.BUILD_TYPE_CUDA_STATE }}

build-pre-command: ${{ inputs.build-pre-command }}
- name: Show ccache stats after build
run: du -sh ${CCACHE_DIR} && ccache -s
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-test-tidy-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
container: ghcr.io/autowarefoundation/autoware:universe-devel
container-suffix: -cuda
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' }}
runner: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
build-pre-command: taskset --cpu-list 0-6
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -81,3 +83,4 @@ jobs:
container: ghcr.io/autowarefoundation/autoware:universe-devel
container-suffix: -cuda
run-condition: ${{ needs.check-if-cuda-job-is-needed.outputs.cuda_job_is_needed == 'true' && needs.build-and-test-differential-cuda.result == 'success' }}
runner: codebuild-autoware-us-east-1-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-7.0-large
6 changes: 3 additions & 3 deletions build_depends_humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories:
core/autoware_utils:
type: git
url: https://github.com/autowarefoundation/autoware_utils.git
version: 1.0.0
version: 1.1.0
core/autoware_lanelet2_extension:
type: git
url: https://github.com/autowarefoundation/autoware_lanelet2_extension.git
Expand All @@ -19,15 +19,15 @@ repositories:
core/autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs.git
version: 1.3.0
version: 1.4.0
core/autoware_adapi_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
version: beta/1.7.0
core/autoware_internal_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
version: 1.3.0
version: 1.5.0
# universe
universe/external/tier4_autoware_msgs:
type: git
Expand Down
1 change: 0 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ component_management:
- component_id: localization-tier-iv-maintained-packages
name: Localization TIER IV Maintained Packages
paths:
- localization/autoware_ekf_localizer/**
- localization/autoware_gyro_odometer/**
- localization/autoware_localization_error_monitor/**
- localization/autoware_localization_util/**
Expand Down
3 changes: 3 additions & 0 deletions common/autoware_adapi_specs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_adapi_specs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
2 changes: 1 addition & 1 deletion common/autoware_adapi_specs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_adapi_specs</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>The autoware_adapi_specs package</description>
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions common/autoware_auto_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_auto_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
2 changes: 1 addition & 1 deletion common/autoware_auto_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_auto_common</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>Miscellaneous helper functions</description>
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_component_interface_specs_universe
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_component_interface_specs_universe</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>The autoware_component_interface_specs_universe package</description>
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions common/autoware_component_interface_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_component_interface_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
2 changes: 1 addition & 1 deletion common/autoware_component_interface_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_component_interface_tools</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>The autoware_component_interface_tools package</description>
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions common/autoware_component_interface_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_component_interface_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
2 changes: 1 addition & 1 deletion common/autoware_component_interface_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_component_interface_utils</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>The autoware_component_interface_utils package</description>
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions common/autoware_fake_test_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_fake_test_node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
2 changes: 1 addition & 1 deletion common/autoware_fake_test_node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_fake_test_node</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>A fake node that we can use in the integration-like cpp tests.</description>
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions common/autoware_global_parameter_loader/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_global_parameter_loader
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
2 changes: 1 addition & 1 deletion common/autoware_global_parameter_loader/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_global_parameter_loader</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>The autoware_global_parameter_loader package</description>
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions common/autoware_glog_component/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package autoware_glog_component
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
2 changes: 1 addition & 1 deletion common/autoware_glog_component/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_glog_component</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>The autoware_glog_component package</description>
<maintainer email="takamasa.horibe@tier4.jp">Takamasa Horibe</maintainer>
<license>Apache License 2.0</license>
Expand Down
6 changes: 6 additions & 0 deletions common/autoware_goal_distance_calculator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package autoware_goal_distance_calculator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
* feat(autoware_utils): replace autoware_universe_utils with autoware_utils (`#10191 <https://github.com/autowarefoundation/autoware.universe/issues/10191>`_)
* Contributors: Fumiya Watanabe, 心刚

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef AUTOWARE__GOAL_DISTANCE_CALCULATOR__GOAL_DISTANCE_CALCULATOR_HPP_
#define AUTOWARE__GOAL_DISTANCE_CALCULATOR__GOAL_DISTANCE_CALCULATOR_HPP_

#include <autoware/universe_utils/geometry/pose_deviation.hpp>
#include <autoware_utils/geometry/pose_deviation.hpp>
#include <rclcpp/rclcpp.hpp>

#include <autoware_planning_msgs/msg/lanelet_route.hpp>
Expand All @@ -25,7 +25,7 @@

namespace autoware::goal_distance_calculator
{
using autoware::universe_utils::PoseDeviation;
using autoware_utils::PoseDeviation;

struct Param
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

#include "autoware/goal_distance_calculator/goal_distance_calculator.hpp"

#include <autoware/universe_utils/ros/debug_publisher.hpp>
#include <autoware/universe_utils/ros/polling_subscriber.hpp>
#include <autoware/universe_utils/ros/self_pose_listener.hpp>
#include <autoware_utils/ros/debug_publisher.hpp>
#include <autoware_utils/ros/polling_subscriber.hpp>
#include <autoware_utils/ros/self_pose_listener.hpp>
#include <rclcpp/rclcpp.hpp>

#include <autoware_internal_debug_msgs/msg/float64_stamped.hpp>
Expand All @@ -45,12 +45,12 @@ class GoalDistanceCalculatorNode : public rclcpp::Node

private:
// Subscriber
autoware::universe_utils::SelfPoseListener self_pose_listener_;
autoware::universe_utils::InterProcessPollingSubscriber<autoware_planning_msgs::msg::LaneletRoute>
autoware_utils::SelfPoseListener self_pose_listener_;
autoware_utils::InterProcessPollingSubscriber<autoware_planning_msgs::msg::LaneletRoute>
sub_route_{this, "/planning/mission_planning/route"};

// Publisher
autoware::universe_utils::DebugPublisher debug_publisher_;
autoware_utils::DebugPublisher debug_publisher_;

// Timer
rclcpp::TimerBase::SharedPtr timer_;
Expand Down
4 changes: 2 additions & 2 deletions common/autoware_goal_distance_calculator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_goal_distance_calculator</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>The autoware_goal_distance_calculator package</description>
<maintainer email="taiki.tanaka@tier4.jp">Taiki Tanaka</maintainer>
<license>Apache License 2.0</license>
Expand All @@ -12,7 +12,7 @@

<depend>autoware_internal_debug_msgs</depend>
<depend>autoware_planning_msgs</depend>
<depend>autoware_universe_utils</depend>
<depend>autoware_utils</depend>
<depend>geometry_msgs</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Output GoalDistanceCalculator::update(const Input & input)
Output output{};

output.goal_deviation =
autoware::universe_utils::calcPoseDeviation(input.route->goal_pose, input.current_pose->pose);
autoware_utils::calc_pose_deviation(input.route->goal_pose, input.current_pose->pose);

return output;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "autoware/goal_distance_calculator/goal_distance_calculator_node.hpp"

#include <autoware/universe_utils/math/unit_conversion.hpp>
#include <autoware_utils/math/unit_conversion.hpp>
#include <rclcpp/rclcpp.hpp>
#include <rclcpp/timer.hpp>

Expand Down Expand Up @@ -42,7 +42,7 @@ GoalDistanceCalculatorNode::GoalDistanceCalculatorNode(const rclcpp::NodeOptions
goal_distance_calculator_->setParam(param_);

// Wait for first self pose
self_pose_listener_.waitForFirstPose();
self_pose_listener_.wait_for_first_pose();

// Timer
const auto period_ns = rclcpp::Rate(node_param_.update_rate).period();
Expand All @@ -54,7 +54,7 @@ GoalDistanceCalculatorNode::GoalDistanceCalculatorNode(const rclcpp::NodeOptions
bool GoalDistanceCalculatorNode::tryGetCurrentPose(
geometry_msgs::msg::PoseStamped::ConstSharedPtr current_pose)
{
auto current_pose_tmp = self_pose_listener_.getCurrentPose();
auto current_pose_tmp = self_pose_listener_.get_current_pose();
if (!current_pose_tmp) return false;
current_pose = current_pose_tmp;
return true;
Expand All @@ -63,7 +63,7 @@ bool GoalDistanceCalculatorNode::tryGetCurrentPose(
bool GoalDistanceCalculatorNode::tryGetRoute(
autoware_planning_msgs::msg::LaneletRoute::ConstSharedPtr route)
{
auto route_tmp = sub_route_.takeData();
auto route_tmp = sub_route_.take_data();
if (!route_tmp) return false;
route = route_tmp;
return true;
Expand Down Expand Up @@ -97,7 +97,7 @@ void GoalDistanceCalculatorNode::onTimer()
Output output = goal_distance_calculator_->update(input);

{
using autoware::universe_utils::rad2deg;
using autoware_utils::rad2deg;
const auto & deviation = output.goal_deviation;

debug_publisher_.publish<autoware_internal_debug_msgs::msg::Float64Stamped>(
Expand Down
6 changes: 6 additions & 0 deletions common/autoware_grid_map_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package autoware_grid_map_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.42.0 (2025-03-03)
-------------------
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
* feat(autoware_utils): replace autoware_universe_utils with autoware_utils (`#10191 <https://github.com/autowarefoundation/autoware.universe/issues/10191>`_)
* Contributors: Fumiya Watanabe, 心刚

0.41.2 (2025-02-19)
-------------------
* chore: bump version to 0.41.1 (`#10088 <https://github.com/autowarefoundation/autoware.universe/issues/10088>`_)
Expand Down
4 changes: 2 additions & 2 deletions common/autoware_grid_map_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>autoware_grid_map_utils</name>
<version>0.41.2</version>
<version>0.42.0</version>
<description>Utilities for the grid_map library</description>
<maintainer email="maxime.clement@tier4.jp">Maxime CLEMENT</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>autoware_cmake</buildtool_depend>
<buildtool_depend>eigen3_cmake_module</buildtool_depend>

<depend>autoware_universe_utils</depend>
<depend>autoware_utils</depend>
<depend>grid_map_core</depend>
<depend>grid_map_cv</depend>
<depend>libopencv-dev</depend>
Expand Down
Loading
Loading