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
i am very interested in this project. But i cann't run correctly. I find the zip file i download have not the file "car.py", but have file "car_base.py" "car_h.py" "car_nh.py".
When i modify the "car" with "car_base or _h " in this "from simulation.car import Car" sentence, there is another error:
max_hv = int(sys.argv[6]) #SAS 2020
IndexError: list index out of range
so, I hope that i could get some guidance.
The text was updated successfully, but these errors were encountered:
I am glad that you are interested in this project. Can you walk me through exactly what you did (the commands and executions after you unzipped). I have not been working on this project for a while and it is probably not in its best shape for running on an external machine but if you can explain your process and send me the error I can most certainly help you.
i am very interested in this project. But i cann't run correctly. I find the zip file i download have not the file "car.py", but have file "car_base.py" "car_h.py" "car_nh.py".
When i modify the "car" with "car_base or _h " in this "from simulation.car import Car" sentence, there is another error:
so, I hope that i could get some guidance.
The text was updated successfully, but these errors were encountered: