Skip to content
/ sumo Public
forked from 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.

License

Notifications You must be signed in to change notification settings

rxd199682/sumo

This branch is 15924 commits behind eclipse-sumo/sumo:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 6, 2022
Jan 5, 2021
Jul 21, 2022
Oct 12, 2022
Oct 11, 2022
Oct 12, 2022
Oct 12, 2022
Oct 12, 2022
Sep 28, 2022
May 6, 2022
Oct 11, 2022
Oct 9, 2022
Feb 12, 2020
Aug 24, 2022
Aug 12, 2022
Oct 10, 2022
Jul 11, 2022
Nov 22, 2020
Dec 4, 2019
Apr 20, 2021
Jun 28, 2018
Mar 17, 2022
Oct 12, 2022
Apr 15, 2022
Jun 25, 2022
Nov 13, 2021

Repository files navigation

Eclipse SUMO - Simulation of Urban MObility

Windows Linux macOS sonarcloud security Translation status Repo Size

What is SUMO

"Simulation of Urban MObility" (SUMO) is an open source, highly portable, microscopic traffic simulation package designed to handle large road networks and different modes of transport.

It is mainly developed by employees of the Institute of Transportation Systems at the German Aerospace Center.

Where to get it

You can download SUMO via our downloads site.

As the program is still under development and is extended continuously, we advice you to use the latest sources from our GitHub repository. Using a command line client the following command should work:

    git clone --recursive https://github.com/eclipse/sumo

Contact

To stay informed, we have a mailing list for SUMO you can subscribe to. Messages to the list can be sent to [email protected]. SUMO announcements will be made through the [email protected] list; you can subscribe to as well. For further contact information have a look at the this page.

Build and Installation

For Windows we provide pre-compiled binaries and CMake files to generate Visual Studio projects. If you want to develop under Windows, please also clone the dependent libraries using

    git clone --recursive https://github.com/DLR-TS/SUMOLibraries

Using Linux you should have a look whether your distribution already contains sumo. There is also a ppa for ubuntu users and an open build service instance. If you want to build yourself, the steps for ubuntu are:

    sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig
    cd <SUMO_DIR> # please insert the correct directory name here
    export SUMO_HOME="$PWD"
    mkdir build/cmake-build && cd build/cmake-build
    cmake ../..
    make -j$(nproc)

For detailed build instructions have a look at our Documentation.

Getting started

To get started with SUMO, take a look at the docs/tutorial and examples directories, which contain some example networks with routing data and configuration files. There is also user documentation provided in the docs/ directory and on the homepage.

Bugs

Please use for bugs and requests the GitHub bug tracking tool or file them to the list [email protected]. Before filing a bug, please consider to check with a current repository checkout whether the problem has already been fixed.

We welcome patches, pull requests and other contributions! For details see our contribution guidelines.

License

SUMO is licensed under the Eclipse Public License Version 2. For the licenses of the different libraries and supplementary code information is in the subdirectories and the Documentation.

About

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.

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published