diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml
index 7389e9fb5dbcb..846a7cc872091 100644
--- a/.github/sync-files.yaml
+++ b/.github/sync-files.yaml
@@ -46,8 +46,8 @@
dest: mkdocs.yaml
pre-commands: |
sd "Autoware Documentation" "Autoware Universe Documentation" {source}
- sd "autoware-documentation" "autoware.universe" {source}
- sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware.universe" {source}
+ sd "autoware-documentation" "autoware_universe" {source}
+ sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware_universe" {source}
sd "/edit/main/docs/" "/edit/main/" {source}
sd "docs_dir: .*" "docs_dir: ." {source}
sd "assets/(\w+)" "docs/assets/\$1" {source}
diff --git a/NOTICE b/NOTICE
index 0ac1d22befa35..a17031e70c0ef 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-autowarefoundation/autoware.universe
+autowarefoundation/autoware_universe
Copyright 2021 The Autoware Foundation
This product includes software developed at
diff --git a/README.md b/README.md
index 9636c801a4444..c4ee52f739ff7 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ To dive into the vast world of Autoware and understand how Autoware Universe fit
### Explore Autoware Universe documentation
-For those looking to explore the specifics of Autoware Universe components, the [Autoware Universe Documentation](https://autowarefoundation.github.io/autoware.universe/), deployed with MKDocs, offers detailed insights.
+For those looking to explore the specifics of Autoware Universe components, the [Autoware Universe Documentation](https://autowarefoundation.github.io/autoware_universe/), deployed with MKDocs, offers detailed insights.
## Code Coverage Metrics
@@ -21,7 +21,7 @@ Below table shows the coverage rate of entire Autoware Universe and sub-componen
### Entire Project Coverage
-[](https://codecov.io/github/autowarefoundation/autoware.universe)
+[](https://codecov.io/github/autowarefoundation/autoware_universe)
### Component-wise Coverage
@@ -29,18 +29,18 @@ You can check more details by clicking the badge and navigating the codecov webs
| Component | Coverage |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Common | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Common%20Packages) |
-| Control | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Control%20Packages) |
-| Evaluator | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Evaluator%20Packages) |
+| Common | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Common%20Packages) |
+| Control | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Control%20Packages) |
+| Evaluator | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Evaluator%20Packages) |
| Launch | TBD |
-| Localization | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Localization%20Packages) |
-| Map | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Map%20Packages) |
-| Perception | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Perception%20Packages) |
-| Planning | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Planning%20Packages) |
-| Sensing | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Sensing%20Packages) |
-| Simulator | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Simulator%20Packages) |
-| System | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=System%20Packages) |
-| Vehicle | [](https://app.codecov.io/gh/autowarefoundation/autoware.universe?components%5B0%5D=Vehicle%20Packages) |
+| Localization | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Localization%20Packages) |
+| Map | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Map%20Packages) |
+| Perception | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Perception%20Packages) |
+| Planning | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Planning%20Packages) |
+| Sensing | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Sensing%20Packages) |
+| Simulator | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Simulator%20Packages) |
+| System | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=System%20Packages) |
+| Vehicle | [](https://app.codecov.io/gh/autowarefoundation/autoware_universe?components%5B0%5D=Vehicle%20Packages) |
+
@@ -96,7 +96,7 @@
-
+
diff --git a/perception/autoware_lidar_apollo_instance_segmentation/CHANGELOG.rst b/perception/autoware_lidar_apollo_instance_segmentation/CHANGELOG.rst
index b5a83892c6dc3..92111402efd71 100644
--- a/perception/autoware_lidar_apollo_instance_segmentation/CHANGELOG.rst
+++ b/perception/autoware_lidar_apollo_instance_segmentation/CHANGELOG.rst
@@ -5,12 +5,12 @@ Changelog for package autoware_lidar_apollo_instance_segmentation
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 `_)
+* feat(autoware_utils): replace autoware_universe_utils with autoware_utils (`#10191 `_)
* Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
-------------------
-* chore: bump version to 0.41.1 (`#10088 `_)
+* chore: bump version to 0.41.1 (`#10088 `_)
* Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
@@ -19,10 +19,10 @@ Changelog for package autoware_lidar_apollo_instance_segmentation
0.41.0 (2025-01-29)
-------------------
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-* feat(autoware_lidar_apollo_instance_segmentation): tier4_debug_msgs to autoware_internal_debug_msgs in files perce… (`#9876 `_)
+* feat(autoware_lidar_apollo_instance_segmentation): tier4_debug_msgs to autoware_internal_debug_msgs in files perce… (`#9876 `_)
feat: tier4_debug_msgs to autoware_internal_debug_msgs in files perception/autoware_lidar_apollo_instance_segmentation
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
-* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components (`#9762 `_)
+* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components (`#9762 `_)
* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components
* style(pre-commit): autofix
* style(autoware_tensorrt_common): linting
@@ -55,51 +55,51 @@ Changelog for package autoware_lidar_apollo_instance_segmentation
0.40.0 (2024-12-12)
-------------------
* Merge branch 'main' into release-0.40.0
-* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
+* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
* chore(package.xml): bump version to 0.39.0
* fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff
---------
Co-authored-by: Yutaka Kondo
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* fix(cpplint): include what you use - perception (`#9569 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* fix(cpplint): include what you use - perception (`#9569 `_)
* 0.39.0
* update changelog
* Merge commit '6a1ddbd08bd' into release-0.39.0
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
* 0.38.0
---------
-* fix(autoware_lidar_apollo_instance_segmentation): fix cppcheck suspiciousFloatingPointCast (`#9195 `_)
-* refactor(cuda_utils): prefix package and namespace with autoware (`#9171 `_)
+* fix(autoware_lidar_apollo_instance_segmentation): fix cppcheck suspiciousFloatingPointCast (`#9195 `_)
+* refactor(cuda_utils): prefix package and namespace with autoware (`#9171 `_)
* Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Ryuta Kambe, Yutaka Kondo
0.39.0 (2024-11-25)
-------------------
* Merge commit '6a1ddbd08bd' into release-0.39.0
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
* 0.38.0
---------
-* fix(autoware_lidar_apollo_instance_segmentation): fix cppcheck suspiciousFloatingPointCast (`#9195 `_)
-* refactor(cuda_utils): prefix package and namespace with autoware (`#9171 `_)
+* fix(autoware_lidar_apollo_instance_segmentation): fix cppcheck suspiciousFloatingPointCast (`#9195 `_)
+* refactor(cuda_utils): prefix package and namespace with autoware (`#9171 `_)
* Contributors: Esteve Fernandez, Ryuta Kambe, Yutaka Kondo
0.38.0 (2024-11-08)
-------------------
* unify package.xml version to 0.37.0
-* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace (`#9099 `_)
+* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace (`#9099 `_)
* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace
* refactor(tensorrt_common): directory structure
* style(pre-commit): autofix
@@ -107,14 +107,14 @@ Changelog for package autoware_lidar_apollo_instance_segmentation
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa
-* fix(autoware_lidar_apollo_instance_segmentation): added existence probability (`#8862 `_)
+* fix(autoware_lidar_apollo_instance_segmentation): added existence probability (`#8862 `_)
* added existence probability
* style(pre-commit): autofix
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-* fix(lidar_apollo_instance_segmentation): fix critical bug (`#8444 `_)
+* fix(lidar_apollo_instance_segmentation): fix critical bug (`#8444 `_)
Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com>
-* refactor(lidar_apollo_instance_segmentation)!: fix namespace and directory structure (`#7995 `_)
+* refactor(lidar_apollo_instance_segmentation)!: fix namespace and directory structure (`#7995 `_)
* refactor: add autoware namespace prefix
* chore: update CODEOWNERS
* refactor: add `autoware` prefix
diff --git a/perception/autoware_lidar_centerpoint/CHANGELOG.rst b/perception/autoware_lidar_centerpoint/CHANGELOG.rst
index fe1d479be645d..f430b0bcdc500 100644
--- a/perception/autoware_lidar_centerpoint/CHANGELOG.rst
+++ b/perception/autoware_lidar_centerpoint/CHANGELOG.rst
@@ -5,13 +5,13 @@ Changelog for package autoware_lidar_centerpoint
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 `_)
-* chore(autoware_lidar_centerpoint): add maintainer (`#10076 `_)
+* feat(autoware_utils): replace autoware_universe_utils with autoware_utils (`#10191 `_)
+* chore(autoware_lidar_centerpoint): add maintainer (`#10076 `_)
* Contributors: Amadeusz Szymko, Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
-------------------
-* chore: bump version to 0.41.1 (`#10088 `_)
+* chore: bump version to 0.41.1 (`#10088 `_)
* Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
@@ -20,7 +20,7 @@ Changelog for package autoware_lidar_centerpoint
0.41.0 (2025-01-29)
-------------------
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components (`#9762 `_)
+* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components (`#9762 `_)
* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components
* style(pre-commit): autofix
* style(autoware_tensorrt_common): linting
@@ -48,10 +48,10 @@ Changelog for package autoware_lidar_centerpoint
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa
Co-authored-by: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com>
-* feat(lidar_centerpoint, pointpainting): add diag publisher for max voxel size (`#9720 `_)
-* fix(autoware_lidar_centerpoint): fixed rounding errors that caused illegal memory access (`#9795 `_)
+* feat(lidar_centerpoint, pointpainting): add diag publisher for max voxel size (`#9720 `_)
+* fix(autoware_lidar_centerpoint): fixed rounding errors that caused illegal memory access (`#9795 `_)
fix: fixed rounding errors that caused illegal memory address
-* feat(autoware_lidar_centerpoint): process front voxels first (`#9608 `_)
+* feat(autoware_lidar_centerpoint): process front voxels first (`#9608 `_)
* feat: optimize voxel indexing in preprocess_kernel.cu
* fix: remove redundant index check
* fix: modify voxel index for better memory access
@@ -61,9 +61,9 @@ Changelog for package autoware_lidar_centerpoint
0.40.0 (2024-12-12)
-------------------
* Merge branch 'main' into release-0.40.0
-* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
+* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-* fix(lidar_centerpoint): non-maximum suppression target decision logic (`#9595 `_)
+* fix(lidar_centerpoint): non-maximum suppression target decision logic (`#9595 `_)
* refactor(lidar_centerpoint): optimize non-maximum suppression search distance calculation
* feat(lidar_centerpoint): do not suppress if one side of the object is pedestrian
* style(pre-commit): autofix
@@ -76,27 +76,27 @@ Changelog for package autoware_lidar_centerpoint
fix: revert transfusion modification
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
* chore(package.xml): bump version to 0.39.0
* fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff
---------
Co-authored-by: Yutaka Kondo
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* fix(cpplint): include what you use - perception (`#9569 `_)
-* fix(autoware_lidar_centerpoint): fix clang-diagnostic-delete-abstract-non-virtual-dtor (`#9515 `_)
-* feat(autoware_lidar_centerpoint): added a check to notify if we are dropping pillars (`#9488 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* fix(cpplint): include what you use - perception (`#9569 `_)
+* fix(autoware_lidar_centerpoint): fix clang-diagnostic-delete-abstract-non-virtual-dtor (`#9515 `_)
+* feat(autoware_lidar_centerpoint): added a check to notify if we are dropping pillars (`#9488 `_)
* feat: added a check to notify if we are dropping pillars
* chore: updated text
* chore: throttled the message
---------
-* fix(autoware_lidar_centerpoint): fix clang-diagnostic-unused-private-field (`#9471 `_)
+* fix(autoware_lidar_centerpoint): fix clang-diagnostic-unused-private-field (`#9471 `_)
* 0.39.0
* update changelog
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
@@ -106,9 +106,9 @@ Changelog for package autoware_lidar_centerpoint
0.39.0 (2024-11-25)
-------------------
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
@@ -119,7 +119,7 @@ Changelog for package autoware_lidar_centerpoint
0.38.0 (2024-11-08)
-------------------
* unify package.xml version to 0.37.0
-* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace (`#9099 `_)
+* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace (`#9099 `_)
* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace
* refactor(tensorrt_common): directory structure
* style(pre-commit): autofix
@@ -127,19 +127,19 @@ Changelog for package autoware_lidar_centerpoint
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa
-* refactor(object_recognition_utils): add autoware prefix to object_recognition_utils (`#8946 `_)
-* fix(autoware_lidar_centerpoint): fix twist covariance orientation (`#8996 `_)
+* refactor(object_recognition_utils): add autoware prefix to object_recognition_utils (`#8946 `_)
+* fix(autoware_lidar_centerpoint): fix twist covariance orientation (`#8996 `_)
* fix(autoware_lidar_centerpoint): fix covariance converter considering the twist covariance matrix is based on the object coordinate
fix style
* fix: update test of box3DToDetectedObject function
---------
-* fix(autoware_lidar_centerpoint): convert object's velocity to follow its definition (`#8980 `_)
+* fix(autoware_lidar_centerpoint): convert object's velocity to follow its definition (`#8980 `_)
* fix: convert object's velocity to follow its definition in box3DToDetectedObject function
* Update perception/autoware_lidar_centerpoint/lib/ros_utils.cpp
Co-authored-by: Kenzo Lobos Tsunekawa
---------
Co-authored-by: Kenzo Lobos Tsunekawa
-* feat(autoware_lidar_centerpoint): shuffled points before feeding them to the model (`#8814 `_)
+* feat(autoware_lidar_centerpoint): shuffled points before feeding them to the model (`#8814 `_)
* feat: shuffling points before feeding them into the model to achieve uniform sampling into the voxels
* Update perception/autoware_lidar_centerpoint/src/node.cpp
Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
@@ -151,20 +151,20 @@ Changelog for package autoware_lidar_centerpoint
Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
---------
Co-authored-by: kminoda <44218668+kminoda@users.noreply.github.com>
-* refactor(autoware_lidar_centerpoint): use std::size_t instead of size_t (`#8820 `_)
+* refactor(autoware_lidar_centerpoint): use std::size_t instead of size_t (`#8820 `_)
* refactor(autoware_lidar_centerpoint): use std::size_t instead of size_t
* style(pre-commit): autofix
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-* chore(autoware_lidar_centerpoint): add centerpoint sigma parameter (`#8731 `_)
+* chore(autoware_lidar_centerpoint): add centerpoint sigma parameter (`#8731 `_)
add centerpoint sigma parameter
-* fix(autoware_lidar_centerpoint): fix unusedFunction (`#8572 `_)
+* fix(autoware_lidar_centerpoint): fix unusedFunction (`#8572 `_)
fix:unusedFunction
-* fix(autoware_lidar_centerpoint): place device vector in CUDA device system (`#8272 `_)
-* docs(centerpoint): add description for ml package params (`#8187 `_)
-* chore(autoware_lidar_centerpoint): updated tests (`#8158 `_)
+* fix(autoware_lidar_centerpoint): place device vector in CUDA device system (`#8272 `_)
+* docs(centerpoint): add description for ml package params (`#8187 `_)
+* chore(autoware_lidar_centerpoint): updated tests (`#8158 `_)
chore: updated centerpoin tests. they are currently commented out but they were not compiling (forgot to update them when I added the new cloud capacity parameter)
-* refactor(lidar_centerpoint)!: fix namespace and directory structure (`#8049 `_)
+* refactor(lidar_centerpoint)!: fix namespace and directory structure (`#8049 `_)
* add prefix in lidar_centerpoint
* add .gitignore
* change include package name in image_projection_based fusion
diff --git a/perception/autoware_lidar_centerpoint/CMakeLists.txt b/perception/autoware_lidar_centerpoint/CMakeLists.txt
index 322907c67c6ae..a2e9e65822793 100644
--- a/perception/autoware_lidar_centerpoint/CMakeLists.txt
+++ b/perception/autoware_lidar_centerpoint/CMakeLists.txt
@@ -159,7 +159,7 @@ if(TRT_AVAIL AND CUDA_AVAIL AND CUDNN_AVAIL)
)
# Temporary disabled, tracked by:
- # https://github.com/autowarefoundation/autoware.universe/issues/7724
+ # https://github.com/autowarefoundation/autoware_universe/issues/7724
# ament_auto_add_gtest(test_voxel_generator
# test/test_voxel_generator.cpp
# )
diff --git a/perception/autoware_lidar_centerpoint/launch/lidar_centerpoint.launch.xml b/perception/autoware_lidar_centerpoint/launch/lidar_centerpoint.launch.xml
index 639502d52806a..75f777df4dbf1 100644
--- a/perception/autoware_lidar_centerpoint/launch/lidar_centerpoint.launch.xml
+++ b/perception/autoware_lidar_centerpoint/launch/lidar_centerpoint.launch.xml
@@ -22,7 +22,7 @@
-
+
@@ -35,7 +35,7 @@
-
+
diff --git a/perception/autoware_lidar_transfusion/CHANGELOG.rst b/perception/autoware_lidar_transfusion/CHANGELOG.rst
index d51e877ce4f9e..dbbf68a67180c 100644
--- a/perception/autoware_lidar_transfusion/CHANGELOG.rst
+++ b/perception/autoware_lidar_transfusion/CHANGELOG.rst
@@ -5,12 +5,12 @@ Changelog for package autoware_lidar_transfusion
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 `_)
+* feat(autoware_utils): replace autoware_universe_utils with autoware_utils (`#10191 `_)
* Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
-------------------
-* chore: bump version to 0.41.1 (`#10088 `_)
+* chore: bump version to 0.41.1 (`#10088 `_)
* Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
@@ -19,7 +19,7 @@ Changelog for package autoware_lidar_transfusion
0.41.0 (2025-01-29)
-------------------
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components (`#9762 `_)
+* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components (`#9762 `_)
* refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components
* style(pre-commit): autofix
* style(autoware_tensorrt_common): linting
@@ -47,7 +47,7 @@ Changelog for package autoware_lidar_transfusion
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa
Co-authored-by: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com>
-* fix(autoware_lidar_transfusion): fixed rounding errors that caused illegal memory access (`#9796 `_)
+* fix(autoware_lidar_transfusion): fixed rounding errors that caused illegal memory access (`#9796 `_)
fix: fixed rounding errors that caused illegal memory address
Co-authored-by: Amadeusz Szymko
* Contributors: Amadeusz Szymko, Fumiya Watanabe, Kenzo Lobos Tsunekawa
@@ -55,29 +55,29 @@ Changelog for package autoware_lidar_transfusion
0.40.0 (2024-12-12)
-------------------
* Merge branch 'main' into release-0.40.0
-* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
+* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-* fix(autoware_lidar_transfusion): non-maximum suppression target decision logic (`#9612 `_)
+* fix(autoware_lidar_transfusion): non-maximum suppression target decision logic (`#9612 `_)
fix: non-maximum suppression target decision logic
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
* chore(package.xml): bump version to 0.39.0
* fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff
---------
Co-authored-by: Yutaka Kondo
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* fix(cpplint): include what you use - perception (`#9569 `_)
-* chore(autoware_lidar_transfusion): added a warning if we are dropping voxels (`#9486 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* fix(cpplint): include what you use - perception (`#9569 `_)
+* chore(autoware_lidar_transfusion): added a warning if we are dropping voxels (`#9486 `_)
* chore: added a warning if we are dropping voxels
* chore: changed the warning to a throttled one
---------
-* fix(autoware_lidar_transfusion): fix clang-diagnostic-unused-private-field (`#9499 `_)
+* fix(autoware_lidar_transfusion): fix clang-diagnostic-unused-private-field (`#9499 `_)
* 0.39.0
* update changelog
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
@@ -87,9 +87,9 @@ Changelog for package autoware_lidar_transfusion
0.39.0 (2024-11-25)
-------------------
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
@@ -100,8 +100,8 @@ Changelog for package autoware_lidar_transfusion
0.38.0 (2024-11-08)
-------------------
* unify package.xml version to 0.37.0
-* refactor(autoware_point_types): prefix namespace with autoware::point_types (`#9169 `_)
-* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace (`#9099 `_)
+* refactor(autoware_point_types): prefix namespace with autoware::point_types (`#9169 `_)
+* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace (`#9099 `_)
* refactor(tensorrt_common)!: fix namespace, directory structure & move to perception namespace
* refactor(tensorrt_common): directory structure
* style(pre-commit): autofix
@@ -109,8 +109,8 @@ Changelog for package autoware_lidar_transfusion
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa
-* refactor(object_recognition_utils): add autoware prefix to object_recognition_utils (`#8946 `_)
-* fix(autoware_lidar_transfusion): set tensor names by matching with predefined values. (`#9057 `_)
+* refactor(object_recognition_utils): add autoware prefix to object_recognition_utils (`#8946 `_)
+* fix(autoware_lidar_transfusion): set tensor names by matching with predefined values. (`#9057 `_)
* set tensor order using api
* style(pre-commit): autofix
* fix tensor order
@@ -119,26 +119,26 @@ Changelog for package autoware_lidar_transfusion
* style(pre-commit): autofix
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-* feat(autoware_lidar _ransfusion): fix 3d bounding box orientation (`#9052 `_)
+* feat(autoware_lidar _ransfusion): fix 3d bounding box orientation (`#9052 `_)
* fix bbox orientation
* revert newline changes
* change kernel
---------
Co-authored-by: Amadeusz Szymko
-* feat(autoware_lidar_transfusion): shuffled points before feeding them to the model (`#8815 `_)
+* feat(autoware_lidar_transfusion): shuffled points before feeding them to the model (`#8815 `_)
feat: shuffling points before feeding them into the model to achieve random sampling into the voxels
Co-authored-by: Amadeusz Szymko
-* refactor(autoware_lidar_transfusion): split config (`#8205 `_)
+* refactor(autoware_lidar_transfusion): split config (`#8205 `_)
* refactor(autoware_lidar_transfusion): split config
* style(pre-commit): autofix
* chore(autoware_lidar_transfusion): bypass schema CI workflow
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa
-* fix(autoware_lidar_transfusion): place device vector in CUDA device system (`#8273 `_)
-* fix(lidar_transfusion): commented tests were out of date (`#8116 `_)
+* fix(autoware_lidar_transfusion): place device vector in CUDA device system (`#8273 `_)
+* fix(lidar_transfusion): commented tests were out of date (`#8116 `_)
chore: commented tests were out of date
-* refactor(lidar_transfusion)!: fix namespace and directory structure (`#8022 `_)
+* refactor(lidar_transfusion)!: fix namespace and directory structure (`#8022 `_)
* add prefix
* add prefix in code owner
* style(pre-commit): autofix
diff --git a/perception/autoware_lidar_transfusion/CMakeLists.txt b/perception/autoware_lidar_transfusion/CMakeLists.txt
index fdb978c64946f..d1c43af9db90f 100644
--- a/perception/autoware_lidar_transfusion/CMakeLists.txt
+++ b/perception/autoware_lidar_transfusion/CMakeLists.txt
@@ -154,7 +154,7 @@ if(TRT_AVAIL AND CUDA_AVAIL AND CUDNN_AVAIL)
)
# Temporary disabled, tracked by:
- # https://github.com/autowarefoundation/autoware.universe/issues/7724
+ # https://github.com/autowarefoundation/autoware_universe/issues/7724
# ament_auto_add_gtest(test_voxel_generator
# test/test_voxel_generator.cpp
# )
diff --git a/perception/autoware_lidar_transfusion/launch/lidar_transfusion.launch.xml b/perception/autoware_lidar_transfusion/launch/lidar_transfusion.launch.xml
index 81d9a38941fc4..bac32411d831f 100644
--- a/perception/autoware_lidar_transfusion/launch/lidar_transfusion.launch.xml
+++ b/perception/autoware_lidar_transfusion/launch/lidar_transfusion.launch.xml
@@ -23,7 +23,7 @@
-
+
@@ -36,7 +36,7 @@
-
+
diff --git a/perception/autoware_lidar_transfusion/schema/transfusion.schema.dummy.json b/perception/autoware_lidar_transfusion/schema/transfusion.schema.dummy.json
index 739c641b7cefb..20b74d80adc54 100644
--- a/perception/autoware_lidar_transfusion/schema/transfusion.schema.dummy.json
+++ b/perception/autoware_lidar_transfusion/schema/transfusion.schema.dummy.json
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Parameters for LiDAR TransFusion Node",
- "$comment": "This schema is not considered in CI workflow. See https://github.com/autowarefoundation/autoware.universe/pull/8205#issuecomment-2255074224.",
+ "$comment": "This schema is not considered in CI workflow. See https://github.com/autowarefoundation/autoware_universe/pull/8205#issuecomment-2255074224.",
"type": "object",
"definitions": {
"transfusion": {
diff --git a/perception/autoware_map_based_prediction/CHANGELOG.rst b/perception/autoware_map_based_prediction/CHANGELOG.rst
index dd9eb567534c2..a184f81645089 100644
--- a/perception/autoware_map_based_prediction/CHANGELOG.rst
+++ b/perception/autoware_map_based_prediction/CHANGELOG.rst
@@ -5,13 +5,13 @@ Changelog for package autoware_map_based_prediction
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 `_)
-* chore(autoware_map_based_prediction): delete unused function and parameter (`#10090 `_)
+* feat(autoware_utils): replace autoware_universe_utils with autoware_utils (`#10191 `_)
+* chore(autoware_map_based_prediction): delete unused function and parameter (`#10090 `_)
* Contributors: Fumiya Watanabe, Tomoya Kimura, 心刚
0.41.2 (2025-02-19)
-------------------
-* chore: bump version to 0.41.1 (`#10088 `_)
+* chore: bump version to 0.41.1 (`#10088 `_)
* Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
@@ -20,41 +20,41 @@ Changelog for package autoware_map_based_prediction
0.41.0 (2025-01-29)
-------------------
* Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-* fix(map_based_prediction): fix unintentional accumulation of lanelets (`#9950 `_)
+* fix(map_based_prediction): fix unintentional accumulation of lanelets (`#9950 `_)
add clear before insert
-* feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in fil… (`#9875 `_)
+* feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in fil… (`#9875 `_)
feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in files perception/autoware_map_based_prediction
* Contributors: Fumiya Watanabe, Masaki Baba, Vishal Chauhan
0.40.0 (2024-12-12)
-------------------
* Merge branch 'main' into release-0.40.0
-* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
+* Revert "chore(package.xml): bump version to 0.39.0 (`#9587 `_)"
This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* chore(package.xml): bump version to 0.39.0 (`#9587 `_)
* chore(package.xml): bump version to 0.39.0
* fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff
---------
Co-authored-by: Yutaka Kondo
-* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
-* fix(cpplint): include what you use - perception (`#9569 `_)
-* fix(autoware_map_based_prediction): msg namespace (`#9553 `_)
+* fix: fix ticket links in CHANGELOG.rst (`#9588 `_)
+* fix(cpplint): include what you use - perception (`#9569 `_)
+* fix(autoware_map_based_prediction): msg namespace (`#9553 `_)
* 0.39.0
* update changelog
* Merge commit '6a1ddbd08bd' into release-0.39.0
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
* 0.38.0
---------
-* refactor(map_based_prediction): move member functions to utils (`#9225 `_)
-* refactor(map_based_prediction): divide objectsCallback (`#9219 `_)
-* refactor(autoware_map_based_prediction): split pedestrian and bicycle predictor (`#9201 `_)
+* refactor(map_based_prediction): move member functions to utils (`#9225 `_)
+* refactor(map_based_prediction): divide objectsCallback (`#9219 `_)
+* refactor(autoware_map_based_prediction): split pedestrian and bicycle predictor (`#9201 `_)
* refactor: grouping functions
* refactor: grouping parameters
* refactor: rename member road_users_history to road_users_history\_
@@ -74,17 +74,17 @@ Changelog for package autoware_map_based_prediction
0.39.0 (2024-11-25)
-------------------
* Merge commit '6a1ddbd08bd' into release-0.39.0
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 `_)
-* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (`#9304 `_)
+* chore(package.xml): bump version to 0.38.0 (`#9266 `_) (`#9284 `_)
* unify package.xml version to 0.37.0
* remove system_monitor/CHANGELOG.rst
* add changelog
* 0.38.0
---------
-* refactor(map_based_prediction): move member functions to utils (`#9225 `_)
-* refactor(map_based_prediction): divide objectsCallback (`#9219 `_)
-* refactor(autoware_map_based_prediction): split pedestrian and bicycle predictor (`#9201 `_)
+* refactor(map_based_prediction): move member functions to utils (`#9225 `_)
+* refactor(map_based_prediction): divide objectsCallback (`#9219 `_)
+* refactor(autoware_map_based_prediction): split pedestrian and bicycle predictor (`#9201 `_)
* refactor: grouping functions
* refactor: grouping parameters
* refactor: rename member road_users_history to road_users_history\_
@@ -104,7 +104,7 @@ Changelog for package autoware_map_based_prediction
0.38.0 (2024-11-08)
-------------------
* unify package.xml version to 0.37.0
-* refactor(autoware_map_based_prediction): refactoring lanelet path prediction and pose path conversion (`#9104 `_)
+* refactor(autoware_map_based_prediction): refactoring lanelet path prediction and pose path conversion (`#9104 `_)
* refactor: update predictObjectManeuver function parameters
* refactor: update hash function for LaneletPath in map_based_prediction_node.hpp
* refactor: path list rename
@@ -116,14 +116,14 @@ Changelog for package autoware_map_based_prediction
* Update perception/autoware_map_based_prediction/src/map_based_prediction_node.cpp
---------
Co-authored-by: Mamoru Sobue
-* chore(autoware_map_based_prediction): add maintainers to package.xml (`#9125 `_)
+* chore(autoware_map_based_prediction): add maintainers to package.xml (`#9125 `_)
chore: add maintainers to package.xml
The package.xml file was updated to include additional maintainers' email addresses.
-* fix(autoware_map_based_prediction): adjust lateral duration when object is behind reference path (`#8973 `_)
+* fix(autoware_map_based_prediction): adjust lateral duration when object is behind reference path (`#8973 `_)
fix: adjust lateral duration when object is behind reference path
-* refactor(autoware_interpolation): prefix package and namespace with autoware (`#8088