-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '10.3.3' into RJD-1388/follow_trajectory
- Loading branch information
Showing
80 changed files
with
2,323 additions
and
179 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
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>arithmetic</name> | ||
<version>10.1.1</version> | ||
<version>10.3.3</version> | ||
<description>arithmetic library for scenario_simulator_v2</description> | ||
<maintainer email="[email protected]">Tatsuya Yamasaki</maintainer> | ||
<license>Apache License 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 |
---|---|---|
|
@@ -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>geometry</name> | ||
<version>10.1.1</version> | ||
<version>10.3.3</version> | ||
<description>geometry math library for scenario_simulator_v2 application</description> | ||
<maintainer email="[email protected]">Masaya Kataoka</maintainer> | ||
<license>Apache License 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 |
---|---|---|
|
@@ -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>scenario_simulator_exception</name> | ||
<version>10.1.1</version> | ||
<version>10.3.3</version> | ||
<description>Exception types for scenario simulator</description> | ||
<maintainer email="[email protected]">Tatsuya Yamasaki</maintainer> | ||
<license>Apache License 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 |
---|---|---|
|
@@ -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>simple_junit</name> | ||
<version>10.1.1</version> | ||
<version>10.3.3</version> | ||
<description>Lightweight JUnit library for ROS 2</description> | ||
<maintainer email="[email protected]">Masaya Kataoka</maintainer> | ||
<maintainer email="[email protected]">Tatsuya Yamasaki</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>status_monitor</name> | ||
<version>10.1.1</version> | ||
<version>10.3.3</version> | ||
<description>none</description> | ||
<maintainer email="[email protected]">Tatsuya Yamasaki</maintainer> | ||
<license>Apache License 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,21 +1,22 @@ | ||
# cspell: ignore TIERIV | ||
|
||
nav: | ||
- About: About.md | ||
- AutowareAPI.md | ||
- BehaviorPlugin.md | ||
- CONTRIBUTING.md | ||
- Communication.md | ||
- ConfiguringLocalizationTopics.md | ||
- ConfiguringPerceptionTopics.md | ||
- DistanceCalculation.md | ||
- Lane Pose Calculation: lane_pose_calculation | ||
- ManualOverrideWithFollowTrajectoryAction.md | ||
- NPCBehavior.md | ||
- BehaviorPlugin.md | ||
# - ErrorCategories.md | ||
- OpenSCENARIOSupport.md | ||
- SimpleSensorSimulator.md | ||
- SimulationResultFormat.md | ||
- SystemArchitecture.md | ||
- TIERIVScenarioFormatVersion2.md | ||
- TrafficSimulator.md | ||
- ZeroMQ.md | ||
- VehicleDynamics.md | ||
- SimulationResultFormat.md | ||
- Lane Pose Calculation: lane_pose_calculation | ||
# cspell: ignore TIERIV | ||
- TIERIVScenarioFormatVersion2.md | ||
- CONTRIBUTING.md | ||
- Communication.md | ||
- ConfiguringPerceptionTopics.md | ||
- ManualOverrideWithFollowTrajectoryAction.md | ||
- ZeroMQ.md |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Configuring Localization Topics | ||
|
||
This section describes properties for configuring localization topics that | ||
`scenario_simulator_v2` publishes to Autoware. | ||
|
||
## Parameter file | ||
|
||
Localization topics are configurable from the ROS 2 parameter file given to the | ||
launch argument `parameter_file_path` of scenario_test_runner. The default | ||
value of `parameter_file_path` is the path to [a sample parameter | ||
file](https://github.com/tier4/scenario_simulator_v2/blob/f15bacd819abd2044c2d6c076530a2c4070ded3d/test_runner/scenario_test_runner/config/parameters.yaml). | ||
|
||
All parameters that can be specified and their default values are shown in the | ||
sample parameter file. In practice, it is not necessary to specify all | ||
parameters except for some that are mandatory. In that case, the simulator will | ||
behave as if similar default values had been specified. | ||
|
||
Most parameters should have their uses understood just by looking at the sample | ||
parameter file or by reading the comments in the file. Below we discuss some | ||
parameters that require additional detailed explanation. | ||
|
||
<!-- cspell: ignore YYYYMMDD --> | ||
|
||
| Name | Value | Default | Description | | ||
|------------------------|-----------------------------------------|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| `<topic-name>.version` | An `int` type value in YYYYMMDD format | None (**mandatory**) | Suffix of `scenario_test_runner` launch argument `architecture_type`, used to maintain backward compatibility of the simulator when changing the Autoware interface. | |
Oops, something went wrong.