Skip to content

Commit d14bc23

Browse files
committed
add changelog
Signed-off-by: Yutaka Kondo <[email protected]>
1 parent 8e657ab commit d14bc23

File tree

9 files changed

+246
-0
lines changed

9 files changed

+246
-0
lines changed

autoware_common_msgs/CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_common_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* build: package.xml dependencies (`#60 <https://github.com/youtalk/autoware_msgs/issues/60>`_)
10+
* mark rosidl_default_generators as <build_depend>
11+
* add missing rosidl_default_runtime <exec_depend>
12+
---------
13+
* feat(autoware_common_msgs): add autoware common messages (`#37 <https://github.com/youtalk/autoware_msgs/issues/37>`_)
14+
* feat(autoware_common_msgs): add autoware common messages
15+
* fix: fix dependency
16+
* Contributors: Takagi, Isamu, Vincent Richard, Yutaka Kondo

autoware_control_msgs/CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_control_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* feat(control-messages): add control messages (`#11 <https://github.com/youtalk/autoware_msgs/issues/11>`_)
10+
* Contributors: M. Fatih Cırıt, Yutaka Kondo
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_localization_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* feat(localization-messages): add autoware_localization_msgs (`#16 <https://github.com/youtalk/autoware_msgs/issues/16>`_)
10+
* Contributors: M. Fatih Cırıt, Yutaka Kondo

autoware_map_msgs/CHANGELOG.rst

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_map_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* feat(autoware_map_msgs): support cylindrical AreaInfo (`#64 <https://github.com/youtalk/autoware_msgs/issues/64>`_)
10+
* feat(autoware_map_msgs): support cylindrical AreaInfo
11+
* update attribute
12+
---------
13+
* feat(autoware_map_msgs): add selected map loading (`#57 <https://github.com/youtalk/autoware_msgs/issues/57>`_)
14+
* feat(map_loader): add support for sequential_map_loading
15+
* feat(autoware_map_msgs): add PointCloudMetaData.msg
16+
* docs(autoware_map_msgs): add description of selected_map_loading
17+
* docs(autoware_map_msgs): remove gif for selected_map_loading
18+
* docs(autoware_map_msgs): fix typo
19+
* feat(autoware_map_msgs): make member of msg plural
20+
* docs(autoware_map_msgs): clarify the client needs to receive msg beforehand
21+
* docs(autoware_map_msgs): clarify IDs included in msgs are used as query for service
22+
---------
23+
* feat(autoware_map_msgs): add grid coordinates in PointCloudMapCellWithID.msg (`#52 <https://github.com/youtalk/autoware_msgs/issues/52>`_)
24+
* feat(autoware_map_msgs): add grid coordinates in PointCloudMapCellWithID.msg
25+
* style(pre-commit): autofix
26+
* debug
27+
---------
28+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
29+
* feat(map-messages): add LaneletMapBin.msg (`#30 <https://github.com/youtalk/autoware_msgs/issues/30>`_)
30+
* feat: add autoware_map_msgs for dynamic map loading (`#39 <https://github.com/youtalk/autoware_msgs/issues/39>`_)
31+
Co-authored-by: M. Fatih Cırıt <[email protected]>
32+
Co-authored-by: Kenji Miyake <[email protected]>
33+
Co-authored-by: Takagi, Isamu <[email protected]>
34+
* Contributors: M. Fatih Cırıt, Shintaro Tomie, Yutaka Kondo, kminoda
+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_perception_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* feat: update msg definitions (`#87 <https://github.com/youtalk/autoware_msgs/issues/87>`_)
10+
* feat(autoware_perception_msgs): Add DetectedObjects messages and TrackedObjects messages
11+
* feat!(autoware_planning_msgs): remove PathWithLaneId msgs
12+
* feat!(autoware_perception_msgs): rename traffic signals to traffic lights
13+
* remove control mode command msg
14+
* fix(autoware_vehicle_msgs): remove ControlModeCommands.msg in CMakeLists.txt (`#90 <https://github.com/youtalk/autoware_msgs/issues/90>`_)
15+
* feat(autoware_vehicle_msgs)!: remove VehicleControlCommand, VehicleKinematicState, and VehicleOdometry messages (`#88 <https://github.com/youtalk/autoware_msgs/issues/88>`_)
16+
feat!(autoware_vehicle_msgs): remove VehicleControlCommand, VehicleKinematicState, and VehicleOdometry messages
17+
* Revert "feat!(autoware_perception_msgs): rename traffic signals to traffic lights"
18+
This reverts commit 768bb854036fc94db4364168e68d48b21401c17b.
19+
* add TrafficLight msgs
20+
* add todo
21+
---------
22+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
23+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
24+
Co-authored-by: Yutaka Kondo <[email protected]>
25+
* fix(autoware_perception_msgs): fix sequence length to dynamic (`#74 <https://github.com/youtalk/autoware_msgs/issues/74>`_)
26+
* fix(autoware_perception_msgs): fix error in PredictedObject.msg (`#72 <https://github.com/youtalk/autoware_msgs/issues/72>`_)
27+
* feat(autoware_perception_msgs): add PredictedObjects msgs (`#63 <https://github.com/youtalk/autoware_msgs/issues/63>`_)
28+
* feat(autoware_perception_msgs): add PredictedObjects msgs
29+
* style(pre-commit): autofix
30+
* feat(autoware_perception_msgs): fix conflicting msgs
31+
---------
32+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
33+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
34+
* feat(autoware_perception_msgs): remove traffic light messages (`#70 <https://github.com/youtalk/autoware_msgs/issues/70>`_)
35+
* revert: "fix(autoware_perception_msgs): add Header to tlr messages and change TrafficLightElement.msg status" (`#69 <https://github.com/youtalk/autoware_msgs/issues/69>`_)
36+
Revert "fix(autoware_perception_msgs): add Header to tlr messages and change TrafficLightElement.msg status (`#68 <https://github.com/youtalk/autoware_msgs/issues/68>`_)"
37+
This reverts commit 18588df6eb7e7f694bd725bebd44f569f616964f.
38+
* fix(autoware_perception_msgs): add Header to tlr messages and change TrafficLightElement.msg status (`#68 <https://github.com/youtalk/autoware_msgs/issues/68>`_)
39+
* add UP_LEFT_ARROW and UP_RIGHT_ARROW to traffic_light_element
40+
* add header to tlr messages and change status values of TrafficLight.msg
41+
---------
42+
* feat(autoware_perception_msgs): add UP_LEFT_ARROW and UP_RIGHT_ARROW to traffic_light_element (`#67 <https://github.com/youtalk/autoware_msgs/issues/67>`_)
43+
add UP_LEFT_ARROW and UP_RIGHT_ARROW to traffic_light_element
44+
* build: package.xml dependencies (`#60 <https://github.com/youtalk/autoware_msgs/issues/60>`_)
45+
* mark rosidl_default_generators as <build_depend>
46+
* add missing rosidl_default_runtime <exec_depend>
47+
---------
48+
* feat(autoware_perception_msgs): add traffic light messages (`#48 <https://github.com/youtalk/autoware_msgs/issues/48>`_)
49+
* Contributors: Mingyu1991, Takagi, Isamu, Vincent Richard, Yukihiro Saito, Yutaka Kondo, beginningfan

autoware_planning_msgs/CHANGELOG.rst

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_planning_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* feat: update msg definitions (`#87 <https://github.com/youtalk/autoware_msgs/issues/87>`_)
10+
* feat(autoware_perception_msgs): Add DetectedObjects messages and TrackedObjects messages
11+
* feat!(autoware_planning_msgs): remove PathWithLaneId msgs
12+
* feat!(autoware_perception_msgs): rename traffic signals to traffic lights
13+
* remove control mode command msg
14+
* fix(autoware_vehicle_msgs): remove ControlModeCommands.msg in CMakeLists.txt (`#90 <https://github.com/youtalk/autoware_msgs/issues/90>`_)
15+
* feat(autoware_vehicle_msgs)!: remove VehicleControlCommand, VehicleKinematicState, and VehicleOdometry messages (`#88 <https://github.com/youtalk/autoware_msgs/issues/88>`_)
16+
feat!(autoware_vehicle_msgs): remove VehicleControlCommand, VehicleKinematicState, and VehicleOdometry messages
17+
* Revert "feat!(autoware_perception_msgs): rename traffic signals to traffic lights"
18+
This reverts commit 768bb854036fc94db4364168e68d48b21401c17b.
19+
* add TrafficLight msgs
20+
* add todo
21+
---------
22+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
23+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
24+
Co-authored-by: Yutaka Kondo <[email protected]>
25+
* fix: planning_msg (`#76 <https://github.com/youtalk/autoware_msgs/issues/76>`_)
26+
* fix:planning_msg
27+
* fix:planning_msg
28+
---------
29+
* feat(autoware_planning_msgs): migrate autoware_auto_planning_msg to autoware_planning_msg (`#66 <https://github.com/youtalk/autoware_msgs/issues/66>`_)
30+
* add-autoware-planning-msg
31+
* add-autoware-planning-msg
32+
* add-autoware-planning-msg
33+
* add-autoware-planning-msg
34+
* add-autoware-planning-msg
35+
* delete old port
36+
* delete old port
37+
* delete old port
38+
* delete old port
39+
* add-autoware-planning-msg
40+
* style(pre-commit): autofix
41+
---------
42+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
43+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
44+
* feat(autoware_planning_msgs): remove SetPoseWithUuidStamped (`#59 <https://github.com/youtalk/autoware_msgs/issues/59>`_)
45+
* feat: rename route with uuid
46+
* feat: remove route with uuid
47+
---------
48+
* feat: remove set route service (`#58 <https://github.com/youtalk/autoware_msgs/issues/58>`_)
49+
* feat(autoware_planning_msgs): add allow_modification option (`#55 <https://github.com/youtalk/autoware_msgs/issues/55>`_)
50+
* feat(autoware_planning_msgs): add allow_modification option to PoseWithUuidStamped
51+
* move allow_modification
52+
---------
53+
* feat(autoware_planning_msgs): add the service to set uuid pose (`#54 <https://github.com/youtalk/autoware_msgs/issues/54>`_)
54+
* feat(autoware_planning_msgs): move header to the top in PoseWithUuidStamped (`#50 <https://github.com/youtalk/autoware_msgs/issues/50>`_)
55+
* feat(autoware_planning_msgs): change PoseWithUuid to PoseStampedWithUuid (`#47 <https://github.com/youtalk/autoware_msgs/issues/47>`_)
56+
* feat(autoware_planning_msgs): create PoseWithUuid and add uuid to VectorMapRoute (`#42 <https://github.com/youtalk/autoware_msgs/issues/42>`_)
57+
feat(autoware_planning_msgs): add PoseWithUuid and add uuid to LaneletRoute
58+
* refactor(planning-messages)!: rename VectorMap to Lanelet (`#41 <https://github.com/youtalk/autoware_msgs/issues/41>`_)
59+
* feat(autoware_planning_msgs): add autoware planning messages (`#33 <https://github.com/youtalk/autoware_msgs/issues/33>`_)
60+
Co-authored-by: kenji-miyake <[email protected]>
61+
* Contributors: Kosuke Takeuchi, M. Fatih Cırıt, Takagi, Isamu, Yukihiro Saito, Yutaka Kondo, shulanbushangshu

autoware_sensing_msgs/CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_sensing_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* feat(sensing-messages): add sensing messages (`#24 <https://github.com/youtalk/autoware_msgs/issues/24>`_)
10+
* feat(sensing-messages): add sensing messages
11+
* Contributors: M. Fatih Cırıt, Yutaka Kondo

autoware_system_msgs/CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_system_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* fix: add system msg (`#79 <https://github.com/youtalk/autoware_msgs/issues/79>`_)
10+
* fix:add system msg
11+
* fix:add system msgs
12+
* fix:add system msgs
13+
* fix:add system msgs
14+
* style(pre-commit): autofix
15+
---------
16+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
17+
* Contributors: Yutaka Kondo, shulanbushangshu

autoware_vehicle_msgs/CHANGELOG.rst

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package autoware_vehicle_msgs
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* chore: update `package.xml` and fix `CMakeLists.txt` (`#91 <https://github.com/youtalk/autoware_msgs/issues/91>`_)
8+
update package.xml and fix cmakefiles
9+
* feat: update msg definitions (`#87 <https://github.com/youtalk/autoware_msgs/issues/87>`_)
10+
* feat(autoware_perception_msgs): Add DetectedObjects messages and TrackedObjects messages
11+
* feat!(autoware_planning_msgs): remove PathWithLaneId msgs
12+
* feat!(autoware_perception_msgs): rename traffic signals to traffic lights
13+
* remove control mode command msg
14+
* fix(autoware_vehicle_msgs): remove ControlModeCommands.msg in CMakeLists.txt (`#90 <https://github.com/youtalk/autoware_msgs/issues/90>`_)
15+
* feat(autoware_vehicle_msgs)!: remove VehicleControlCommand, VehicleKinematicState, and VehicleOdometry messages (`#88 <https://github.com/youtalk/autoware_msgs/issues/88>`_)
16+
feat!(autoware_vehicle_msgs): remove VehicleControlCommand, VehicleKinematicState, and VehicleOdometry messages
17+
* Revert "feat!(autoware_perception_msgs): rename traffic signals to traffic lights"
18+
This reverts commit 768bb854036fc94db4364168e68d48b21401c17b.
19+
* add TrafficLight msgs
20+
* add todo
21+
---------
22+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
23+
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
24+
Co-authored-by: Yutaka Kondo <[email protected]>
25+
* fix(autoware_vehicle_msgs): add missed vehicle msgs (`#80 <https://github.com/youtalk/autoware_msgs/issues/80>`_)
26+
* fix(autoware_vehicle_msgs): add missed vehicle msgs
27+
* style(pre-commit): autofix
28+
---------
29+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
30+
* feat(autoware_vehicle_msgs): add autoware_vehicle_msgs (`#78 <https://github.com/youtalk/autoware_msgs/issues/78>`_)
31+
* feat(autoware_vehicle_msgs): add autoware_vehicle_msgs
32+
* feat(autoware_vehicle_msgs): add ControlModeCommand.srv
33+
* style(pre-commit): autofix
34+
* fix(autoware_vehicle_msgs): remove msgs unused
35+
* style(pre-commit): autofix
36+
---------
37+
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
38+
* Contributors: Yukihiro Saito, Yutaka Kondo, beginningfan

0 commit comments

Comments
 (0)