-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/ground_segmentation_pcd_eval
- Loading branch information
Showing
11 changed files
with
65 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
"youtalk", | ||
"UMiho", | ||
"nuscenes", | ||
"devkit" | ||
"devkit", | ||
"fastjsonschema" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
Changelog for package driving_log_replayer | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.3.11 (2024-11-02) | ||
------------------- | ||
* perf: 2x processing speedup (`#581 <https://github.com/tier4/driving_log_replayer/issues/581>`_) | ||
Co-authored-by: Hayato Mizushima <[email protected]> | ||
* Contributors: ralwing | ||
|
||
2.3.10 (2024-11-01) | ||
------------------- | ||
* fix: condition to judge diag name (`#582 <https://github.com/tier4/driving_log_replayer/issues/582>`_) | ||
* Contributors: Hayato Mizushima | ||
|
||
2.3.9 (2024-10-28) | ||
------------------ | ||
* feat: update pre commit and ruff (`#579 <https://github.com/tier4/driving_log_replayer/issues/579>`_) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>driving_log_replayer</name> | ||
<version>2.3.9</version> | ||
<version>2.3.11</version> | ||
<description>The driving_log_replayer package</description> | ||
<maintainer email="[email protected]">Hayato Mizushima</maintainer> | ||
<maintainer email="[email protected]">Kotaro Uetake</maintainer> | ||
|
@@ -38,7 +38,7 @@ | |
<exec_depend>driving_log_replayer_analyzer</exec_depend> | ||
<exec_depend>lanelet2_extension_python</exec_depend> | ||
<exec_depend>perception_eval</exec_depend> | ||
<exec_depend>python3-jsonschema</exec_depend> | ||
<exec_depend>python3-fastjsonschema</exec_depend> | ||
<exec_depend>python3-pandas</exec_depend> | ||
<exec_depend>python3-simplejson</exec_depend> | ||
<exec_depend>python3-termcolor</exec_depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
Changelog for package driving_log_replayer | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.3.11 (2024-11-02) | ||
------------------- | ||
* perf: 2x processing speedup (`#581 <https://github.com/tier4/driving_log_replayer/issues/581>`_) | ||
Co-authored-by: Hayato Mizushima <[email protected]> | ||
* Contributors: ralwing | ||
|
||
2.3.10 (2024-11-01) | ||
------------------- | ||
* fix: condition to judge diag name (`#582 <https://github.com/tier4/driving_log_replayer/issues/582>`_) | ||
* Contributors: Hayato Mizushima | ||
|
||
2.3.9 (2024-10-28) | ||
------------------ | ||
* feat: update pre commit and ruff (`#579 <https://github.com/tier4/driving_log_replayer/issues/579>`_) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>driving_log_replayer_analyzer</name> | ||
<version>2.3.9</version> | ||
<version>2.3.11</version> | ||
<description>The driving_log_replayer_analyzer package</description> | ||
<maintainer email="[email protected]">Hayato Mizushima</maintainer> | ||
<maintainer email="[email protected]">Keisuke Shima</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
Changelog for package driving_log_replayer | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.3.11 (2024-11-02) | ||
------------------- | ||
* perf: 2x processing speedup (`#581 <https://github.com/tier4/driving_log_replayer/issues/581>`_) | ||
Co-authored-by: Hayato Mizushima <[email protected]> | ||
* Contributors: ralwing | ||
|
||
2.3.10 (2024-11-01) | ||
------------------- | ||
* fix: condition to judge diag name (`#582 <https://github.com/tier4/driving_log_replayer/issues/582>`_) | ||
* Contributors: Hayato Mizushima | ||
|
||
2.3.9 (2024-10-28) | ||
------------------ | ||
* feat: update pre commit and ruff (`#579 <https://github.com/tier4/driving_log_replayer/issues/579>`_) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>driving_log_replayer_msgs</name> | ||
<version>2.3.9</version> | ||
<version>2.3.11</version> | ||
<description>driving_log_replayer msgs</description> | ||
<maintainer email="[email protected]">Hayato Mizushima</maintainer> | ||
<license>Apache-2.0</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "driving-log-replayer" | ||
version = "2.3.9" | ||
version = "2.3.11" | ||
description = "command line tool for driving_log_replayer" | ||
authors = [ | ||
{ name = "Hayato Mizushima", email = "[email protected]" }, | ||
|