Skip to content

Commit

Permalink
added rviz_config to the launch script
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 e6b847d commit d406394
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ ros2 launch scenario_test_runner scenario_test_runner.launch.py \
record:=false \
scenario:='/path/to/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/simulator.rviz)
```

- Now, the scenario will be executed in the Scenario Simulator. You can see the simulation in the RViz window.
Expand Down

0 comments on commit d406394

Please sign in to comment.