Skip to content

Commit

Permalink
feat: add rviz_config to the launch script in tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
  • Loading branch information
KhalilSelyan committed Sep 3, 2024
1 parent ffc9c60 commit 41effa7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
record:=false \
scenario:='$(find-pkg-share scenario_test_runner)/scenario/sample.yaml' \
sensor_model:=sample_sensor_kit \
vehicle_model:=sample_vehicle
vehicle_model:=sample_vehicle \
rviz_config:=$($(ros2 pkg prefix autoware_launch)/share/autoware_launch/rviz/scenario_simulator.rviz)
```

![scenario_test_runner](images/scenario_test_runner.png)
Expand Down

0 comments on commit 41effa7

Please sign in to comment.