Skip to content

Commit a298503

Browse files
committed
README.md: Mention that the unit tests recognize LGSVL__SIMULATOR_HOST
1 parent 42a24c1 commit a298503

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,14 @@ Jaguar2015XE | Autoware AI | https://wise.svlsimulator.com/vehicles/p
8888
Lincoln2017MKZ | Apollo 5.0 | https://wise.svlsimulator.com/vehicles/profile/73805704-1e46-4eb6-b5f9-ec2244d5951e/edit/configuration/47b529db-0593-4908-b3e7-4b24a32a0f70 |
8989

9090
<br/>
91+
9192
Then launch an **API Only** simulation before running the unit tests.
9293

94+
By default, the unit tests expect to be able to connect to SVL Simulator using
95+
the `localhost` address. To change it, set the `LGSVL__SIMULATOR_HOST`
96+
environment variable to the hostname or IP address of the network interface of
97+
the machine running SVL Simulator to which the unit tests should connect.
98+
9399
# run all unittests
94100
python3 -m unittest discover -v -c
95101

0 commit comments

Comments
 (0)