ros-humble-autoware-euclidean-cluster-object-detector (1.8.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
  * fix(autoware_euclidean_cluster_object_detector): fix bugprone-narrowing-conversions warnings (#938 <https://github.com/mitsudome-r/autoware_core/issues/938>)
    * fix(autoware_euclidean_cluster_object_detector): fix bugprone-narrowing-conversions warnings
    * style(pre-commit): autofix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Junya Sasaki <mailto:j2sasaki1990@gmail.com>
  * refactor(autoware_crop_box_filter): extract CropBoxFilter logic class (#941 <https://github.com/mitsudome-r/autoware_core/issues/941>)
    * refactor(autoware_crop_box_filter): rename CropBoxFilter node class to CropBoxFilterNode
    * refactor(autoware_crop_box_filter): extract CropBoxFilter logic class
    * refactor(autoware_crop_box_filter): remove output_frame from CropBoxFilterConfig
    * refactor(autoware_crop_box_filter): remove unnecessary member variables
    Convert tf_input_orig_frame_ and max_queue_size_ to local variables
    as they are only used in the constructor.
    * test(autoware_crop_box_filter): add unit tests for preprocess and postprocess transform
    * refactor(crop_box_filter): rename variable for clarity in transform handling
    * refactor(crop_box_filter): simplify transform handling by removing has_value checks
    ---------
    Co-authored-by: Takahisa.Ishikawa <mailto:takahisa.ishikawa@tier4.jp>
    Co-authored-by: Junya Sasaki <mailto:j2sasaki1990@gmail.com>
  * chore(euclidean_cluster): move header files from include to src (#869 <https://github.com/mitsudome-r/autoware_core/issues/869>)
    * chore(autoware_euclidean_cluster_object_detector): move header files from include/ to src/
    * chore(euclidean_cluster): remove pragma once
    ---------
    Co-authored-by: Takahisa.Ishikawa <mailto:takahisa.ishikawa@tier4.jp>
  * Contributors: NorahXiong, Takahisa Ishikawa, github-actions

 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Thu, 30 Apr 2026 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (1.7.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into humble
  * chore: use local default config files instead of autoware_launch (for core) (#832 <https://github.com/autowarefoundation/autoware_core/issues/832>)
    use local default config files instead of autoware_launch
  * Contributors: Ryohsuke Mitsudome, Taeseung Sohn

 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Fri, 13 Feb 2026 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (1.6.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
  * fix(autoware_euclidean_cluster_object_detector): prevent zero division in getCentroid (#745 <https://github.com/autowarefoundation/autoware_core/issues/745>)
    - Add zero division check in getCentroid() function
    - Return origin point (0, 0, 0) when empty point cloud is passed
    - Add unit test for empty point cloud case
  * fix(autoware_euclidean_cluster_object_detector): add early return for empty point cloud in voxel grid node (#747 <https://github.com/autowarefoundation/autoware_core/issues/747>)
  * fix(autoware_euclidean_cluster_object_detector): add empty point cloud check (#743 <https://github.com/autowarefoundation/autoware_core/issues/743>)
  * Contributors: Yutaka Kondo, github-actions

 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Mon, 29 Dec 2025 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (1.5.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into humble
  * feat: replace ament_auto_package to autoware_ament_auto_package (#700 <https://github.com/autowarefoundation/autoware_core/issues/700>)
    * replace ament_auto_package to autoware_ament_auto_package
    * style(pre-commit): autofix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * chore: bump version (1.4.0) and update changelog (#608 <https://github.com/autowarefoundation/autoware_core/issues/608>)
  * Contributors: Mete Fatih Cırıt, Yutaka Kondo, mitsudome-r

 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Sat, 15 Nov 2025 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (1.4.0-3jammy) jammy; urgency=high

  * chore: bump version to 1.3.0 (#554 <https://github.com/autowarefoundation/autoware_core/issues/554>)
  * Contributors: Ryohsuke Mitsudome

 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Sun, 10 Aug 2025 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (1.3.0-3jammy) jammy; urgency=high

  * fix: to be consistent version in all package.xml(s)
  * test(autoware_euclidean_cluster_object_detector): add test cases (#488 <https://github.com/autowarefoundation/autoware_core/issues/488>)
    * test(autoware_euclidean_cluster_object_detector): add test cases
    * style(pre-commit): autofix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * feat: support ROS 2 Jazzy (#487 <https://github.com/autowarefoundation/autoware_core/issues/487>)
    * fix ekf_localizer
    * fix lanelet2_map_loader_node
    * MUST REVERT
    * fix pybind
    * fix depend
    * add buildtool
    * remove
    * revert
    * find_package
    * wip
    * remove embed
    * find python_cmake_module
    * public
    * remove ament_cmake_python
    * fix autoware_trajectory
    * add .lcovrc
    * fix egm
    * use char*
    * use global
    * namespace
    * string view
    * clock
    * version
    * wait
    * fix egm2008-1
    * typo
    * fixing
    * fix egm2008-1
    * MUST REVERT
    * fix egm2008-1
    * fix twist_with_covariance
    * Revert "MUST REVERT"
    This reverts commit 93b7a57f99dccf571a01120132348460dbfa336e.
    * namespace
    * fix qos
    * revert some
    * comment
    * Revert "MUST REVERT"
    This reverts commit 7a680a796a875ba1dabc7e714eaea663d1e5c676.
    * fix dungling pointer
    * fix memory alignment
    * ignored
    * spellcheck
    ---------
  * feat(autoware_euclidean_cluster_object_detector): port autoware_euclidean_cluster to autoware.core (#460 <https://github.com/autowarefoundation/autoware_core/issues/460>)
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * Contributors: NorahXiong, Yutaka Kondo, github-actions, 心刚
  * fix: to be consistent version in all package.xml(s)
  * test(autoware_euclidean_cluster_object_detector): add test cases (#488 <https://github.com/autowarefoundation/autoware_core/issues/488>)
    * test(autoware_euclidean_cluster_object_detector): add test cases
    * style(pre-commit): autofix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * feat: support ROS 2 Jazzy (#487 <https://github.com/autowarefoundation/autoware_core/issues/487>)
    * fix ekf_localizer
    * fix lanelet2_map_loader_node
    * MUST REVERT
    * fix pybind
    * fix depend
    * add buildtool
    * remove
    * revert
    * find_package
    * wip
    * remove embed
    * find python_cmake_module
    * public
    * remove ament_cmake_python
    * fix autoware_trajectory
    * add .lcovrc
    * fix egm
    * use char*
    * use global
    * namespace
    * string view
    * clock
    * version
    * wait
    * fix egm2008-1
    * typo
    * fixing
    * fix egm2008-1
    * MUST REVERT
    * fix egm2008-1
    * fix twist_with_covariance
    * Revert "MUST REVERT"
    This reverts commit 93b7a57f99dccf571a01120132348460dbfa336e.
    * namespace
    * fix qos
    * revert some
    * comment
    * Revert "MUST REVERT"
    This reverts commit 7a680a796a875ba1dabc7e714eaea663d1e5c676.
    * fix dungling pointer
    * fix memory alignment
    * ignored
    * spellcheck
    ---------
  * feat(autoware_euclidean_cluster_object_detector): port autoware_euclidean_cluster to autoware.core (#460 <https://github.com/autowarefoundation/autoware_core/issues/460>)
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * Contributors: NorahXiong, Yutaka Kondo, github-actions, 心刚

 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Sun, 22 Jun 2025 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (1.0.0-3jammy) jammy; urgency=high



 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Sun, 30 Mar 2025 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (0.3.0-3jammy) jammy; urgency=high



 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Fri, 21 Mar 2025 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (0.2.0-3jammy) jammy; urgency=high



 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Thu, 06 Feb 2025 15:00:00 -0000

ros-humble-autoware-euclidean-cluster-object-detector (0.0.0-3jammy) jammy; urgency=high



 -- "Yukihiro Saito" <yukihiro.saito@tier4.jp>  Sun, 01 Dec 2024 15:00:00 -0000


