-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: delete change log and replace driving_log_replayer with log_ev…
…aluator (#522)
- Loading branch information
Showing
14 changed files
with
11 additions
and
4,046 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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>log_evaluator</name> | ||
<version>2.0.12</version> | ||
<version>0.1.0</version> | ||
<description>The log_evaluator package</description> | ||
<maintainer email="[email protected]">Hayato Mizushima</maintainer> | ||
<maintainer email="[email protected]">Kotaro Uetake</maintainer> | ||
|
This file was deleted.
Oops, something went wrong.
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>log_evaluator_analyzer</name> | ||
<version>2.0.12</version> | ||
<version>0.1.0</version> | ||
<description>The log_evaluator_analyzer package</description> | ||
<maintainer email="[email protected]">Hayato Mizushima</maintainer> | ||
<maintainer email="[email protected]">Keisuke Shima</maintainer> | ||
|
This file was deleted.
Oops, something went wrong.
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>log_evaluator_msgs</name> | ||
<version>2.0.12</version> | ||
<version>0.1.0</version> | ||
<description>log_evaluator 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
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,7 +1,6 @@ | ||
[project] | ||
name = "driving-log-replayer" | ||
version = "2.1.1" | ||
description = "command line tool for driving_log_replayer" | ||
name = "log-evaluator" | ||
version = "0.1.0" | ||
authors = [ | ||
{ name = "Hayato Mizushima", email = "[email protected]" }, | ||
{ name = "Kotaro Uetake", email = "[email protected]" }, | ||
|
@@ -25,10 +24,6 @@ readme = "README.md" | |
requires-python = ">= 3.10" | ||
license = "Apache-2.0" | ||
|
||
[project.scripts] | ||
dlr = "log_evaluator_cli:main" | ||
dlr-analyzer = "log_evaluator_analyzer:main" | ||
|
||
[project.optional-dependencies] | ||
docs = [ | ||
"mkdocs>=1.5.3", | ||
|
@@ -54,9 +49,6 @@ dev-dependencies = [ | |
[tool.hatch.metadata] | ||
allow-direct-references = true | ||
|
||
[tool.hatch.build.targets.wheel] | ||
packages = ["log_evaluator_cli", "log_evaluator_analyzer/log_evaluator_analyzer"] | ||
|
||
[tool.black] | ||
line-length = 100 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.