ros-humble-autoware-motion-velocity-planner-common (1.8.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
  * fix(motion_velocity_planner): fix Unnecessary Copy Assignment Movable (#813 <https://github.com/mitsudome-r/autoware_core/issues/813>)
  * fix(autoware_motion_velocity_planner_common): fix bugprone-unchecked-optional-access warnings (#895 <https://github.com/mitsudome-r/autoware_core/issues/895>)
  * fix(autoware_motion_velocity_planner_common): fix bugprone-narrowing-conversions warnings (#928 <https://github.com/mitsudome-r/autoware_core/issues/928>)
    * fix(autoware_motion_velocity_planner_common): 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>
  * fix(autoware_motion_velocity_planner_common): avoid -Wmaybe-uninitialized warning on arm64 with ROS Jazzy (#948 <https://github.com/mitsudome-r/autoware_core/issues/948>)
  * fix(motion_velocity_planner_common): suppress maybe-uninitialized warning on NVIDIA DRIVE AGX Thor (#877 <https://github.com/mitsudome-r/autoware_core/issues/877>)
  * Contributors: Esteve Fernandez, NorahXiong, Ryuta Kambe, github-actions

 -- "Maxime Clement" <maxime.clement@tier4.jp>  Thu, 30 Apr 2026 15:00:00 -0000

ros-humble-autoware-motion-velocity-planner-common (1.7.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into humble
  * feat(motion_velocity_planner): publish debug trajectory for each module (#761 <https://github.com/autowarefoundation/autoware_core/issues/761>)
  * Contributors: Maxime CLEMENT, Ryohsuke Mitsudome

 -- "Maxime Clement" <maxime.clement@tier4.jp>  Fri, 13 Feb 2026 15:00:00 -0000

ros-humble-autoware-motion-velocity-planner-common (1.6.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
  * refactor(vehicle_info_utils): reduce autoware_utils deps (#754 <https://github.com/autowarefoundation/autoware_core/issues/754>)
  * chore: tf2_ros to hpp headers (#616 <https://github.com/autowarefoundation/autoware_core/issues/616>)
  * ci(pre-commit): autoupdate (#723 <https://github.com/autowarefoundation/autoware_core/issues/723>)
    * pre-commit formatting changes
  * refactor(motion_velocity_planner): refactor time publisher (#718 <https://github.com/autowarefoundation/autoware_core/issues/718>)
  * Contributors: Mete Fatih Cırıt, Tim Clephas, Yuki TAKAGI, github-actions

 -- "Maxime Clement" <maxime.clement@tier4.jp>  Mon, 29 Dec 2025 15:00:00 -0000

ros-humble-autoware-motion-velocity-planner-common (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>
  * feat(motion_velocity_planner_common): search closest collision point insead of first collision index (#699 <https://github.com/autowarefoundation/autoware_core/issues/699>)
  * feat(polygon_utils): move calculate_error_poses to header file (#676 <https://github.com/autowarefoundation/autoware_core/issues/676>)
    calculate_error_poses to public
  * feat(motion_velocity_planner): update pointcloud preprocess (#631 <https://github.com/autowarefoundation/autoware_core/issues/631>)
  * refactor(motion_velocity_planner_common): separation of cache and polygon functions (#628 <https://github.com/autowarefoundation/autoware_core/issues/628>)
    refactor cache
  * feat(obstacle_stop_module, motion_velocity_planner_common): add safety_factor to obstacle_stop module (#572 <https://github.com/autowarefoundation/autoware_core/issues/572>)
    add safety factor, add planning_factor test
  * chore(mvp_planner_common): add docstrings for PlannerData:::object (#615 <https://github.com/autowarefoundation/autoware_core/issues/615>)
  * feat(motion_velocity_planner_common):  lateral margin adjustment for the ego's curvature and target obstacle motion (#619 <https://github.com/autowarefoundation/autoware_core/issues/619>)
    * add additonal off-track mailto:featureuki.takagi@tier4.jp>
    ---------
    Co-authored-by: Junya Sasaki <mailto:j2sasaki1990@gmail.com>
  * feat(obstacle_stop): enable object specified obstacle_filtering parameter and refactor obstacle type handling (#613 <https://github.com/autowarefoundation/autoware_core/issues/613>)
    * refactor obstacle_filtering structure and type handling
    ---------
  * fix(obstacle_stop): fix bug for the backwoard motions (#617 <https://github.com/autowarefoundation/autoware_core/issues/617>)
    fix back stop
  * chore: bump version (1.4.0) and update changelog (#608 <https://github.com/autowarefoundation/autoware_core/issues/608>)
  * Contributors: Kotakku, Mamoru Sobue, Mete Fatih Cırıt, Yuki TAKAGI, Yutaka Kondo, mitsudome-r

 -- "Maxime Clement" <maxime.clement@tier4.jp>  Sat, 15 Nov 2025 15:00:00 -0000

ros-humble-autoware-motion-velocity-planner-common (1.4.0-3jammy) jammy; urgency=high

  * Merge remote-tracking branch 'origin/main' into humble
  * refactor(mvp_common): add docstrings and comments (#600 <https://github.com/autowarefoundation/autoware_core/issues/600>)
  * feat(motion_velocity_planner, motion_velocity_planner_common): update pointcloud preprocess design (#591 <https://github.com/autowarefoundation/autoware_core/issues/591>)
    * updare pcl preprocess
    ---------
  * refactor(motion_velocity_planner): restrict copy of planner_data  (#587 <https://github.com/autowarefoundation/autoware_core/issues/587>)
    * restrict plannar data copy
    ---------
  * fix(obstacle_stop): fix the brief stop decision logic (#583 <https://github.com/autowarefoundation/autoware_core/issues/583>)
  * chore: bump version to 1.3.0 (#554 <https://github.com/autowarefoundation/autoware_core/issues/554>)
  * chore: apply pre-commit fix (#574 <https://github.com/autowarefoundation/autoware_core/issues/574>)
  * feat(motion_utils): update insert orientation function to use tangent direction of a spline cruve (#556 <https://github.com/autowarefoundation/autoware_core/issues/556>)
    * update insertOrientationSpline()
    * update test
    * use insertOrientationSpline() in motion_velcity_planner_common
    ---------
  * feat(obstacle_stop_module): add cut in stop feature (#517 <https://github.com/autowarefoundation/autoware_core/issues/517>)
    * restore the old function to pass universe CI
    * add new feature
    * add todo comment
    ---------
  * refactor(motion_velocity_planner_common): splt get_predicted_pose() (#558 <https://github.com/autowarefoundation/autoware_core/issues/558>)
    * rename
    * restore the old function to pass universe CI
  * Contributors: Mamoru Sobue, Ryohsuke Mitsudome, Takayuki Murooka, Yuki TAKAGI

 -- "Maxime Clement" <maxime.clement@tier4.jp>  Sun, 10 Aug 2025 15:00:00 -0000

ros-humble-autoware-motion-velocity-planner-common (1.3.0-3jammy) jammy; urgency=high

  * fix: to be consistent version in all package.xml(s)
  * feat(autoware_motion_velocity_planner)!: only wait for the required subscriptions (#505 <https://github.com/autowarefoundation/autoware_core/issues/505>)
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * fix(autoware_motion_velocity_obstacle_stop_module): point-cloud points ahead of the terminal stop-point (#502 <https://github.com/autowarefoundation/autoware_core/issues/502>)
    * fix
    * moved resample_trajectory_points to non-anonymous status
    * style(pre-commit): autofix
    * fix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * fix(autoware_motion_velocity_obstacle_stop_module): fix for mishandling lateral-distance (#452 <https://github.com/autowarefoundation/autoware_core/issues/452>)
    * Fix for mishandling lateral-distance
    * fix
    * style(pre-commit): autofix
    * fix
    * fix
    * fix
    * style(pre-commit): autofix
    * fix
    * style(pre-commit): autofix
    * Update planning/motion_velocity_planner/autoware_motion_velocity_planner_common/src/utils.cpp
    Co-authored-by: Yutaka Kondo <mailto:yutaka.kondo@youtalk.jp>
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Yutaka Kondo <mailto:yutaka.kondo@youtalk.jp>
  * fix(autoware_motion_velocity_planner_common): fix deprecated autoware_utils header (#445 <https://github.com/autowarefoundation/autoware_core/issues/445>)
    * fix autoware_utils header
    * style(pre-commit): autofix
    * add missing header
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  * chore: bump up version to 1.1.0 (#462 <https://github.com/autowarefoundation/autoware_core/issues/462>) (#464 <https://github.com/autowarefoundation/autoware_core/issues/464>)
  * feat(autoware_motion_velocity_planner): point-cloud clustering optimization (#409 <https://github.com/autowarefoundation/autoware_core/issues/409>)
    * Core changes for point-cloud maksing and clustering
    * fix
    * style(pre-commit): autofix
    * Update planning/motion_velocity_planner/autoware_motion_velocity_planner_common/include/autoware/motion_velocity_planner_common/planner_data.hpp
    Co-authored-by: Yutaka Kondo <mailto:yutaka.kondo@youtalk.jp>
    * fix
    ---------
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Yutaka Kondo <mailto:yutaka.kondo@youtalk.jp>
  * Contributors: Arjun Jagdish Ram, Masaki Baba, Ryohsuke Mitsudome, Yutaka Kondo, github-actions

 -- "Maxime Clement" <maxime.clement@tier4.jp>  Sun, 22 Jun 2025 15:00:00 -0000

ros-humble-autoware-motion-velocity-planner-common (1.1.0-3jammy) jammy; urgency=high



 -- "Maxime Clement" <maxime.clement@tier4.jp>  Wed, 30 Apr 2025 15:00:00 -0000

ros-humble-autoware-motion-velocity-planner-common (1.0.0-3jammy) jammy; urgency=high

  * chore: update version in package.xml
  * feat: autoware_motion_velocity_planner and autoware_motion_velocity_planner_common to core (#242 <https://github.com/autowarefoundation/autoware_core/issues/242>)
    * feat: modify autoware_universe_utils to autoware_utils
    * feat: remove useless dependecy
    * style(pre-commit): autofix
    * feat: modify autoware_universe_utils to autoware_utils
    * feat: autoware_motion_velocity_planner_node to core
    * style(pre-commit): autofix
    * feat: autoware_motion_velocity_planner_node to core
    * feat: modify autoware_universe_utils to autoware_utils
    * feat: remove useless dependecy
    * style(pre-commit): autofix
    * feat: modify autoware_universe_utils to autoware_utils
    * style(pre-commit): autofix
    * feat: port autoware_behavior_velocity_planner to core
    * fix: apply latest changes from autoware.universe
    * fix: deadlinks in README
    * fix(autoware_motion_velocity_planner): porting autoware_motion_velocity_planner, autoware_motion_velocity_planner, sync with latest universe: v0.2
    * style(pre-commit): autofix
    * Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner/include/autoware/behavior_velocity_planner/node.hpp
    * Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/include/autoware/behavior_velocity_planner_common/utilization/util.hpp
    * Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/src/utilization/util.cpp
    * Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/test/src/test_util.cpp
    * Update planning/behavior_velocity_planner/autoware_behavior_velocity_stop_line_module/src/debug.cpp
    * Update planning/behavior_velocity_planner/autoware_behavior_velocity_stop_line_module/src/manager.cpp
    * style(pre-commit): autofix
    * Update planning/motion_velocity_planner/autoware_motion_velocity_planner/CMakeLists.txt
    * style(pre-commit): autofix
    * feat(autoware_motion_velocity_planner_node): porting autoware_motion_velocity_planner_node, autoware_motion_velocity_planner_node, remove metrics msgs publish according to pr-10342 under universe repo: v0.5
    * feat(autoware_motion_velocity_planner_common): porting autoware_motion_velocity_planner_common, autoware_motion_velocity_planner_common, port to core repo: v0.0
    * style(pre-commit): autofix
    * move
    * rename
    * fix exec
    * add maintainer
    * style(pre-commit): autofix
    * fix test_depend
    * feat(autoware_motion_velocity_planner_node): porting autoware_motion_velocity_planner_node, autoware_motion_velocity_planner_node, resolve build issue: v0.6
    ---------
    Co-authored-by: suchang <mailto:chang.su@autocore.ai>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Ryohsuke Mitsudome <mailto:ryohsuke.mitsudome@tier4.jp>
    Co-authored-by: liuXinGangChina <mailto:lxg19892021@gmail.com>
    Co-authored-by: Yutaka Kondo <mailto:yutaka.kondo@youtalk.jp>
    Co-authored-by: Ryohsuke Mitsudome <mailto:43976834+mitsudome-r@users.noreply.github.com>
    Co-authored-by: 心刚 <mailto:90366790+liuXinGangChina@users.noreply.github.com>
  * Contributors: Ryohsuke Mitsudome, storrrrrrrrm

 -- "Maxime Clement" <maxime.clement@tier4.jp>  Sun, 30 Mar 2025 15:00:00 -0000


