eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.48k stars 1.4k forks source link

How to download Plexe under Window System #12555

Closed xhy12345x closed 1 year ago

xhy12345x commented 1 year ago

operating system:

Hello! I want to ask you about how Plexe can be downloaded and used under the window system. I plan to use Python to use Plexe under the window system. I am very lucky to see your explanation on github, but I feel that you write it in C++. So I want to ask how to download if I want to write in python. I hope to receive your reply soon! I wish you a good day. Thank you again!

m-kro commented 1 year ago

Plexe extends SUMO with additional models so that it suits the Car2X/platooning use case better and uses Veins/Omnet++ also. You should be able to download and compile the SUMO fork Plexe in the same way as for the original SUMO (see Windows build process in the docs): Download the archive / clone it from git and follow the instructions. Please refer to https://plexe.car2x.org/ if you have questions like how to use Python with Plexe-specific functions or want to make use of precompiled packages.