You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@roboserg you are right. Those two lines are missing from those examples. Thanks for pointing it out!
As for the bridge connection error, that would occur if there is no bridge running. These examples are all trying to make a bridge connection to cyber bridge in the Apollo repo. If you do not have that running (or the address is different) you will receive a fatal bridge error.
EDIT: A more correct fix would be to use os.environ.get(....) to get the scene name to be consistent.
Every script under
\examples\SampleTestCases
throws an errorNameError: name 'env' is not defined
Is it supposed to be like that and not including the following two lines?
Secondly, even if I add above two lines, the map loads, I see the car spawning and then the simulation abruptly dies with
No to mention I fail every test case with
python -m unittest discover -v -c
The text was updated successfully, but these errors were encountered: