Skip to content

Commit

Permalink
Merge pull request #1375 from tier4/fix/doc-architecture-type
Browse files Browse the repository at this point in the history
fix `architecture_type` in documentation
  • Loading branch information
hakuturu583 authored Sep 12, 2024
2 parents a6a0383 + edf5295 commit bf4c8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This document contains step-by-step instruction on how to build and run [AWF Aut
#### scenario_test_runner
```bash
ros2 launch scenario_test_runner scenario_test_runner.launch.py \
architecture_type:=awf/universe \
architecture_type:=awf/universe/20230906 \
record:=false \
scenario:='$(find-pkg-share scenario_test_runner)/scenario/sample.yaml' \
sensor_model:=sample_sensor_kit \
Expand All @@ -75,7 +75,7 @@ This document contains step-by-step instruction on how to build and run [AWF Aut
#### random_test_runner
```bash
ros2 launch random_test_runner random_test.launch.py \
architecture_type:=awf/universe \
architecture_type:=awf/universe/20230906 \
sensor_model:=sample_sensor_kit \
vehicle_model:=sample_vehicle
```
Expand Down

0 comments on commit bf4c8a9

Please sign in to comment.