Skip to content

Commit 73bbc16

Browse files
authored
chore(package.xml): bump version to 0.38.0 (#9266)
* unify package.xml version to 0.37.0 Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * remove system_monitor/CHANGELOG.rst Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * add changelog Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp> * 0.38.0 --------- Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 0280e0b commit 73bbc16

File tree

494 files changed

+32542
-253
lines changed

Some content is hidden

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

494 files changed

+32542
-253
lines changed
+129
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_ad_api_specs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.38.0 (2024-11-08)
6+
-------------------
7+
* unify package.xml version to 0.37.0
8+
* fix: adapi vehicle topic qos (`#7847 <https://github.com/youtalk/autoware.universe/issues/7847>`_)
9+
* feat(default_ad_api): add heratbeat api (`#6969 <https://github.com/youtalk/autoware.universe/issues/6969>`_)
10+
* feat(default_ad_api): add heratbeat api
11+
* fix node dying
12+
---------
13+
* Contributors: Takagi, Isamu, Yutaka Kondo
14+
15+
0.26.0 (2024-04-03)
16+
-------------------
17+
* feat(default_ad_api): add door api (`#5737 <https://github.com/youtalk/autoware.universe/issues/5737>`_)
18+
* chore: update api package maintainers (`#6086 <https://github.com/youtalk/autoware.universe/issues/6086>`_)
19+
* update api maintainers
20+
* fix
21+
---------
22+
* feat(default_ad_api): add object recognition api (`#2887 <https://github.com/youtalk/autoware.universe/issues/2887>`_)
23+
* add object recognition api
24+
* add unorder map
25+
* pre-commit
26+
* add missing time_span
27+
* change naming
28+
* update message
29+
* change style
30+
* change topic naming
31+
---------
32+
Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com>
33+
* docs: add readme for interface packages (`#4235 <https://github.com/youtalk/autoware.universe/issues/4235>`_)
34+
add readme for interface packages
35+
* feat: add vehicle status api (`#2930 <https://github.com/youtalk/autoware.universe/issues/2930>`_)
36+
* add vehicle status api
37+
* update msgs
38+
* change naming
39+
* ada none
40+
* change naming
41+
* add publish geoposition
42+
* add door status
43+
* change variable naming
44+
* change variable naming
45+
* update license
46+
* fix gps convert
47+
* add support for UTM reverse
48+
* fix naming
49+
* update naming
50+
* fix naming
51+
* remote door status
52+
* clean up vehicle.hpp
53+
* fix missing declare
54+
* move convert to cpp
55+
* move convert to timer callback
56+
* set to nan when no projector info
57+
* added checking message valid
58+
* fix msgs
59+
---------
60+
* feat(default_ad_api): add vehicle info api (`#2984 <https://github.com/youtalk/autoware.universe/issues/2984>`_)
61+
* feat(default_ad_api): add vehicle dimensions api
62+
* feat: add footprint
63+
* update api name
64+
---------
65+
* feat(autoware_api_specs): change topic depth of route state api and localization state api (`#3757 <https://github.com/youtalk/autoware.universe/issues/3757>`_)
66+
fix depth
67+
* build: mark autoware_cmake as <buildtool_depend> (`#3616 <https://github.com/youtalk/autoware.universe/issues/3616>`_)
68+
* build: mark autoware_cmake as <buildtool_depend>
69+
with <build_depend>, autoware_cmake is automatically exported with ament_target_dependencies() (unecessary)
70+
* style(pre-commit): autofix
71+
* chore: fix pre-commit errors
72+
---------
73+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
74+
Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>
75+
* chore: update codeowners (`#3513 <https://github.com/youtalk/autoware.universe/issues/3513>`_)
76+
* feat(default_ad_api): add route change api (`#3197 <https://github.com/youtalk/autoware.universe/issues/3197>`_)
77+
* feat: add route change api
78+
* fix: reroute
79+
---------
80+
* feat(default_ad_api): add planning api (`#2481 <https://github.com/youtalk/autoware.universe/issues/2481>`_)
81+
* feat(default_ad_api): add planning api
82+
* feat: complement velocity factor
83+
* feat: add stop check
84+
* feat: make the same process into a function
85+
* feat: update visualizer
86+
* fix: remove flake8 test
87+
* chore: add api maintainers (`#2361 <https://github.com/youtalk/autoware.universe/issues/2361>`_)
88+
* feat(default_ad_api): add fail-safe api (`#2295 <https://github.com/youtalk/autoware.universe/issues/2295>`_)
89+
* feat(default_ad_api): add motion api (`#1809 <https://github.com/youtalk/autoware.universe/issues/1809>`_)
90+
* feat(autoware_ad_api_specs): define motion interface
91+
* feat(default_ad_api): add motion api
92+
* feat: modify motion api
93+
* feat: modify motion api
94+
* feat: add error code
95+
* feat: move adapi messages
96+
* feat: update message type
97+
* feat(component_interface_utils): apply message change
98+
* feat: apply status type change
99+
* feat: change message type
100+
* feat: change message name
101+
* fix: fix state
102+
* feat: add option
103+
* feat: modify state name
104+
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
105+
* feat(autoware_ad_api_specs): define operation mode interface (`#1570 <https://github.com/youtalk/autoware.universe/issues/1570>`_)
106+
* feat(autoware_ad_api_msgs): define operation mode interface
107+
* fix: add message
108+
* Update common/autoware_ad_api_msgs/operation_mode/msg/OperationModeState.msg
109+
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
110+
* Update common/autoware_ad_api_msgs/operation_mode/msg/OperationModeState.msg
111+
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
112+
* feat: move adapi message
113+
* feat: change message type
114+
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
115+
* feat(autoware_ad_api_specs): define motion interface (`#1808 <https://github.com/youtalk/autoware.universe/issues/1808>`_)
116+
* feat(autoware_ad_api_specs): define motion interface
117+
* feat: add error code
118+
* feat: move adapi messages
119+
* feat(component_interface_utils): apply message change
120+
* feat: change message type
121+
* feat(autoware_ad_api_msgs): replace adapi message (`#1897 <https://github.com/youtalk/autoware.universe/issues/1897>`_)
122+
* feat(autoware_ad_api_specs): define localization interface (`#1560 <https://github.com/youtalk/autoware.universe/issues/1560>`_)
123+
feat(autoware_ad_api_msgs): define localization interface
124+
* feat(autoware_ad_api_specs): define routing interface (`#1559 <https://github.com/youtalk/autoware.universe/issues/1559>`_)
125+
* feat(autoware_ad_api_msgs): define routing interface
126+
* feat: rename route body message
127+
* feat: rename route state
128+
* feat(autoware_ad_api_specs): modify interface version api to use spec package (`#1677 <https://github.com/youtalk/autoware.universe/issues/1677>`_)
129+
* Contributors: Kah Hooi Tan, Takagi, Isamu, Vincent Richard, yabuta

common/autoware_ad_api_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_ad_api_specs</name>
5-
<version>0.0.0</version>
5+
<version>0.38.0</version>
66
<description>The autoware_ad_api_specs package</description>
77
<maintainer email="isamu.takagi@tier4.jp">Takagi, Isamu</maintainer>
88
<maintainer email="ryohsuke.mitsudome@tier4.jp">Ryohsuke Mitsudome</maintainer>

0 commit comments

Comments
 (0)