SUMO - Simulation of Urban MObility
https://sumo.dlr.de/docs/index.html
Documentation - SUMO Documentation
SUMO User Documentation "Simulation of Urban MObility" (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 w
sumo.dlr.de
시뮬레이션 소개
SUMO는 대규모 도로 네트워크에서 발생하는 교통 흐름을 보여주는 시뮬레이터이다. (Traffic Simulator)
특징으로는 Open Source / Highly Portable / Microscopic and Continuous Traffic Simulator로 다양한 시뮬레이터와 연동하여 사용할 수 있도록 되어있고 (VTD 등) Github 등을 통해 여러 소스 및 시나리오들을 제공받을 수 있다.
오픈 소스 기반으로 Open Street Map (XML)이나 Google Earth (KML), OpenDRIVE (XODR), Vissim 등에서 맵을 얻어낼 수 있으며, 이런 Map을 기반으로 다양한 차량 / 사람 / 대중교통 등의 경로를 만들어 낼 수 있다. 이 뿐만이 아니라 원하는 맵을 만들어서 할 수도 있다.
단순 시뮬레이션을 실행시키는 것만이 아닌 여러가지 Input(V2X / Route / Rerouter / Additional) 또는 TraCi 명령어를 통해 상황 부여를 다양하게 할 수 있으며, Output을 통해 결과를 다양하게 해석할 수도 있다. (하지만 많은 한계가 존재하기도 한다. 차차 정리하도록...)
내가 한 것들을 기반으로 정리를 진행해볼 예정이며, 이와 관련되어 심화된 궁금증은 Github이나 공식 사이트 (eclipse)를 이용하기 바란다. 최대한 노력하여 잘 정리해보도록 하겠다.
Youtube에서 공식 Conference를 통해 지원도 하니 참고 바란다.
https://www.youtube.com/watch?v=tlshWdzFWpY&list=PLy7t4z5SYNaRIdaznUrlC8F-Vt3qla1GJ
시뮬레이터 설치 방법
★ 모든 것은 기본 Doc을 기반으로 하자.
- 윈도우
: 아래 사이트에 가서 installer 실행하면 바로 설치 가능
https://sumo.dlr.de/docs/Downloads.php
Downloads - SUMO Documentation
1.1.0 --> Downloads SUMO - Latest Release (Version 1.12.0) Release date: 25.01.2022 Windows Binaries (64 bit), all dlls needed, the examples, tools, and documentation in HTML format. For an explanation of the contents and the licensing (especially concerni
sumo.dlr.de
- 우분투
: 사이트를 가서 해도 되지만 아래 명령어를 통해 바로 설치도 가능
$ sudo add-apt-repository ppa:sumo/stable
$ sudo apt-get update
$ sudo apt-get install sumo sumo-tools sumo-doc
'Simulator' 카테고리의 다른 글
[SUMO] 4. GUI Setting (sumo-gui 사용) (0) | 2022.03.23 |
---|---|
[SUMO] 3. Net-Edit / Netconvert 사용법 (0) | 2022.03.22 |
[SUMO] 2. RANDOMTRIPS (0) | 2022.03.03 |
[SUMO] 1. 기본적인 구성 (sumocfg) (0) | 2022.02.27 |