Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ Step 6: Start Apollo and CyberRT bridge inside the apollo container via
```angular2html
cd /apollo
bash scripts/bootstrap.sh
bash scripts/bridge
bash scripts/bridge.sh
```

The bridge will remain open until you stop it manually using Ctrl+C.

Step 7: Start LGSVL. Run in another terminal (current path is `/apollo` inside apollo container)
```angular2html
./bazel-bin/BehAVExplor/main --config=/apollo/BehAVExplor/configs/[scenario config yaml file]
Expand Down