Resource division method of intersection
Hello, I am a postgraduate student from Northwestern Polytechnical University-MINES Paris Tech Joint Laboratory for Robot and Swarm Intelligent Systems. The website of our team lab is http://jlrsis.com:8080/JLRSISLab/index.jsp .I have proposed a method to partition areas based on intersections, and can implement the intersection scheduling algorithm based on the reservation of these areas, which is suitable for the research related to the reservation based intersection scheduling mechanism, and I have done the vehicle fleet cooperative intersection scheduling based on this method in my graduation design. Now I want to submit this area partitioning algorithm to the SUMO community. This is the file about my road network file and the code of division, please check, thank you very much. https://github.com/a-123-du/Intersection-critical-zone-division
SUMO-version:1.17.0
operating system:Windows
It would probably help interested people if English comments were added.
如果添加英文评论,可能会对感兴趣的人有所帮助。
Ok, do you mean to change the comments in the code to English? thank you.
Yes.
Yes. Ok, I have changed the comments in the code to English, thank you for checking. https://github.com/a-123-du/Intersection-critical-zone-division
Hello, I am trying to run your codes but it doesn't work because 'traci_study.parse_xml' is missed, can you add it to your project ? Thanks!