Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

chore: release 1.8.0 #284

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## Version 1.8.0

Major change
Ensure that you are using Autoware.universe that incorporates [this PR](https://github.com/autowarefoundation/autoware.universe/pull/5319).

| Module | Feature | Brief summary | Pull request | Jira | Contributor |
| -------------- | -------------------- | ----------------------------------- | -------------------------------------------------------------- | ---- | --------------------------------------------------- |
| `localization` | evaluate convergence | use initial_to_result_relative_pose | [#282](https://github.com/tier4/driving_log_replayer/pull/282) | - | [SakodaShintaro](https://github.com/SakodaShintaro) |
| `all` | documentation | scenario format 3.1.0 | [#283](https://github.com/tier4/driving_log_replayer/pull/283) | - | [hayato-m126](https://github.com/hayato-m126) |

## Version 1.7.0

Major change
Expand Down
7 changes: 7 additions & 0 deletions driving_log_replayer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package driving_log_replayer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* perf: fixed to use `/localization/pose_estimator/initial_to_result_relative_pose` (`#282 <https://github.com/tier4/driving_log_replayer/issues/282>`_)
Co-authored-by: Hayato Mizushima <[email protected]>
* docs: update (`#283 <https://github.com/tier4/driving_log_replayer/issues/283>`_)
* Contributors: SakodaShintaro

1.7.0 (2023-10-16)
------------------
* feat(perception): allow to specify perception mode in scenario (`#279 <https://github.com/tier4/driving_log_replayer/issues/279>`_)
Expand Down
7 changes: 7 additions & 0 deletions driving_log_replayer_analyzer/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package driving_log_replayer_analyzer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* perf: fixed to use `/localization/pose_estimator/initial_to_result_relative_pose` (`#282 <https://github.com/tier4/driving_log_replayer/issues/282>`_)
Co-authored-by: Hayato Mizushima <[email protected]>
* docs: update (`#283 <https://github.com/tier4/driving_log_replayer/issues/283>`_)
* Contributors: SakodaShintaro

1.7.0 (2023-10-16)
------------------
* feat(perception): allow to specify perception mode in scenario (`#279 <https://github.com/tier4/driving_log_replayer/issues/279>`_)
Expand Down
7 changes: 7 additions & 0 deletions driving_log_replayer_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package driving_log_replayer_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* perf: fixed to use `/localization/pose_estimator/initial_to_result_relative_pose` (`#282 <https://github.com/tier4/driving_log_replayer/issues/282>`_)
Co-authored-by: Hayato Mizushima <[email protected]>
* docs: update (`#283 <https://github.com/tier4/driving_log_replayer/issues/283>`_)
* Contributors: SakodaShintaro

1.7.0 (2023-10-16)
------------------
* feat(perception): allow to specify perception mode in scenario (`#279 <https://github.com/tier4/driving_log_replayer/issues/279>`_)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "driving_log_replayer_cli"
version = "1.7.0"
version = "1.8.0"
description = "command line tool for driving_log_replayer"
authors = [
"Hayato Mizushima <[email protected]>",
Expand Down
Loading