chore: bump version to 1.9.0#1221
Merged
Merged
Conversation
* add sync-branches workflow Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * update description for sync-target-branch Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> --------- Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
…1069) pcl/io/io.h is deprecated since 2011. Use the current location of the file. This fixes the following build error on my system with PCL 1.15.1: /build/autoware_core-release-release-jazzy-autoware_downsample_filters-1.8.0-1/src/voxel_grid_downsample_filter/voxel_grid_downsample_filter_node.cpp:24:10: fatal error: pcl/io/io.h: No such file or directory 24 | #include <pcl/io/io.h> | ^~~~~~~~~~~~~ Signed-off-by: Michal Sojka <michal.sojka@cvut.cz>
* feat: add support for area for route planning Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * style(pre-commit): autofix * feat(route_handler): publish mixed lanelet/area routes in LaneletRoute segments Signed-off-by: emmeyteja <emmeyteja@gmail.com> * style(pre-commit): autofix * feat(map): visualize LaneletMap areaLayer in vector map RViz markers Signed-off-by: emmeyteja <emmeyteja@gmail.com> * style(pre-commit): autofix * revert: remove area visualization commit (ebbc254) to split into two PRs Signed-off-by: emmeyteja <emmeyteja@gmail.com> --------- Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Signed-off-by: emmeyteja <emmeyteja@gmail.com> Co-authored-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…antics (#1001) * fix(autoware_agnocast_wrapper): fix message_ptr to respect unique semantics Signed-off-by: bdm-k <kokusyunn@gmail.com> * Apply feedback review Signed-off-by: bdm-k <kokusyunn@gmail.com> * Apply feedback review Signed-off-by: bdm-k <kokusyunn@gmail.com> * Partial specialization of agnocast_message/ros2_message by ownership Signed-off-by: bdm-k <kokusyunn@gmail.com> --------- Signed-off-by: bdm-k <kokusyunn@gmail.com> Co-authored-by: Koichi Imai <45482193+Koichi98@users.noreply.github.com>
…les (#888) * feat(autoware_map_loader): enable loading of multiple lanelet map files Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * chore: update comments for arguments Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * add: test codes Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * style(pre-commit): autofix * docs: update README Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * fix build failure for jazzy Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * Update map/autoware_map_loader/src/lanelet2_map_loader/lanelet2_map_loader_node.cpp Co-authored-by: Yamato Ando <yamato.ando@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yamato Ando <yamato.ando@gmail.com>
* fix(ndt_scan_matcher): don't include removed PCL headers pcl/filters/boost.h was removed in the PCL 1.15.0 release[1]. None of the Boost headers it previously included are needed for compilation, so the include is simply be removed from multi_voxel_grid_covariance_omp_impl.hpp. multi_voxel_grid_covariance_omp.h uses boost::shared_ptr so we include just the header for it. [1]: PointCloudLibrary/pcl@3ae4df5#diff-cb7d245fd1697b5c4a72cbb9807284c28f4166cd23c267211b85a7d4dee7f507L49-L54 Signed-off-by: Michal Sojka <michal.sojka@cvut.cz> * style(pre-commit): autofix --------- Signed-off-by: Michal Sojka <michal.sojka@cvut.cz> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3 to 4. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v3...v4) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix zero div if particles_num < 20 Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * fix zero div if particles_num < 20 Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * style(pre-commit): autofix * clamp publish interval Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * style(pre-commit): autofix * add test Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * style(pre-commit): autofix * Update localization/autoware_ndt_scan_matcher/test/test_fixture.hpp Co-authored-by: Mete Fatih Cırıt <mfc@autoware.org> * fix license year Signed-off-by: kazu-321 <kzs321kzs@gmail.com> --------- Signed-off-by: kazu-321 <kzs321kzs@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anh Nguyen <vietanhng17@gmail.com> Co-authored-by: Mete Fatih Cırıt <mfc@autoware.org>
…has subscribers (#995) * publish all map points if publisher has subscribers Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * style(pre-commit): autofix * fix error Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * add parameter Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * fix param name and add json Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * add loaded map clear on ndt ptr reset Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * reserve before adding points Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * add new param to autoware_core_lozalization Signed-off-by: kazu-321 <kzs321kzs@gmail.com> * Update localization/autoware_ndt_scan_matcher/include/autoware/ndt_scan_matcher/map_update_module.hpp Co-authored-by: Mete Fatih Cırıt <mfc@autoware.org> --------- Signed-off-by: kazu-321 <kzs321kzs@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mete Fatih Cırıt <mfc@autoware.org>
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
* update autoware_agnocast_wrapper maintiners Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix email Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp>
… agnocast_wrapper::Node (#1078) * fix to take agnocast_wrapper::Node Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix copilot review Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix half-initialized and add comments Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add node-side invariant docs Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add documentation comment Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> Co-authored-by: atsushi yano <55824710+atsushi421@users.noreply.github.com>
…_filter (#1086) * refactor to use std::variant Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * fix Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix for default constructor Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * unuse unique_ptr Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * unallow move for ApproximateTimeSynchronizer Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * delete is_using_agnocast Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> 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>
…#1037) refer to ROS_DISTRO for heaphook_path Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp>
* introduce tf2 Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * use AGNOCAST_*_OPTIONS Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix cpplint Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * use in_place_type Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * add ignore_local_publication Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * add documentation comments Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
#1083) * add function to help replacing VehicleShape Signed-off-by: Sarun Mukdapitak <sarun.mukda@gmail.com> * remove defaulted function Signed-off-by: Sarun Mukdapitak <sarun.mukda@gmail.com> --------- Signed-off-by: Sarun Mukdapitak <sarun.mukda@gmail.com> Co-authored-by: Junya Sasaki <j2sasaki1990@gmail.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…lter (#1077) * support ExactTime Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * delete duplication Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * update README Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * delete detail namespace Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix doxygen Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add documentatino comments Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add noexcept Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add const& for policy Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* introduce timer api Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * added comments about exposing unsupported API through rclcpp Timer Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add comments for Timer Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add comments for create_timer and set_period Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * set_period check and add comments for Exception Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * delete const from time_until_trigger and is_canceled Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * unuse is_using_agnocast Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add README and comments for set_period Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> Co-authored-by: atsushi yano <55824710+atsushi421@users.noreply.github.com> Co-authored-by: Takumi Jin <87105992+ruth561@users.noreply.github.com>
) * introduce diagnostic_updater Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix to use in_place_type Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * update comments and README Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * add documentation comments Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add documentation comment for starting_up_status Signed-off-by: koichiimai <kotty.0704@gmail.com> * fix cpplint Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> Signed-off-by: koichiimai <kotty.0704@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takumi Jin <87105992+ruth561@users.noreply.github.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…ack` with upstream API (#1091) * fix to align with upstream API Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * add comments Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * move when capture Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * style(pre-commit): autofix * delete redundant comments Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * use unique_ptr Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix to use copy-capture for upstream-conn, and add try-catch Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * fix to use rvalue Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> * add Note for return value conn Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> --------- Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…L warning spam (#1082) Signed-off-by: Mert Yavuz <mert@adastec.com>
…maneuver feature) (#1122) feat: add visualization for area primitives; part of reverse maneuver feature Signed-off-by: emmeyteja <emmeyteja@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
interimadd
approved these changes
Jun 26, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## humble #1221 +/- ##
===========================================
+ Coverage 50.74% 62.27% +11.52%
===========================================
Files 348 421 +73
Lines 22529 24721 +2192
Branches 10067 11926 +1859
===========================================
+ Hits 11433 15395 +3962
+ Misses 9999 6358 -3641
- Partials 1097 2968 +1871
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Tick the box to add this pull request to the merge queue (same as
|
xmfcx
approved these changes
Jun 26, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 syncs humble branch with main branch up to f05f043.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.