-
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.
Merge remote-tracking branch 'origin/develop' into feat/limitation_by…
…_area
- Loading branch information
Showing
13 changed files
with
69 additions
and
30 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
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 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 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_v2</name> | ||
<version>3.0.1</version> | ||
<version>3.1.0</version> | ||
<description>The driving_log_replayer_v2 package</description> | ||
<maintainer email="[email protected]">Hayato Mizushima</maintainer> | ||
<maintainer email="[email protected]">Kotaro Uetake</maintainer> | ||
|
@@ -34,10 +34,10 @@ | |
<depend>tier4_metric_msgs</depend> | ||
<depend>visualization_msgs</depend> | ||
|
||
<exec_depend>autoware_lanelet2_extension_python</exec_depend> | ||
<exec_depend>autoware_map_height_fitter</exec_depend> | ||
<exec_depend>component_state_monitor</exec_depend> | ||
<exec_depend>driving_log_replayer_v2_analyzer</exec_depend> | ||
<exec_depend>lanelet2_extension_python</exec_depend> | ||
<exec_depend>perception_eval</exec_depend> | ||
<exec_depend>python3-fastjsonschema</exec_depend> | ||
<exec_depend>python3-pandas</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
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_v2_analyzer</name> | ||
<version>3.0.1</version> | ||
<version>3.1.0</version> | ||
<description>The driving_log_replayer_v2_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
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_v2_msgs</name> | ||
<version>3.0.1</version> | ||
<version>3.1.0</version> | ||
<description>driving_log_replayer_v2 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-v2" | ||
version = "3.0.2" | ||
version = "3.1.0" | ||
authors = [ | ||
{ name = "Hayato Mizushima", email = "[email protected]" }, | ||
{ name = "Kotaro Uetake", email = "[email protected]" }, | ||
|