Skip to content

Commit

Permalink
fix(scenario-test-simulation): fix the architecture_type argument for…
Browse files Browse the repository at this point in the history
… scenario simulation

Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Sep 19, 2024
1 parent bdc4736 commit 86539eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

```bash
ros2 launch scenario_test_runner scenario_test_runner.launch.py \
architecture_type:=awf/universe \
architecture_type:=awf/universe/20240605 \
record:=false \
scenario:='$(find-pkg-share scenario_test_runner)/scenario/sample.yaml' \
sensor_model:=sample_sensor_kit \
Expand Down

0 comments on commit 86539eb

Please sign in to comment.