-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi guys,
I have downloaded and run the OSSDC-SIM-v1.
However when, I run the python script Pure_Pursuit.py, from the F1Tenth-Api folder it returns the error below:
**<Set env LGSVL__SIMULATOR_HOST
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/home/eefthymiou/ad_sims/ossdc/PythonAPI/lgsvl/remote.py", line 29, in run
self.loop.run_until_complete(self.process())
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/eefthymiou/ad_sims/ossdc/PythonAPI/lgsvl/remote.py", line 37, in process
self.websocket = await websockets.connect(self.endpoint, compression=None)
File "/home/eefthymiou/venvs/py_ossdc/lib/python3.8/site-packages/websockets/legacy/client.py", line 659, in await_impl_timeout
return await asyncio.wait_for(self.await_impl(), self.open_timeout)
File "/usr/lib/python3.8/asyncio/tasks.py", line 501, in wait_for
raise exceptions.TimeoutError()
asyncio.exceptions.TimeoutError
**
Any input on how I can make it run?
Thanks!