Skip to content

Commit 4b7a336

Browse files
committed
Merge tag '2.7.0' into chore/merge-v1-2.7.0
Signed-off-by: Hayato Mizushima <[email protected]>
2 parents 0d6c294 + aab2359 commit 4b7a336

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

ReleaseNotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ Major changes
6969
| `planning_control` | use case | add planning_control_evaluator | [#43](https://github.com/tier4/driving_log_replayer_v2/pull/43) | [hayato-m126](https://github.com/hayato-m126) |
7070
| `diagnostics` | use case | add diagnostics_evaluator | [#42](https://github.com/tier4/driving_log_replayer_v2/pull/42) | [hayato-m126](https://github.com/hayato-m126) |
7171

72+
## Version 2.7.0
73+
74+
Major changes
75+
76+
| Module | Feature | Brief summary | Pull request | Jira | Contributor |
77+
| ------ | ---------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------- | ---- | --------------------------------------------- |
78+
| `all` | dependency | Update package name `component_state_monitor` -> `autoware_component_state_monitor` | [#591](https://github.com/tier4/driving_log_replayer/pull/591) | - | [mitsudome-r](https://github.com/mitsudome-r) |
79+
7280
## Version 2.6.0
7381

7482
Major changes

driving_log_replayer_v2/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ Changelog for package driving_log_replayer
223223
---------
224224
* Contributors: Hayato Mizushima, iwatake
225225

226+
2.7.0 (2025-01-24)
227+
------------------
228+
* feat: add autoware\_ prefix to component_state_monitor (`#591 <https://github.com/tier4/driving_log_replayer/issues/591>`_)
229+
Co-authored-by: Hayato Mizushima <[email protected]>
230+
* Contributors: Ryohsuke Mitsudome
231+
226232
2.6.0 (2025-01-14)
227233
------------------
228234
* feat: update message type (`#589 <https://github.com/tier4/driving_log_replayer/issues/589>`_)

driving_log_replayer_v2/launch/driving_log_replayer_v2.launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ def launch_topic_state_monitor(context: LaunchContext) -> list:
468468
return [
469469
LogInfo(msg="topic_state_monitor is not launched because use_case is not localization.")
470470
]
471-
# component_state_monitor launch
471+
# autoware_component_state_monitor launch
472472
component_state_monitor_launch_file = Path(
473-
get_package_share_directory("component_state_monitor"),
473+
get_package_share_directory("autoware_component_state_monitor"),
474474
"launch",
475475
"component_state_monitor.launch.py",
476476
)

driving_log_replayer_v2/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<depend>tier4_metric_msgs</depend>
3535
<depend>visualization_msgs</depend>
3636

37+
<exec_depend>autoware_component_state_monitor</exec_depend>
3738
<exec_depend>autoware_lanelet2_extension_python</exec_depend>
3839
<exec_depend>autoware_map_height_fitter</exec_depend>
39-
<exec_depend>component_state_monitor</exec_depend>
4040
<exec_depend>driving_log_replayer_v2_analyzer</exec_depend>
4141
<exec_depend>perception_eval</exec_depend>
4242
<exec_depend>python3-fastjsonschema</exec_depend>

0 commit comments

Comments
 (0)