-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add launch argument
parameter_file_path
to scenario_test_runner
Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
- Loading branch information
1 parent
a0e5548
commit abbcdc4
Showing
3 changed files
with
35 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
simulation: | ||
normal_distribution: | ||
ros__parameters: | ||
/localization/kinematic_state: | ||
seed: 0 # If 0 is specified, a random seed value will be generated for each run. | ||
pose: | ||
pose: | ||
position: | ||
x: { mean: 0.0, standard_deviation: 0.0 } | ||
y: { mean: 0.0, standard_deviation: 0.0 } | ||
z: { mean: 0.0, standard_deviation: 0.0 } | ||
orientation: | ||
r: { mean: 0.0, standard_deviation: 0.0 } | ||
p: { mean: 0.0, standard_deviation: 0.0 } | ||
y: { mean: 0.0, standard_deviation: 0.0 } | ||
twist: | ||
twist: | ||
linear: | ||
x: { mean: 0.0, standard_deviation: 0.0 } | ||
y: { mean: 0.0, standard_deviation: 0.0 } | ||
z: { mean: 0.0, standard_deviation: 0.0 } | ||
angular: | ||
x: { mean: 0.0, standard_deviation: 0.0 } | ||
y: { mean: 0.0, standard_deviation: 0.0 } | ||
z: { mean: 0.0, standard_deviation: 0.0 } |
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