Skip to content

Commit c9f0f26

Browse files
mitsudome-ryoutalk
andauthored
chore(package.xml): bump version to 0.39.0 (#9587)
* chore(package.xml): bump version to 0.39.0 Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * fix: fix ticket links in CHANGELOG.rst Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * fix: remove unnecessary diff Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Co-authored-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 9c7ec8a commit c9f0f26

File tree

489 files changed

+3890
-248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+3890
-248
lines changed

common/autoware_adapi_specs/CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog for package autoware_adapi_specs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* Merge commit '6a1ddbd08bd' into release-0.39.0
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* refactor(autoware_ad_api_specs): prefix package and namespace with autoware (`#9250 <https://github.com/autowarefoundation/autoware.universe/issues/9250>`_)
10+
* refactor(autoware_ad_api_specs): prefix package and namespace with autoware
11+
* style(pre-commit): autofix
12+
* chore(autoware_adapi_specs): rename ad_api to adapi
13+
* style(pre-commit): autofix
14+
* chore(autoware_adapi_specs): rename ad_api to adapi
15+
* chore(autoware_adapi_specs): rename ad_api to adapi
16+
* chore(autoware_adapi_specs): rename ad_api_specs to adapi_specs
17+
---------
18+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
19+
* Contributors: Esteve Fernandez, Yutaka Kondo
20+
521
0.38.0 (2024-11-08)
622
-------------------
723
* unify package.xml version to 0.37.0

common/autoware_adapi_specs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_adapi_specs</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The autoware_adapi_specs package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>

common/autoware_auto_common/CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package autoware_auto_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* Merge commit '6a1ddbd08bd' into release-0.39.0
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
10+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
11+
* unify package.xml version to 0.37.0
12+
* remove system_monitor/CHANGELOG.rst
13+
* add changelog
14+
* 0.38.0
15+
---------
16+
* refactor(qp_interface): prefix package and namespace with autoware (`#9236 <https://github.com/autowarefoundation/autoware.universe/issues/9236>`_)
17+
* Contributors: Esteve Fernandez, Yutaka Kondo
18+
519
0.38.0 (2024-11-08)
620
-------------------
721
* unify package.xml version to 0.37.0

common/autoware_auto_common/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_auto_common</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>Miscellaneous helper functions</description>
77
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
88
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>

common/autoware_component_interface_specs/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package autoware_component_interface_specs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_component_interface_specs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_component_interface_specs</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The autoware_component_interface_specs package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>

common/autoware_component_interface_tools/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package autoware_component_interface_tools
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_component_interface_tools/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_component_interface_tools</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The autoware_component_interface_tools package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_component_interface_utils/CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog for package autoware_component_interface_utils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* Merge commit '6a1ddbd08bd' into release-0.39.0
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* refactor(component_interface_utils): prefix package and namespace with autoware (`#9092 <https://github.com/autowarefoundation/autoware.universe/issues/9092>`_)
16+
* Contributors: Esteve Fernandez, Yutaka Kondo
17+
518
0.38.0 (2024-11-08)
619
-------------------
720
* unify package.xml version to 0.37.0

common/autoware_component_interface_utils/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_component_interface_utils</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The autoware_component_interface_utils package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>

common/autoware_fake_test_node/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package autoware_fake_test_node
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_fake_test_node/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_fake_test_node</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>A fake node that we can use in the integration-like cpp tests.</description>
77
<maintainer email="opensource@apex.ai">Apex.AI, Inc.</maintainer>
88
<maintainer email="tomoya.kimura@tier4.jp">Tomoya Kimura</maintainer>

common/autoware_global_parameter_loader/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package global_parameter_loader
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_global_parameter_loader/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_global_parameter_loader</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The autoware_global_parameter_loader package</description>
77
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_glog_component/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package glog_component
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_glog_component/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_glog_component</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The autoware_glog_component package</description>
77
<maintainer email="takamasa.horibe@tier4.jp">Takamasa Horibe</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_goal_distance_calculator/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package autoware_goal_distance_calculator
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_goal_distance_calculator/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_goal_distance_calculator</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The autoware_goal_distance_calculator package</description>
77
<maintainer email="taiki.tanaka@tier4.jp">Taiki Tanaka</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_grid_map_utils/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package autoware_grid_map_utils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_grid_map_utils/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_grid_map_utils</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>Utilities for the grid_map library</description>
77
<maintainer email="maxime.clement@tier4.jp">Maxime CLEMENT</maintainer>
88
<license>Apache License 2.0</license>

common/autoware_interpolation/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package autoware_interpolation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_interpolation/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_interpolation</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The spline interpolation package</description>
77
<maintainer email="fumiya.watanabe@tier4.jp">Fumiya Watanabe</maintainer>
88
<maintainer email="takayuki.murooka@tier4.jp">Takayuki Murooka</maintainer>

common/autoware_kalman_filter/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package autoware_kalman_filter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
10+
* unify package.xml version to 0.37.0
11+
* remove system_monitor/CHANGELOG.rst
12+
* add changelog
13+
* 0.38.0
14+
---------
15+
* Contributors: Esteve Fernandez, Yutaka Kondo
16+
517
0.38.0 (2024-11-08)
618
-------------------
719
* unify package.xml version to 0.37.0

common/autoware_kalman_filter/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>autoware_kalman_filter</name>
5-
<version>0.38.0</version>
5+
<version>0.39.0</version>
66
<description>The kalman filter package</description>
77
<maintainer email="yukihiro.saito@tier4.jp">Yukihiro Saito</maintainer>
88
<maintainer email="takeshi.ishita@tier4.jp">Takeshi Ishita</maintainer>

common/autoware_motion_utils/CHANGELOG.rst

+50
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,56 @@
22
Changelog for package autoware_motion_utils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.39.0 (2024-11-25)
6+
-------------------
7+
* Merge commit '6a1ddbd08bd' into release-0.39.0
8+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
9+
* fix: fix ticket links to point to https://github.com/autowarefoundation/autoware.universe (`#9304 <https://github.com/autowarefoundation/autoware.universe/issues/9304>`_)
10+
* chore(package.xml): bump version to 0.38.0 (`#9266 <https://github.com/autowarefoundation/autoware.universe/issues/9266>`_) (`#9284 <https://github.com/autowarefoundation/autoware.universe/issues/9284>`_)
11+
* unify package.xml version to 0.37.0
12+
* remove system_monitor/CHANGELOG.rst
13+
* add changelog
14+
* 0.38.0
15+
---------
16+
* feat(autoware_trajectory): move trajectory_container from autoware_motion_utils to a new package (`#9253 <https://github.com/autowarefoundation/autoware.universe/issues/9253>`_)
17+
* create trajectory container package
18+
* update
19+
* update
20+
* style(pre-commit): autofix
21+
* update codeowner
22+
* update
23+
* fix cmake
24+
---------
25+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
26+
* feat(autoware_motion_utils): add new trajectory class (`#8693 <https://github.com/autowarefoundation/autoware.universe/issues/8693>`_)
27+
* feat(autoware_motion_utils): add interpolator
28+
* use int32_t instead of int
29+
* use int32_t instead of int
30+
* use int32_t instead of int
31+
* add const as much as possible and use `at()` in `vector`
32+
* fix directory name
33+
* refactor code and add example
34+
* update
35+
* remove unused include
36+
* refactor code
37+
* add clone function
38+
* fix stairstep
39+
* make constructor to public
40+
* feat(autoware_motion_utils): add trajectory class
41+
* Update CMakeLists.txt
42+
* fix
43+
* fix package.xml
44+
* update crop
45+
* revert crtp change
46+
* update package.xml
47+
* updating...
48+
* update
49+
* solve build problem
50+
* style(pre-commit): autofix
51+
---------
52+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
53+
* Contributors: Esteve Fernandez, Yukinari Hisaki, Yutaka Kondo
54+
555
0.38.0 (2024-11-08)
656
-------------------
757
* unify package.xml version to 0.37.0

0 commit comments

Comments
 (0)