Eclipse - A microscopic road traffic simulation
Eclipse SUMO Version 1.1.0
- Copyright (C) 2001-2018 German Aerospace Center (DLR) and others;
http://sumo.dlr.de
A microscopic, multi-modal traffic simulation.
- --step-method.ballistic
- Whether to use ballistic method for the positional update of vehicles
(default is a semi-implicit Euler method).
- --lateral-resolution
FLOAT
- Defines the resolution in m when handling lateral positioning within a
lane (with -1 all vehicles drive at the center of their lane
- -s, --route-steps
TIME
- Load routes for the next number of seconds ahead
- --no-internal-links
- Disable (junction) internal links
- --ignore-junction-blocker
TIME
- Ignore vehicles which block the junction after they have been standing for
SECONDS (-1 means never ignore)
- --ignore-route-errors
- (1) Do not check whether routes are connected. (2) Allow inserting a
vehicle in a situation which requires emergency braking.
- --ignore-accidents
- Do not check whether accidents occur
- --collision.action
STR
- How to deal with collisions: [none,warn,teleport,remove]
- --collision.stoptime
TIME
- Let vehicle stop for TIME before performing collision.action (except for
action 'none')
- --collision.check-junctions
- Enables collisions checks on junctions
- --collision.mingap-factor
FLOAT
- Sets the fraction of minGap that must be maintained to avoid collision
detection. If a negative value is given, the carFollowModel parameter is
used
- --max-num-vehicles
INT
- Delay vehicle insertion to stay within the given maximum number
- --max-num-teleports
INT
- Abort the simulation if the given maximum number of teleports is
exceeded
- --scale
FLOAT
- Scale demand by the given factor (by discarding or duplicating
vehicles)
- --time-to-teleport
TIME
- Specify how long a vehicle may wait until being teleported, defaults to
300, non-positive values disable teleporting
- --time-to-teleport.highways
TIME
- The waiting time after which vehicles on a fast road (speed > 69m/s)
are teleported if they are on a non-continuing lane
- --waiting-time-memory
TIME
- Length of time interval, over which accumulated waiting time is taken into
account (default is 100s.)
- --max-depart-delay
TIME
- How long vehicles wait for departure before being skipped, defaults to
-1 which means vehicles are never skipped
- --sloppy-insert
- Whether insertion on an edge shall not be repeated in same step once
failed
- --eager-insert
- Whether each vehicle is checked separately for insertion on an edge
- --random-depart-offset
TIME
- Each vehicle receives a random offset to its depart value drawn uniformly
from [0, TIME]
- --lanechange.duration
TIME
- Duration of a lane change maneuver (default 0)
- --lanechange.overtake-right
- Whether overtaking on the right on motorways is permitted
- --tls.all-off
- Switches off all traffic lights.
- --time-to-impatience
TIME
- Specify how long a vehicle may wait until impatience grows from 0 to 1,
defaults to 300, non-positive values disable impatience growth
- --default.action-step-length
FLOAT
- Length of the default interval length between action points for the
car-following and lane-change models (in seconds). If not specified, the
simulation step-length is used per default. Vehicle- or VType-specific
settings override the default. Must be a multiple of the simulation
step-length.
- --default.carfollowmodel
STR
- Select default car following model (Krauss, IDM, ...)
- --default.speeddev
FLOAT
- Select default speed deviation. A negative value implies vClass specific
defaults (0.1 for the default passenger class
- --default.emergencydecel
STR
- Select default emergencyDecel value among ('decel', 'default', FLOAT)
which sets the value either to the same as the deceleration value, a
vClass-class specific default or the given FLOAT in m/s^2
- --emergencydecel.warning-threshold
FLOAT
- Sets the fraction of emergency decel capability that must be used to
trigger a warning.
- --pedestrian.model
STR
- Select among pedestrian models ['nonInteracting', 'striping',
'remote']
- --pedestrian.striping.stripe-width
FLOAT
- Width of parallel stripes for segmenting a sidewalk (meters) for use with
model 'striping'
- --pedestrian.striping.dawdling
FLOAT
- factor for random slow-downs [0,1] for use with model 'striping'
- --pedestrian.striping.jamtime
TIME
- Time in seconds after which pedestrians start squeezing through a jam when
using model 'striping' (non-positive values disable squeezing)
- --pedestrian.remote.address
STR
- The address (host:port) of the external simulation
- --device.ssm.probability
FLOAT
- The probability for a vehicle to have a 'ssm' device
- --device.ssm.explicit
STR
- Assign a 'ssm' device to named vehicles
- --device.ssm.deterministic
- The 'ssm' devices are set deterministic using a fraction of 1000
- --device.ssm.measures
STR
- Specifies which measures will be logged (as a space separated sequence of
IDs in ('TTC', 'DRAC', 'PET')).
- --device.ssm.thresholds
STR
- Specifies thresholds corresponding to the specified measures (see
documentation and watch the order!). Only events exceeding the thresholds
will be logged.
- --device.ssm.trajectories
- Specifies whether trajectories will be logged (if false, only the extremal
values and times are reported, this is the default).
- --device.ssm.range
FLOAT
- Specifies the detection range in meters (default is 50.00m.). For vehicles
below this distance from the equipped vehicle, SSM values are traced.
- --device.ssm.extratime
FLOAT
- Specifies the time in seconds to be logged after a conflict is over
(default is 5.00secs.). Required >0 if PET is to be calculated for
crossing conflicts.
- --device.ssm.file
STR
- Give a global default filename for the SSM output.
- --device.ssm.geo
- Whether to use coordinates of the original reference system in output
(default is false).
- --random
- Initialises the random number generator with the current system time
- --seed INT
- Initialises the random number generator with the given value
- sumo -b 0 -e 1000 -n net.xml -r routes.xml
- start a simulation from time 0 to 1000 with given net and routes
- sumo -c munich_config.cfg
- start with a configuration file
- sumo --help
- print help
Report bugs at <https://github.com/eclipse/sumo/issues>.
Get in contact via <sumo@dlr.de>.
-
Build features: x86_64-pc-linux-gnu PROJ GDAL GUI
Copyright (C) 2001-2018 German Aerospace Center (DLR) and others;
http://sumo.dlr.de
Eclipse SUMO Version 1.1.0 is part of SUMO.
This program and the accompanying materials are made available under the terms
of the Eclipse Public License v2.0 which accompanies this distribution, and
is available at http://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0