All Projects → eclipse → Sumo

eclipse / Sumo

Licence: epl-2.0
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.

Projects that are alternatives of or similar to Sumo

mosaic
Eclipse MOSAIC is a Multi-Domain and Multi-Scale Simulation Framework for Automated and Connected Mobility Scenarios.
Stars: ✭ 51 (-94.86%)
Mutual labels:  simulation, traffic
Bluesky
The open source air traffic simulator
Stars: ✭ 146 (-85.28%)
Mutual labels:  traffic, simulation
SmartTrafficIntersection
Another AI toy project, of a traffic intersection controlled by a Reinforcement Learning AI agent to optimize traffic flow in an intersection of vehicles or pedestrians
Stars: ✭ 30 (-96.98%)
Mutual labels:  simulation, traffic
DTA
This repository documents MATLAB implementation of a dynamic user equilibrium solver, including a dynamic network loading sub-routine
Stars: ✭ 55 (-94.46%)
Mutual labels:  traffic, transport
Openloco
An open source re-implementation of Chris Sawyer's Locomotion
Stars: ✭ 504 (-49.19%)
Mutual labels:  transport, simulation
Osmnx Examples
Usage examples, demos, and tutorials for OSMnx.
Stars: ✭ 863 (-13%)
Mutual labels:  transport
Cellsim 2
Simulating complete lives of different cellular animals and plants. Evolution, inheritance, predation and more.
Stars: ✭ 28 (-97.18%)
Mutual labels:  simulation
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (-13.21%)
Mutual labels:  simulation
Mobsim
Spatial analysis and simulation of ecological communities
Stars: ✭ 9 (-99.09%)
Mutual labels:  simulation
Pandemic Simulator
Simulate a pandemic with artificial life objects.
Stars: ✭ 38 (-96.17%)
Mutual labels:  simulation
Node Opcua
an implementation of a OPC UA stack fully written in javascript and nodejs - http://node-opcua.github.io/
Stars: ✭ 985 (-0.71%)
Mutual labels:  transport
Workcraft
Toolset to capture, simulate, synthesize and verify graph models
Stars: ✭ 27 (-97.28%)
Mutual labels:  simulation
Gym Alttp Gridworld
A gym environment for Stuart Armstrong's model of a treacherous turn.
Stars: ✭ 14 (-98.59%)
Mutual labels:  simulation
Jomini
Historical battle simulation package for Python
Stars: ✭ 31 (-96.87%)
Mutual labels:  simulation
Metta
An information security preparedness tool to do adversarial simulation.
Stars: ✭ 867 (-12.6%)
Mutual labels:  simulation
Memo
Decorators that help you remember.
Stars: ✭ 34 (-96.57%)
Mutual labels:  simulation
Ocean community next gen
Next gen iteration of the unity community ocean shader
Stars: ✭ 855 (-13.81%)
Mutual labels:  simulation
Transport Pipes
Buildcraft without mods!
Stars: ✭ 21 (-97.88%)
Mutual labels:  transport
Pioneer
A game of lonely space adventure
Stars: ✭ 979 (-1.31%)
Mutual labels:  simulation
Phpnetmap
Web application for ethernet network mapping. PHP Software for network device monitoring with SNMP v(1/2c/3) protocol.
Stars: ✭ 20 (-97.98%)
Mutual labels:  traffic

Eclipse SUMO - Simulation of Urban MObility

Windows Linux macOS 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].