TianzhenLi / Intelligent-Intersection

The SUMO simulation platform is used to realize the traditional traffic lights, intelligent traffic lights and intelligent traffic intersections.
72 stars 18 forks source link

Fail to run #3

Closed nguyentrihai93 closed 4 years ago

nguyentrihai93 commented 4 years ago

I follow the link here: https://www.jianshu.com/p/3f5b817ff62f

Then I can run the examples in plexe-pyapi. However, when I ran the simulations in this repo. It's failed.

Terminal: traci.exceptions.FatalTraCIError: connection closed by SUMO

SUMO:

Loading configuration... done. Starting server on port 49243 Loading net-file from 'traditional_traffic.net.xml'... done (8ms). Loading done. Error: Unknown car following model 'CC' when parsing vtype 'vtypeauto' Quitting (on error). Simulation started with time: 0.00 Error: tcpip::Storage::readIsSafe: want to read 4 bytes from Storage, but only 3 remaining Quitting (on error).

nguyentrihai93 commented 4 years ago

Which version of SUMO are you using?

TianzhenLi commented 4 years ago

I introduced how to install SUMO in the README.md file, and you can refer to it.

TianzhenLi commented 4 years ago

My version is version 1.4.0

nguyentrihai93 commented 4 years ago

I still had the above issue.

TianzhenLi commented 4 years ago

You put 'plexe' and other programs in a folder, and try to see if it succeeds. I have never had such an error.

TrinhTuanHung2021 commented 2 years ago

I follow the link here: https://www.jianshu.com/p/3f5b817ff62f

Then I can run the examples in plexe-pyapi. However, when I ran the simulations in this repo. It's failed.

Terminal: traci.exceptions.FatalTraCIError: connection closed by SUMO

SUMO:

Loading configuration... done.

Starting server on port 49243 Loading net-file from 'traditional_traffic.net.xml'... done (8ms). Loading done. Error: Unknown car following model 'CC' when parsing vtype 'vtypeauto' Quitting (on error). Simulation started with time: 0.00 Error: tcpip::Storage::readIsSafe: want to read 4 bytes from Storage, but only 3 remaining Quitting (on error).

Hello Hai. Did you fix it?