Git Main#
Bugfixes#
- Simulation
- Fixed crash when using bluelight vehicle and SSM device. Issue #11336 (regression in 1.12.0)
- Rerouter attribute
timeTreshold
is working again after a vehicle has changed lanes. Issue #11405 (regression in 1.14.0) - Taxi drop-off is no longer interrupted by new dispatch. Also, persons only continue their plan after the drop-off duration. Issue #11311
- Fixed bug where emergency vehicle fails to overtake. Issue #11345
- Fixed bug where emergency vehicle performs invalid (unstrategic) lanechange. Issue #11337
- A persons individual speedFactor is now applied during access stage. Issue #11452
- Fixed invalid pedestrian routing when using the striping model to navigate within an intersection. Issue #11674
- Fixed invalid parking maneuver times. Issue #11420
- Option --scale and vType attribute
scale
now apply evenly to all defined<flow
> elements when set to values below 1. Issue #11441 - Fixed invalid braking at intersection in sublane simulation. Issue #11484
- Fixed emergency braking at lane-width change in sublane simulation. Issue #11467, #11639
- Fixed junction collision while turning with the sublane model. Issue #11482
- Fixed invalid (slightly exaggerated) estimate of junction passing time. Issue #11106
- Fixed prolonged waiting at side roads despite sufficient gaps. Issue #11106
- Cars generated for a
<personTrip>
now slow down before dropping of the person. Issue #11532 - Fixed vehicle collision with pedestrian on shared lane after lane width change. Issue #11602
- Fixed emergency breaking near shared walkingarea. Issue #11478
- Fixed invalid junction collision warning involving short approach edges. Issue #11609
- Fixed crash on inconsistent opposite-direction edge definitions. Issue #11661
- Fixed deadlock between car and pedestrian on shared walkingarea. Issue #11734
- Fixed error when a personTrip with toJunction is followed by another trip. Issue #11820
- Fixed incorrect/delayed vehicle inserting on bidi-edge. Issue #11419
- Fixed collisions on bidi-edge. Issue #11477
- Fixed missing error after routing failure. Issue #11840
- Fixed invalid slow-down on intersections by vehicles equipped with bluelight device due to
driveRedSpeed
. Issue #11878 - Fixed emergency braking when using carFollowModel IDM. Issue #11498, #11564, #11564
- Fixed emergency braking when using carFollowModel CACC. Issue #11679, #11653
- Fixed emergency braking and collisions when using carFollowModel ACC. Issue #4551
- EIDM carFollowModel:
- Fixed multiple EIDM issues related to imprecise driving at stop lines. #11242, #11182, #11183
- Fixed bug where vehicles did not reach a defined stop. Issue #11364
- Fixed collision. Issue #11361
- Slow-to-start now works after stopping. Issue #11374
- Fixed emergency braking when approaching stop. Issue #11461
- lane changing
- Fixed bug where vehicles take to long to overtake pedestrians. Issue #11608
- Fixed bug where vehicle drives outside lane bound after lane width change. Issue #11468
- Fixed emergency braking during opposite direction driving. Issue #11481
- Fixed bug where car blocks itself during continuous laneChange after loading state. Issue #11394
- Fixed invalid speed adaptations for lane changing while on an intersection. Issue #11507
- Fixed strategic change happening despite lcStrategic=-1. Issue #11752
- A stopped leader now triggers strategic changing in the sublane model. Issue #11773
- output
- fcd-output now includes riding persons even if their vehicle is not equipped with fcd device. Issue #11454
- fcd-output of persons now respects edge and shape filters. Issue #11455
- Output of a persons speed in access stage is now correct (was given as 0 before). Issue #11453
- Fixed several bugs that prevented intermodal vehroute output from being re-used as simulation input. Issue #7006
- Vehroute-output no longer includes unfinished persons by default. Issue #11730
- railways:
- Fixed unsafe train insertion with oncoming vehicle. Issue #11384
- Fixed invalid error when trying to insert train before red signal with high speed. Issue #11440
- Fixed emergency braking due to unsuitable rail signal choice between rivaling trains. Issue #11442
- Fixed railway routing failure. Issue #11835
- netedit
- Fixed missing coordinate indicator in status bar. Issue #11230 (regression in 1.14.0)
- Loading an additional file and saving modifications no longer prompts for a file name. Issue #11030
- Clicking over column labels no longer clears the traffic phase table. Issue #11240
- Flow probability is no longer limited to full percent. Issue #11259
- Directional arrows are now drawn on top of detectors. Issue #11381
- Fixed bug that prevented bidi-edges from being defined. Issue #11397
- Fixed bugs related to object locking (via the lock menu). Issue #10863
- Additional object chooser no longer lists POIs and polygons. Issue #11580
- Fixed invalid context menu after clicking on overlapped lanes. Issue #11577
- Context menus on ambiguously overlapping objects now gives a choice of object. Holding ALT always gives all choices. Issue #10916
- Junctions covered by a walkingarea can now be moved. Issue #11622
- In tls mode, icons are now drawn on top of walkingarea shapes. Issue #11302
- Setting a numerical value for departPosLat is now working. Issue #11694
- Fixed parsing of
<closingReroute>
permissions. Issue #11699 - Ids of crossings and walkingareas can now be drawn. Issue #11664
- Visual scaling for selected data elements now works. Issue #10937
- Fixed crash when using the "undo/redo history" dialog. Issue #11370
- Setting custom arrivalPos in personPlan frame is now working. Issue #11800
- Continuous PersonPlans between Junctions can now be created. Issue #11813
- Walks over routes can now be created. Issue #11845
- Subsequent stops can now be created for personPlans and containerPlans. Issue #11848
- sumo-gui
- Fixed crash when opening busStop parameters after simulation end. Issue #11499 (regression in 1.13.0)
- Lane menu functions select reachable, close lane, add rerouter are now working again. Issue #11448 (regression in 1.14.0)
- Directional arrows are now drawn on top of detectors. Issue #11380
- 3D view now updates lane colors after updating of selected lanes. Issue #10908
- Fixed invalid occupancy values caused by vehicles vehicles that are partially on a lane (i.e. with the sublane model). Issue #11404
- Opening the object chooser now brings existing dialogs into focus. Issue #11579
- Detector names are now shown in the parameter dialog. Issue #11029
- TAZs parameters are now loaded. Issue #7479
- Fixed insufficient precision when saving edge scaling scheme. Issue #11711
- Fixed corrupted 3D view after window resize and minimize operation. Issue #11727
- Initial camera coordinates are now matching for the 3D view. Issue #11742
- Fixed invalid displayed settings for asymmetrical background grid. Issue #11809
- netconvert
- Fixed invalid red phase at traffic lights with very low connection speeds. Issue #11307 (regression in 1.14.0)
- Fixed invalid turn-around connection at roundabout with unusual geometry. Issue #11344
- Fixed projection error when importing OpenDRIVE. Issue #11263
- Fixed too short busStops when import OSM data. Issue #11372
- Option --geometry.remove now works if edges are running on top of each other (i.e. tram and road). Issue #11516
- Fixed crash when loading ptstops and reducing the network extent. Issue #11546
- Fixed bug that caused internal junctions for railways. Issue #11558
- Fixed invalid walkingarea shapes. Issue #11590
- Lane types are now preserved after
<split>
s. Issue #11592 - Tram edge merging now preserves origId. Issue #11582
- Fixed bug where tram stop was assigned to street instead of rail. Issue #11645
- Fixed invalid bidi edges with ptline-output. Issue #11497
- Invalid state string length now always triggers a warning. Issue #11637
- Activating option --ptline-output no longer modifies the network. Issue #10732
- Fixed bug that caused inconsistent opposite-edge declarations to be written. Issue #11731
- OSM import: fixed public transport stop assignment to edge without proper permissions. Issue #11656
- Fixed missing bidi edges on long rail edges with multiple stops after topology repair. Issue #11828
- OSM: Fixed invalid public transport route on bidirectional way. Issue #11829
- Fixed crash while processing public transport stops. Issue #11839
- duarouter
- vTypeDistributions with attribute
vTypes
now consider vType-probabilities. Issue #11376
- vTypeDistributions with attribute
- jtrrouter
- Fixed infinite loop when loading poisson flow. Issue #11834
- polyconvert
- Option --prune.in-net.offsets can now specify all possible offsets. Also the interpretation was changed, so that positive values now cause enlargement on all sides. Issue #11438
- od2trips
- marouter
- Option --scale now works when loading tazrelation-files and amitran-files. Issue #11853
- TraCI
- Function vehicle.highlight is now tracking the vehicle again. Issue #11352 (regression in 1.13.0)
- Simpla: fixed rash due to unclear speed factor semantics. Issue #11223
- Simpla: fixed invalid behavior when subsequent edges vary in lane number. Issue #11276
- Simpla: fixed input error handling. Issue #11789
- traceFile no longer contains redundant calls to helper method
person.removeStages
. Issue #11418 - Libsumo can now be compiled with having fox-toolkit installed. Issue #11115
- Context subscription filters for vTypes and vClasses are now compatible with all other filters. Issue #11540
- Function
simulation.getDistance2D(..., isGeo=True)
now works. Issue #11610 - Libsumo simulation outputs now include version information. Issue #11808
- Tools
- randomTrips.py and duaIterate.py now properly report unknown options again. Issue #11258 (regression in 1.14.1)
- randomTrips.py: fixed error when combining options --additional-files, --vtype-output, --vehicle-class. Issue #11431
- tlsCoordinator.py: Now handles rail crossings. Issue #11250
- tlsCycleAdaptation.py: Now handles unsorted route files. Issue #11251
- plot_net_dump.py: Fixed invalid error message when closing figure window. Issue #11280
- plot_net_dump.py: fixed error when trying to plot homogeneous edgeData. Issue #11351
- generateRailSignalConstraints.py: Fixed missing inactive insertion constraints when --write-inactive is set. Issue #11375
- generateRailSignalConstraints.py: Added missing constraints from bidirectional stop usage. Issue #11371
- generateRailSignalConstraints.py: now detecting swapped ended times. Issue #11687, #11741
- Fixed use of
gapPenalty
parameter in functionsumolib.route.mapTrace
. Issue #11292 - plotXMLAttributes.py: Now support plotting by rank (by specifying attribute
@RANK
). Issue #11605 - osmWebWizard.py Now aborts early if the OSM download fails and no longer leaves empty directories behind. Issue #11722
- osmWebWizard.py Now gives better feedback on certificate errors. Issue #10804
- turnfile2EdgeRelations.py: Fixed invalid end element, preserving comments. Issue #11748
- gtfs2pt.py: Now handling empty timetable. Issue #11763
- gtfs2pt.py: Fixed invalid route references in output. Issue #11797
Enhancements#
- Simulation
- Added option --tls.actuated.detector-length to set the default length of actuation detectors. Issue #11335
- Verbose output and --statistic-output now always include the count of vehicles for the trip statistics. Issue #11366
- carFollowModel ACC can now be configured with vType attribute 'collisionAvoidanceOverride' (previously hard-coded to 2). Issue #11383
- Tripinfo-output for persons now includes the individual speedFactor (in personInfo). Issue #11450
- The new vType attribute
desiredMaxSpeed
can be used to configure speed distributions for vehicles that are not constrained by the road speed limit (i.e. bicycles). Issue #11102 - Bicycles speeds now follow a speed distribution by default (centered on 20km/h, configurable with
desiredMaxSpeed
). Issue #11102 - Option --emission-output.precision now also applies to emissions in tripinfo-output. Issue #11474
- Added option --time-to-teleport.bidi to resolve deadlocks on bidirectional edges. Issue #11435
- The vType attributes
timeToTeleport
andtimeToTeleportBidi
can now be used to customize teleporting behavior. Issue #9497 - Pedestrians now react to edge speed limit (i.e. for modelling stairs). Issue #11526
- Added option --vehroute-output.internal to include internal edges in the output. Issue #10601
- Specifying pedestrian
<walk>
withdepartPosLat="random"
is now supported. Issue #10573 - Option --devices.ssm.measures now supports comma-separated values. Issue #10478
- When using the special string 'TIME' in file names, all written files now use the same time stamp. Issue #10346
- Added option --pedestrian.striping.walkingarea-detail INT to increase the smoothness of pedestrian trajectories. Issue #8797
- netedit
- Saved detector names use descriptive tags instead of the 'E1,E2, ...' tags. Issue #11028
- Hovering over an attribute now displays it's full value in a tooltip if field is too narrow. Issue #11194
- Added button to inspect vTypes/vTypeDistributions during vehicle inspection. Issue #10041
- Added edge color legend in vehicle mode. Issue #10866
- Now using distinct default id-prefix for
flow
,personFlow
and `containerFlow. Issue #11077 - Adding network-recomputation status in the lower right corner. Issue #4725
- Adding a reverse edge now supports adding an edge with the same or with shifted geometry for all spreadType values. Issue #11046
- Add shortcut to open current location in Google Maps and OSM map to context menu. Issue #10506
- A sumo configuration file can now be saved directly. Issue #11036
- Joined traffic lights can now be defined for selected junctions via the context menu. Issue #11396
- Create edge frame has two new checkboxes (disallow pedestrians,add sidewalk) to simplify creation of edges for pedestrian simulation. Issue #10969
- In networks with pedestrian crossings, create edge frame disallows pedestrians on road lanes by default. Issue #10970
- In move mode, alt+right-click on overlapped objects now allows marking the front element to be moved. Issue #10900
- In vehicle mode: alt+right-click on overlapping routes, now allows marking the front element to be used when creating 'vehicle over route'. Issue #11009
- In delete mode, ambiguous clicks now open a context menu for selecting the intended target. Issue #11606
- In delete mode, the object to be deleted is now outlined. Issue #11636
- Button tooltips can be enabled/disabled with a persistent toggle-button. Issue #11550
- Creating accidental double stops for the same vehicle is now prevented. Issue #10078
- Holding the middle button now allows panning the view (also in sumo-gui). Issue #11632
- "Undo-Redo list" dialog now includes color codes and entity ids. Issue #4765
- Using distinct walkingArea color to distinguish them from other objects. Issue #11724
- Every vClass has it's own icon now. Issue #9872, #11801
- Kilometrage at cursor position is now shown in the edge context menu. Issue #11815
- Add (optional) tooltips in attribute labels. Issue #11490
- Traffic light mode:
- phase table now permits moving phases up and down. Issue #10856
- Added buttons reset either the current program or all programs of the current traffic light to their default. Issue #9072, #11357
- phase table now shows index of each phase. Issue #11343
- phase table has additional options when inserting a phase (i.e. duplicate, all green). Issue #10672, #3419
- traffic lights can be renamed. Issue #11386
- the list of programs by is sorted by ID. Issue #11358
- phase table shows cumulative time when hovering over the duration column. Issue #7962
- tlType can now be changed directly. Issue #10757
- Detectors for actuated traffic lights can now be customized visually. Issue #9598
- Add new mode for visually creating and changing joined traffic lights. Issue #11367
- sumo-gui
- 3D view now permits clicking on more objects (lanes, junctions, traffic lights). Issue #10882
- 3D view now supports realistic drawing of traffic signals for cars and pedestrians. Issue #10913, #11162
- Stopped two-wheelers are now drawn without rider. Issue #10917
- The front of the first rail carriage is now indicated by a black window in 'simple shape' mode. Issue #11369
- Vehicle class 'taxi' is now indicated by additional decorations in simple shapes mode. Issue #11424
- vClass-specific speed limits are now listed in lane parameter dialog if defined. Issue #11100
- Fixed overlapping text for stop information (when show route is active). Issue #11462
- The timeSinceStartup (from standing) is now listed in vehicle parameter dialog. Issue #11463
- Status bar now indicates successful screenshot. Issue #11279
- If a car has a custom arrivalPos or arrivalLane, these are now indicated when 'show route' is active. Issue #11533
- Opening a second breakpoint editor is now prevented. Issue #10365
- An active traci-server is now indicated in the status bar. Issue #5054
- Kilometrage at cursor position is now shown in the lane context menu. Issue #11815
- Added 'hide above threshold' to rainbow calibrator. Issue #11814
- netconvert
- Input given via option --ptline-files is now filtered when reducing the network extent. Issue #11548
- Declaring a node as fringe (attribute
fringe
) now disables walkingareas (that would be appropriate at a dead-end). Issue #11614 - Added extra consistency checks for public transport stop ordering in OSM input (with regard to bidi-edges). Issue #11612
- Original ids of edges of removed edges are now stored in joined junctions parameters. Issue #11428
- OSM import now support more symbolic speed restrictions. Issue #11682, #11683
- OSM import now sets the fringe type of nodes for dead-ends. Issue #6623
- Option --fringe.guess now detects more outer fringe nodes. Issue #11754
- Node clusters and joint traffic lights get now similar ids of the form "cluster_id0_id1" or "joinedS_...", "joinedG_...". Issue #3871
- Joined ids are abbreviated with the scheme
"cluster_id0_id1_id2_id3_#5more"
if too many junctions / traffic lights are participating, see also -max-join-ids. Issue #10795 - OSM: monorail import is now supported. Issue #11799
- OSM: cable car (aerialway) import is now supported. Issue #11798
- Added new junction type left_before_right (needed for right-hand traffic with special rules, i.e. Madagascar). Issue #11855
- netgenerate
- Now supports options --geometry.remove and --tls.discard-simple. Issue #11422
- activitygen
- Edges are now checked for their permissions before being used for passenger cars origin / destination. Issue #11445
- polyconvert
- Warning messages are now aggregated by default warning. Issue #11585
- TraCI
- Simpla: Added additional platooning criteria via new attributes 'edgeLookAhead', 'distLookAhead' and 'lcMinDist'. Issue #9252, #11236 (Thanks to Jörg Schweizer)
- Simpla: platooning distances are now time-headways instead of gap-in-meters by default. Configurable with new attributes 'maxPlatoonHeadway', 'catchupHeadway', 'useHeadway'. Issue #11124
- Net method
traci.simulation.getOption
can now be used to retrieve any simulation option. Issue #11319 - person.getTaxiReservation parameter stateFilter now supports setting multiple bits. Issue #11501
- Added function
traci.trafficlight.updateConstraints
for automated updating of rail signal constraints after rerouting. Issue #10134 - Added function
traci.gui.setAngle
to change viewport angle. Issue #11239 - Added functions
traci.gui.addView
,traci.gui.removeView
to add/remove view windows. Issue #11760 - Fixed bug where CACC model had invalid speed while activating ToC. Issue #6192
-
tools
- routeSampler.py: now supports options --depart-attribute, --arrival-attribute to set extra constraints. Issue #6727
- routeSampler.py: added more statistics on processed intervals. Issue #11328
- countEdgeUsage.py: Can now load multiple route files. Issue #11338
- generateRailSignalConstraints.py: added constraints for vehicles inserted at the same stop. Issue #11378
- drtonline.py: now supports option --tracefile to allow for quick replication of a simulation. Issue #11414
- Added new tool drtOrtools.py to solve DRT problems with the ortools package. Issue #11413
- randomTrips.py: New option --min-dist-fringe which allows short fringe-to-fringe trips if trip generation with --min-dist fails repeatedly. Issue #10592
- osmWebWizard.py: Now prevents turn-arounds at the start and end of routes to improve traffic flow. Issue #10167
- osmWebWizard.py: Now reliably generates trips in small networks. Issue #11563
- osmWebWizard.py: Now aborts scenario building if when trying and failing to retrieve satellite data. Issue #11423
- attributeStats.py: Now includes
stdDev
in outputs. Issue #10869 - tls_csvSignalGroups.py: Can now extract csv descriptions from a .net.xml file. Issue #10756
Miscellaneous#
- Translation efforts for the grahpical applications and command line messages have begun and contributions are welcome at Weblate. Issue #11237
- Added xsd-schema for battery-export. Issue #11173
- ACC model description now has additional information in platoon stability. Issue #11382
- Github source download now includes all tests. Issue #11403
- All applications now support appending list-type options in a configuration file with extra items via the command line. Issue #405
- osmWebWizard.py now stores network files as
.net.xml.gz
to conserve space. Issue #7713 - Walk attribute departPosLat is now interpreted in the same coordinate system as used by the vehicles. For backward compatibility, the option --pedestrian.striping.legacy-departposlat may be set. Issue #11705
- Added more entries to help menus of sumo-gui and netedit. Issue #11604
- The new default --xml-validation mode is local which only reads the local schema file but does not do network access to prevent XXE attacks. Issue #11054
- Cadyts-files can be downloaded again. Issue #11014
- Fixed the default state of some netedit toggle buttons (but kept their default semantics. Issue #10066
Version 1.14.1 (19.07.2022)#
Bugfixes#
- Simulation
- Fixed avoidable simulation slow-down (~20% in some scenarios). #11203 (regression in 1.9.0)
- RailSignalConstraint-attribute 'active' is now saved in simulation state. Issue #11150
- Fixed collisions with carFollowModel EIDM when running with option --ignore-junction-blocker. Issue #11184
- Fixed bug where carFollowModel EIDM gets "stuck" at low speed. Issue #11165
- Fixed emergency braking after lane change on junction. Issue #10988
- Fixed IDM collision warnings due to imprecise braking when configured with low 'accel'. Issue #11199
- Fixed bug where person fails to enter vehicle. Issue #11210
- netedit
- Fixed freezing when deleting an edge that is part of a multi-step person plan. Issue #11176 (regression in 1.14.0)
- netconvert
- TraCI
- tools
- Restored support for Python version 2 (regression in 1.14.0). Issue #11159
- generateParkingAreaRerouters.py: fixed distance computation. Issue #11170
- drtonline.py: now works with Ubuntu 22 stock pulp package. Issue #11179
- gtfs2pt.py: Fixed import of railway types and usability with python2. Issue #9550
- traceMapper.py: fixed mapping loops when the first point was off the map
- TraCI / libsumo
- Function 'traci.vehicle.rerouteTraveltime' now again respects custom travel times if currentTravelTimes is set to True. Issue #5943 (regression in 1.14.0)
- Linux packaging
- enabled Eigen3 support (needed for the overheadwires) for the RPM packages
Enhancements#
- Simulation
- Added new laneChangeModel parameter
lcOvertakeDeltaSpeedFactor
to configure the threshold for not overtaking a slightly faster leader vehicle. Issue #11010
- Added new laneChangeModel parameter
- netedit
- Warning dialog for loading the same file twice now permits overwriting duplicate elements. Issue #11058
- View focus is now kept when transforming vehicles and persons between their trip/flow variants. Issue #11072
- Improved generation of roundabouts involving edges with custom geometry endpoints. Issue #11045
- Added junction context menu function for resetting edge endpoints. Issue #11044
- Now showing a radius preview before converting junction to roundabout. Issue #11178
- tools
- Objects parsed from XML (sumolib.xml.CompoundObject) can now maintain their attribute order. Issue #11174
- randomTrips.py: options (--period, --insertion-rate, --insertion-density) now permit a comma-separated list of time values (not only space-separated). Issue #11151
- runSeeds.py: Now supports option --threads to enable parallelization. Issue #11187
- randomTrips.py: Added validation of vehicle class options. Issue #11195
Version 1.14.0 (12.07.2022)#
Bugfixes#
- Simulation
- Fixed invalid speed when approaching stop for carFollowModel IDM. Issue #8577
- Fixed unsafe insertion speed when the insertion lane requires multiple lane changes close to the insertion point. Issue #10761
- Fixed invalid warnings about missing green phase for "off" and "stop" links. Issue #10835
- Fixed pedestrian collision after jamming. Issue #10823
- Fixed invalid jamming that persists after an overfilled busStop has cleared. Issue #10822
- Fixed invalid detector placement for joined actuated traffic lights. Issue #10837
- Fixed bug where taxi fails to drop off customer. Issue #10860
- Setting a subsecond
timeThreshold
fore3detector
s is now working. Issue #10881 - Coasting decelerations have been implemented for HBEFA models. Issue #2110
- Fixed invalid emissions for decelerating / standing vehicles for HBEFA and HBEFA3. Issue #2110, #4019
- inductionLoop near lane end no longer miscounts pedestrians. Issue #10909
- Fixed bug where person 'jumps' to stop when using option --persontrip.transfer.walk-taxi ptStops. Issue #10920
- Fixed ride arrival position when using option --persontrip.transfer.taxi-walk ptStops. Issue #10919
- routeProbReroute is now triggered only once per edge regardless of lane-changing. Issue #10943
- Fixed inconsistent value for previous vehicle speed after loading simulation state. Issue #10922
- Fixed errors when using
departSpeed="avg"
ordepartSpeed="last"
. Issue #10868 - Fixed teleporting taxis when combining randomCircling with automatic rerouting. Issue #11079
- Attribute
startupDelay
now has higher priority than speed adaptations for lane changing. Issue #11067 - Fixed emergency breaking on approach to junction. Issue #11130
- Lane changing fixes
- Vehicles waiting at a red light no longer change lanes in response to vehicles passing the intersection. Issue #10665
- Lane-specific speed limits now influence lane-changing decisions. Issue #8984
- Inconvenience of slower lanes is now taken into account for cooperative changing. Issue #10714
- Fixed invalid estimation of the number of required lane changes if multiple lanes are equally suitable. Issue #10769
- Fixed bug where vehicles would enter lanes that are separated from a required lane by a forbidden lane. Issue #10512
- Fixed unsafe speed adaptation for lane changing. Issue #10767
- Fixed bug where cars performed strategic changes despite setting
lcStrategic="-1"
. Issue #11109 - Fixed collision during opposite direction driving. Issue #11118
- Fixed issues during opposite-overtaking with the sublane model. Issue #10927
- Fixed invalid vehicle angle during lane changing on internal edge. Issue #5879
- NEMA controller fixes
- Fixed crash when loading NEMA controller with invalid phases. Issue #10704
- Fixed crash when loading NEMA controller embedded in .net.xml. Issue #10705
- Fixed invalid initial state (until the first switch). Issue #10743
- Fixed crash when custom detectors are missing. Issue #10745
- NEMA Controller now prioritizes permitted left 'y' & 'r' over linked phase 'g'. Issue #10897
- netedit
- Fixed crash when loading a network (on very slow computers / builds). Issue #10750 (regression in 1.9.0)
- Greatly increased rendering speed. Issue #10425 (regression in 1.11.0)
- Fixed crash when drawing tazRelations. Issue #10929 (regression in 1.11.0)
- Loaded named routes are now visible again. Issue #11008 (regression in 1.12.0)
- Setting allow/disallow in create-edge frame is now working again. Issue #11096 (regression in 1.12.0)
- Fixed incomplete demand output when defining a
<flow>
and a<pedestrianFlow>
with the same id. Issue #11049 - tls mode coloring of 'yellow' phase is now consistent with sumo-gui. Issue #10651
- Loading a demand file only triggers a 'demand is modified' warning after actual modification. Issue #9529
- Locate dialog buttons "select all" and "deselect all" now toggle selection status. Issue #10707
- Editing traffic light parameters now marks it as changed. Issue #10673
- Fixed various issues related to containers. Issue #10844
- Fixed crash selecting tractionSubstation with rectangle selection. Issue #10896
- Fixed handling of disconnected lanes of consecutive edges for e2Detectors and wires. Issue #10903
- Fixed tazRelation coloring issues. Issue #10930
- Checkbox 'Draw TAZ fill' now overrides taz attribute fill as intended. Issue #10928
- Loading and saving a selection is now working for all data elements. Issue #10936
- Fixed duplicate TAZ id when rendering filled taz. Issue #10944
- tlType selection from drop-down list is now working after changing junction type. Issue #10956
- Fixed bug where lanes could not be clicked after changing attribute numLanes. Issue #10964
- Fixed narrow drop-down boxes in inspect mode. Issue #10955
- Fixed wrong shortcuts listed in the Edit menu. Issue #10940
- Fixed inconsistent traffic light settings when removing node from a joined traffic light by changing its type. Issue #11012
- Fixed visualization of edge-data elements in dataMode. Issue #11032
- Fixed inconsistent behavior of allow/disallow dialog in create-edge frame. Issue #11095
- sumo-gui
- Background images (decals) and multi-view settings are now restored on reload. Issue #10788 (regression in 1.13.0)
- Background grid configured in settings is now shown when first opening gui. Issue #10789
- Fixed invalid tranship color when coloring container by mode. Issue #10849
- Fixed inconsistent treatment of missing data when coloring by attribute/param. Issue #10932
- An opened breakpoint editor is now updated when clicking on 'time' links. Issue #11035
- Fixed crash when drawing persons that enter a vehicle. Issue #11076
- Detectors are no longer drawn on top of traffic light signals and right-of-way indicators. Issue #11132
- 3D View:
- Fixed 3D rendering of edge geometry with varying incline. Issue #4952
- Fixed Vehicle orientation on sloped edges in 3D view. Issue #10905
- Fixed invalid OSG light def written in decal (background image) settings. Issue #10950
- Exported viewport settings mismatch with actual 3D-view #10949
- Fixed Crash when setting up GL2 compatible shaders. Issue #10895
- Visualisation settings now maintain their type (3D/2D). Issue #11000
- Coloring vehicles by type attribute or randomly is now working. Issue #2120
- Avoid duplicated background objects after loading/reloading. Issue #11047
- Fixed rendering of walkingareas (they are now raised above the road level). Issue #10773
- netconvert
- Fixed invalid reduction in edge shape detail at very dense geometry. Issue #10727 (regression in 1.12.0)
- Fixed crash when importing plain-xml with self-looped edge and re-occurring edge ids. Issue #10700
- Fixed crash when loading OpenDRIVE road object validity record. Issue #10701
- Reduced overly verbose ambiguous node type warnings. Issue #10827
- Fixed missing tram connections at sharper turns on large junctions. Issue #10826
- Option --geometry.remove now works correctly when merging networks. Issue #10853
- Fixed generation of invalid pedestrian crossings. Issue #7625, #10894
- Fixed invalid walkingarea shapes. Issue #11087, #11090
- Patching the type of a loaded junction now has priority over option --tls.guess. Issue #11013
- Fixed invalid right-of-way rules when using custom
contPos
at connections from a side road. Issue #11146 - Generated traffic light plans now include all-red phases at very large junctions to ensure safe transitions between phases. Issue #10796
- TraCI / libsumo
- Function
vehicle.setAcceleration
now supports negative values. Issue #10693 - Fixed invalid added stop on previous edge while already on junction. Issue #10859
- Fixed invalid taxi state after re-dispatch (causing early taxi removal). Issue #10933
- Function traci.load now resets a previous log file by the same name. Issue #10979
- Fixed invalid mapping with
vehicle.moveToXY
onto intersections with parallel internal edges. Issue #10952 - Fixed missing collision detection after
vehicle.moveToXY
where the vehicle makes a large "jump". Issue #10952 - Fixed incomplete rail signal state reset after calling simulation.loadState. Issue #11001
- Fixed crash when calling inductionloop.getVehicleData for detected pedestrians. Issue #11011
- Fixed non-deterministic results for
simulation.convertRoad
. Issue #11002 - Function 'traci.vehicle.rerouteTraveltime' now behaves the same in traci and libsumo in all cases. Previously, the argument
currentTravelTimes
was ignored by libsumo. The behavior in traci changed slightly: instead of using the current edge speeds and updating them for all vehicles, it now uses the aggregated routing mode (which also reacts to current speeds). Issue #5943 - Fixed crash when calling
traci.vehicle.updateBestLanes
for vehicles not on the road network. Issue #11121 - Fixed invalid choice of lane after calling
traci.vehicletype.setVehicleClass
. Issue #11117 - Fixed some corner case of non-existing dll search paths for libsumo on Windows. Issue #10995
- Fixed invalid active person count after removing waiting-for-depart stage. Issue #11127
- Function
traci.person.moveTo
is now working (for pedestrians). Issue #11081
- Function
- tools
- game/racing.py now uses the intended vehicle scaling and simulation delay. Issues #10783 (regression in 1.0.0)
- sumolib now raises an exception instead of calling
sys.exit
if rtree module is missing and fallback is disabled. Issue #10666 - sumolib uses the warnings module if rtree is missing which can be used to disable warnings. Issue #10666
- emissionsDrivingCycle now aborts on an unreadable cycle. Issue #10754
- generateRailSignalConstraints.py: Fixed bug where constraints for invalid stops were generated. Issue #10843
- route2OD.py: Fixed invalid handling of TAZ defined with tazSource and tazSink elements. Issue #10873
- routeSampler.py: now longer writes flows with probability > 1. Issue #10887
- osmWebWizard.py: No longer creates temporary route files in the base working directory. Issue #10878
Enhancements#
- Simulation
- Added support for PHEMlight V5. Among other things, this permits modelling of fleet aging. Issue #10237
- Added support for the HBEFA4 emission model with more than 800 emission classes. Issue #7277
- Vehicles at longer planned stops now switch off their engine. Issue #10491, #4019
- Automated engine start/stop can be modelled. Issue #10441
- Jammed detectors of actuated traffic lights can now be ignored for phase extension after a configurable time threshold. Issue #5212
- When jam detection is activated (i.e. via option --tls.actuated.jam-threshold), all detectors are usable for activation and this eliminates the warnings about "no controlling detectors". Issue #9280, #10682
- InductionLoop detectors now support optional attribute 'length'. Issue #10668
- Actuated traffic lights now support param key 'detector-length' to set the default length of it's detectors. Issue #10668
- Option --fcd-output.attributes now supports the value posLat to include lateral positions in fcd-output. Issue #10695
- Setting
lcSpeedGain="0"
now fully disables changing for speedGain. Issue #10709 - RailSignalConstraints can now be loaded in a deactivated state by setting attribute
active="false"
. They can still be retrieved via TraCI. Issue #10799 - Attribute 'period' is now an alias for attribute 'freq' in all detectors and both are now optional. Issue #10390
- Added option --device.fcd.begin to customize begin time of fcd-output. Issue #10996
- Added option --device.emissions.begin to customize begin time of emission-output. Issue #11052
- Vehicle stops now support attribute
onDemand="true"
which lets them skip stopping if no persons wish to embark or disembark. Issue #11039 - Added option --fcd-output.filter-shapes to restrict output to custom polygonal areas. Issue #11055
- VType attribute 'lcOvertakeRight' is now supported by the sublane mode. Issue #11097
- CarFollowModel EIDM now supports attribute
startupDelay
. Issue #10736 - There is no warning about a missing green phase any longer for traffic light links which show "off" or "stop". Issue #10835
- netedit
- Persons and personFlows can now be transformed into each other via context menu (similar to vehicles and flows). Issue #10607
- Containers and containerFlows can now be transformed into each other via context menu. Issue #10685
- Traffic light mode now supports phase attributes
earliestEnd, latestEnd
(tlType=actuated) andvehExt,yellow,red
(tlType=NEMA). Issue #10656 - PersonPlan-mode now permits selecting the person via clicking (deselect with ESC). Issue #9606
- Taz Mode: Added new button to update source and sink weight for fringe edges. Issue #4991
- Now supports creating and editing NEMA controller. Issue #9599
- A tooltip is now shown when the mouse is over any button in the button bar. Issue #10085
- Traffic light type is now show in traffic light mode. Issue #3423
- All attributes can now be reset to their default value by deleting the attribute content if that attribute has a default. Issue #9350
- TAZ-source and TAZ-sink elements can now be inspected and selected (upon activating a new toggle button). Issue #10273
- Stops for containers can now be defined. Issue #10855
- Walkingareas are now shown. Issue #9168
- Walkingareas can now be located by id. Issue #8580
- Added 'confirm relation' button to tazRelation mode. Issue #10733
- Shift-click in demand-stop mode now sets parent element (i.e. vehicle). Issue #10288
- Added gzip file endings in file selection dialogs. Issue #10513
- Create edge mode now visually previews whether a new junction will be created or an existing junction will be re-used. Issue #8454
- A click-preview-indicator is now provided when creating tazRelations and vehicle-over-route. Issue #10997
- A click-preview-indicator is now provided when splitting edges in in create-edge-mode. Issue #10998
- The hide/show-TAZRel buttons can now be used to hide all relations. Issue #10972
- Added dialog for fixing / reporting network element problems. Issue #10151
- Improved visualization of trips between junctions. Issue #9901
- Added warning dialog if the same additional/demand/data file is loaded twice. Issue #11057
- A custom color rainbow is now supported for all data elements. Issue #10934
- sumo-gui
- InductionLoop detectors now list the time of continuos occupation in their parameter dialog. Issue #10671
- 3D-view now permits opening vehicle context menu via right-click. Issue #10191
- Geometry points of polygons junctions and walkingareas can now be annotated to aid in debugging (activated in the openGL settings). Issue #10594
- Can now color polygons (and TAZ) randomly. Issue #10938
- Added gzip file endings in file selection dialogs. Issue #10513
- Right clicking on a pedestrian crossing now always opens it's context menu (rather than the menu for the junction). Issue #10914
- Breakpoints set in sumo-gui now override breakpoints from option --breakpoints. Issue #11061
- netconvert
- netgenerate
- Add option synonyms --random.lanenumber and --random.priority for options that apply to all network types. Issue #10775
- Added option --random.type to pick a random edge type from all loaded types. Issue #10774
- Options --geometry.split, --geometry.max-segment-length and --junctions.join-same are now supported. Together, they allow for generating intermediate junctions along the generated edges (i.e. for merging shifted grids). Issue #10787
- TraCI
- tools
- tls_csvSignalGroups now supports keyword actuated to declare time ranges for shorting/extending phases and causes programs of type actuated to be written. Issue #10719
- osmWebWizard now uses a different projection when activating the "satellite background" option to ensure that the network matches the background.
- generateRailSignalConstraints.py: Can now write discarded constraints as inactive by setting option --write-inactive. Issue #10800
- plotTrajectories.py: Now supports plotting type 'g' to plot by leaderGap (requires fcd output with option --fcd-output.max-leader-distance). Issue #10839
- addStops2Routes.py: Added various options to randomize stop assignment (i.e. to model random break-down of cars). Issue #10871
- route2OD.py: now supports loading trips with attributes fromTaz and toTaz. Issue #10924
- routeSampler.py: now supports option --write-flows poisson to generate flows with poisson arrival pattern. Issue #10886
- routeSampler.py: Can now load pedestrian walks as candidate routes. Issue #11041
- randomTrips.py: Can now set explicitly randomized departPos and arrivalPos attributes. Issue #7977
- randomTrips.py: Can now pass any kind of duarouter option using --duarouter-option-name VALUE. Issue #7347
- randomTrips.py: Can now define a timeline of different demand levels. Issue #5739
- randomTrips.py: Now supports option --insertion-rate to define demand as vehicles-per-hour and option --insertion-density to define demand as vehicles-per-hour-per-km. Issue#11053
- randomTrips.py: All generated trips and route files now record the used randomTrips options. Issue #10973
- cutRoutes.py: now adapts the departSpeed to 'max' and departLane to 'best' if vehicles start on a cut route. Issue #10611
- The traffic light games with multiple junctions can now be controlled with the keyboard. Issue #11056
- The traffic light games now use phase switching instead of program switching. Issue #11063
- sumolib.shapes.polygon now handles missing attributes. Issue #11092
- netdiff.py: now support saving and loading configuration files. Issue #10942
- The new function
sumolib.xml.parse_fast_structured
now provides very fast parsing for heterogeneous nested xml files (i.e. tripinfo-output for vehicles and persons). Issue #9033 - The new reduceLanes.py script can reduce the number of lanes for multi lane roads in a network splitting the edges before and after junctions
Miscellaneous#
- Outputfile comment header no longer includes options that were set automatically (only user defined options). Issue #10712
- Outputs now use attribute
period
instead offreq
whenever denoting a time period. Issue #10657 - Updated default bicycle speed on highway.path and highway.cycleway. Issue #10976
- Fuel consumption is now given in mg/s instead of ml/s to achieve consistency across liquid an gaseous fuels. For backward compatibility, the option --emissions.volumetric-fuel may be set. Issues #7277, #11026
- The default parameters of the battery model have been changed to that of a KIA Soul EV (formerly the parameters were for a large electric bus). Issue #10883
- The documentation now has a
Copy
-button next to every code block. Issue #11050
Version 1.13.0 (03.05.2022)#
Bugfixes#
- Simulation
- Fixed crash with departLane=best and given arrivalLane. Issue #10614 (regression in 1.9.0)
- Fixed invalid switching for actuated traffic light in coordinated mode. Issue #10055
- Various NEMA fixes. Issue #10081, #10082, #10090
- Sorted vehroute output now preserves the loading order of vehicles that depart in the same simulation step. Issue #10087
- Fixed failing train reversal after waypoint. Issue #10093
- Fixed invalid route when specifying a trip that loops back onto the start edge with arrivalPos < departPos. Issue #2757
- Fixed invalid error message when using mismatched parentheses in traffic light switching conditions
- Fixed invalid arithmetic in custom logic for actuated tls ('-' was working as '+'). Issue #10224
- Fixed sub-optimal insertion flow with departLane="best". Issue #10137
- Scaling vehicles with vTypeDistribution now resamples the type for each added vehicle. Issue #10155
- Trips with fromJunction, toJunction can now be loaded from additional file. Issue #10306
- Rerouting now takes empty lanes into account in mean speed calculation. Issue #10345
- Rerouting now ignores stopped vehicles in mean speed calculation if they can be overtaken. Issue #10336
- Teleporting of blocked vehicles now works if they are blocked behind a stopping vehicles. Issue #1078
- Vehicles that do not park at a stopping place now ignore attribute
parkingLength
. Issue #10463 - Fixed creeping collision with carFollowModel "W99". Issue #10472
- Fixed collision with carFollowModel "IDM". Issue #10471
- Fixed warnings after a long vehicle changes lanes after turning. Issue #10481
- Added vType attribute 'sigmaStep' to decouple the driving imperfection dynamics (sigma) of Krauss and related Models from the simulation step-length. Issue #10494
- Fixed junction collision in sublane model. Issue #10458
- Fixed xml schema error when loading data files written by netedit. Issue #1051
- Fixed error related to NEMA detector naming. Issue #10517
- CarFollowModel IDM with low decel values no longer overshoots stop position. Issue #10556
- Unfinished (started) stops are now included in vehroute-output when setting option --vehroute-output.write-unfinished. Issue #10565
- Fixed NaN-value in summary-output when setting speed limit to 0. Issue #10603
- Fixed negative timeloss in person-walk tripinfo. Issue #10270
- personFlow now re-samples walks from a routeDistribution. Issue #10632
- Fixed invalid junction collision error. Issue #10637
- Fixed bug where vehicles waiting within an intersection violate right-of-way after their green phase ends. Issue #8124
- Fixed exaggerated precision of non-geodetic fcd-output attributes when using option --fcd-output.geo. Issue #10465
- Fixed vehicle being discard with
departPos="random_free"
due to invalid memory-reuse. Issue #10647 - opposite-direction driving
- Can now overtake stopped vehicle when there is only a short gap afterwards. Issue #9994, #10338
- Fixed failure to overtake fast vehicles. Issue #10194
- Fixed error "unexpected end of opposite lane" when the number of lanes changes during overtaking. Issue #10193
- Fixed invalid lane occupancy after opposite change (could lead to insertion failure). Issue #10314
- Fixed crash after rerouting during opposite direction driving. Issue #10312
- Fixed frontal collision. Issue #10340, #10383
- Fixed deadlock on opposite overtaking slalom #10360
- Fixed emergency braking in sublane-opposite-direction driving. Issue #10473
- state loading
- flows are now fully restored from a state file (without also loading the original route file). Issue #7471
- route files are now fully reset when loading a state file. Issue #7471
- Fixed crash on simulation.loadState with persons. Issue #10228, #10261
- Fixed pedestrians behavior after quick-loading state. Issue #10229, #10245, #10250, #10260, #10257
- Simulation with persons in loaded state now terminates reliably. Issue #10233
- stops of named routes are now restored when loading state. Issue #10230
- Fixed different randomness after loading state. Issue #10251
- Fixed invalid fcd-output after loading persons from state. Issue #10259
- Fixed invalid phase of actuated tls after loading state. Issue #10263
- Fixed undetermined order of tls and pedestrian events #10265
- Fixed invalid stopping duration of public transport vehicles after loading state. Issue #10266
- Fixed crash when loading state with calibrators. Issue #10277
- Fixed crash when loading state that was written with --vehroute-output.exit-times. Issue #10410
- Fixed various crashes
- Fixed emergency braking / crashing when using --extrapolate-departpos. Issue #10294, #10298
- Fixed crash when defining a trip between junctions and triggered departure. Issue #10188
- Fixed crash on parkingAreaReroute. Issue #10201
- Fixed crash with waypoint on 0-capacity parkingArea #10211
- Fixed crash when using arrivalEdge and rerouting. Issue #10276
- Fixed crash when using option --weights.separate-turns with intermodal network. Issue #10416
- Fixed crash when coloring streets by free parking spaces. Issue #10606
- Fixed crash after teleporting within circular route. Issue #10634
- Fixed various deadlocks
- Fixed deadlock at on-off-ramp despite relief connection. Issue #10037 (regression in 1.6.0)
- Fixed preventable deadlock in weaving situation by applying stronger braking. Issue #10028
- Fixed lane-changing related deadlock in sublane simulation. Issue #10054
- Fixed failure to overtake extremely long vehicle. Issue #10060
- Fixed sublane model deadlock at width change on junction. Issue #10509
- Fixed wide vehicle being blocked on junction. Issue #10521, #10523
- Fixed blocked vehicle when combining opposite driving with parking search. Issue #10625
- sumo-gui
- Fixed crash when opening phase tracker window on invalid switching conditions. Issue #10121
- Vehicles in the 3D-view are no longer hidden beneath a colored bubble. Issue #5735
- Fixed frozen GUI after interactively removing vehicle. Issue #10291
- param
show-detectors
now takes effect for NEMA controllers. Issue #10519 - Fixed bug where color threshold names were not restored from settings file. Issue #10507
- Setting 3D viewing angle in the viewport dialog is now working. Issue #5663
- Fixed incorrect interpretation of some projection parameters (Windows only). Issue #10526
- 3D options are no longer shown in viewport editor for 2D view. Issue #10540
- exaggerated person-as-circle no longer exceeds car size when zoomed out. Issue #10633
- Exaggerated trucks are now slightly larger than vehicles when zoomed out. Issue #10635
- Fixed partially invisible individually defined parking spaces. Issue #10568 (regression in 1.10.0)
- Fixed missing window focus at startup. Issue #10499
- Fixed crash in phase tracker when annotating by 'time in cycle'. Issue #10069
- GUI-defined traffic scaling is now preserved on reload. Issue #10096
- Fixed several problems when clicking on time links in the message area. Issue #10225
- Fixed memory leak when drawing polygons. Issue #10232
- Fixed unnecessary wide parameter dialog for lanes that prohibit all vClasses. Issue #10341
- Files saved via dialogs now ignore option --output-prefix. Issue #10347
- Fixed red/black GUI on MacOS. Issue #7830
- Fixed invalid exaggerated vehicle size when drawing vehicle as imgFile. Issue #10381
- Loading edge data for unknown edges is no longer an error. Issue #10379
- Fixed inconsistent gui settings on reload (settings will be kept on reload unless the settings-file was modified). Issue #10398
- Cancelling a change in viewsettings now takes effect immediately. Issue #10495
- Fixed x-axis annotation of moused-over value in plot window.
- Fixed slow simulation when there are many vehicles at a parkingArea. Issue #10570
- netconvert
- Fixed crash when using option --railway.topology.extend-priority. Issue #10043
- Fixed platform dependency in OpenDRIVE export. Issue #10030
- Internal bicycle lanes which originate from a narrow bicycle lane are now narrow themselves. Issue #10051
- removed obsolete multiple-connections warnings. Issue #10089
- Fixed invalid junction shape when patching node positions to create zero-length edge (also affected netedit). Issue #10150
- Now importing all types of traffic light signals from OpenDRIVE. Issue #10153
- Fixed missing attribute in OpenDRIVE export. Issue #10301
- Improve default shape for diagonal pedestrian crossings. Issue #10287
- Fixed invalid XML characters in written junction names. Issue #10461
- Fixed interpretation of OSM key junction=circular. Issue #10479
- Fixed missing bus connection. Issue #10502
- Fixed crash when merging overlapping networks with junction params. Issue #10528
- Connections without conflict now have state Major (
M
) at "right_before_left" junctions. Issue #10439
- netedit
- Fixed undo related crashes. Issue #10588, #10591 (regression in 1.0.0)
- Fixed invalid geometry when loading geo-polygons. Issue #10101 (regression in 1.10.0)
- Fixed crash when creating geo-poi. Issue #10505 (regression in 1.10.0)
- regressions in 1.12.0
- Fixed crash when deleting last (or only) personTrip-element. Issue #10192
- Fixed crash when changing departSpeed for flow. Issue #10165
- Fixed inconsistent behavior of attributes in flow creation frame. Issue #10075
- Fixed invalid error when loading shapes with location element. Issue #10112
- Fixed invalid junction color after creating a trip (from/to). Issue #9980
- Persons with an stop in their plan can now be created again Issue #10181
- EdgeData und edgeRelData can be inspected and selected again. Issue #10130
- When adding stops in demand mode, the list of potential parent elements (i.e. vehicles) now shows all possible candidates again. Issue #10074
- Fixed invalid route when creating flow (embedded route) with via edges. Issue #10120
- Vehicles and flows with embedded routes and junctions now appear in locate dialog. Issue #10173
- Now validating route IDs. Issue #10235
- Fixed conversion of junction to roundabout in lefthand network. Issue #10258
- Fixed inconsistent move-mode behavior of E2Detector. Issue #10305
- Data elements can no longer be given invalid attributes. Issue #10373
- Rerouters and VSS no longer lose their edges and lanes after recomputing with volatile options. Issue #10386
- Fixed error when deleting trips/flows between junctions. Issue #10391
- Fixed crash when setting departLane of trips/flows between junctions. Issue #10396
- Stops can now load tripId attribute. Issue #10475
- Stops within embedded routes are now written sorted. Issue #10476
- Fixed crash in edgeRelation mode. Issue #10485
- Train visualization parameters (i.e. carriageLength) are now written. Issue #10553
- Empty person plans now trigger a warning when saving. Issue #10566
- Fixed bad visibility of dotted contour for very short edge. Issue #10555
- Person drawing style takes now effect. Issue #10636
- TLS index is no longer shown for non tls junctions. Issue #10649
- duarouter
- Route errors are now detected when using option --skip-new-routes. Issue #6113
- polyconvert
- Fixed bug that prevented shapefile import without projection. Issue #10420
- meso
- Fixed missing rerouting after delayed insertion. Issue #10328
- Fix underestimated penalties when using option --meso-tls-penalty. Issue #10415
- Penalties set by option --meso-minor-penalty are no longer affected by initial tls states. Issue #10419
- Fixed exaggerated speeds at triggered stops. Issue #10488
- Fixed crash with option --vehroute-output.stop-edges. Issue #10600
- traci
- Fixed invalid length value in TraCI response for context subscription. Issue #10108
- Fixed crash when calling 'vehicle.replaceStop' to replace stop that was added from a named route before a vehicle departed. Issue #10135
- libsumo and traci no longer differ on context subscriptions to TRACI_ID_LIST. Issue #7288
- Fixed superfluous simulation step after traci.load. Issue #10164
- traci.person.setSpeed is now working. Issue #10166
- Added missing vType related functions from person domain (i.e. traci.person.getMaxSpeed). Issue #10169
- Fixed invalid route and errors after removing stops with replaceStop on departure and rerouting. Issue #10209
- Fixed inconsistent lane change state (left+right at the same time). Issue #10212
- Fixed missing attributes in vehroute output after adding vehicle. Issue #10282
- Fixed invalid collision when using moveToXY with high implicit speed. Issue #10367
- Fixed discontinuous moveToXY mapping at low step length. Issue #10448
- tools
- generateTurnRatios.py now writes correct closing tag. Issue #10140 (regression in 1.11.0)
- extractTest.py: now supports complex tests and option CLEAR. Issue #10264, #8473
- route2OD.py now works if an edge is part of multiple TAZ. Issue #10586
- addTAZ.py now works if an edge is part of multiple TAZ. Issue #10599
- addStops2Routes now works when no type file is set. Issue #10610
- miscellaneous
- Fixed missing data files in libsumo wheel installation. Issue #9945****
Enhancements#
- Simulation
- traffic lights
- Traffic light type 'NEMA' now supports TS1 and TS2 offsets as well as Type 170. Issue #10013
- Phase attributes 'minDur, maxDur, earliestEnd, latestEnd' can now be overridden with condition-expressions. Issue #10047
- Traffic lights with custom switching rules now support custom runtime variables. Issue #10049
- Traffic lights with custom switching rules now support user-defined functions. Issue #10123
- Actuated traffic lights with custom switching rules can now retrieve the current time within the cycle using expression
c:
. Issue #10109 - Improved error messages for invalid switching conditions of traffic lights to better identify the faulty input.
- Actuated traffic lights may not omit phase attribute 'maxDur' which defaults to ~24days as long as attribute minDur is set. Issue #10204
- Detector and condition states can now be included in tls output. Issue #10065
- NEMA now supports cross phase switching. Issue #9983
- Added support for poisson distributed flows #10302
- vType attribute 'startupDelay' can now be used to configure startup loss time. Issue #7832
- The default lateral alignment of bicycles is now "right" instead of "center". Issue #9959
- edgeData output now supports attributes 'edges' and 'edgesFile' to reduce the output to a configurable list of edges. Issues #10025
- edgeData output now supports attribute 'aggregate' to aggregate data for all (selected) edges. Issue #10026
- Vehroute-output now includes attribute 'replacedOnIndex' for routes that were replaced after departure to resolve ambiguity for looped routes. Issue #10092
- Added option --replay-rerouting to re-run scenarios from vehroute-output in the same way as the original run. Issue #3024
- Added new vehicle attribute 'insertionChecks' that allows forcing vehicle insertion in unsafe situations. #10114
- Added option --save-configuration.relative to write config-relative file paths when saving configuration. Issue #6578
- Smoothed the effect size curve of vehicle impatience. Previously, most of the effect occurred at low impatience values and larger values did not matter. To compensate for the reduced gradient, the default of option --time-to-impatience was reduced from 300s to 180s. Issue #8507
- Vehicle flows with equidistant spacing (i.e.
period="x"
) now remain equidistant when the flow is increased via option --scale. Issue #10126 - Added vType attribute 'scale' to allow type-specific demand scaling. Issue #1478
- Option --emission-output.geo can be used to switch emission location data to lon,lat. Issue #10216
- Person attribute 'speedFactor' can now be used to override speed distribution. Issue #10254
- Added option --personroute-output to separate vehroute output for persons/containers from vehicle routes. Issue #10317
- Option --fcd-output.attributes now supports value 'odometer' to include the odometer value and 'all' to include all values. Issue #10323
- Option --time-to-teleport.ride causes persons and containers to "teleport" after waiting for too long for a ride. Issue #10281
- Vehicles on long stops should no longer recompute their route. Issue #8851
- Added warnings when a vehicle has stops with inconsistent timing information. Issue #10460
- Added option --time-to-teleport.highways.min-speed to configure the speed threshold for applying --time-to-teleport.highways. Issue #8268
- All carFollowModels now support attribute 'collisionMinGapFactor'. Issue #10466
- Stop attribute 'endPos' can now be used to override automated stop position choice at busStop. Issue #10550
- Flows now support attribute
begin="triggered"
. Issue #10560 - Added option emergency-insert to permit inserting vehicles at dangerous speeds. This behavior was previously a side effect of option --ignore-route-errors. Issue #10581
- Attribute 'departEdge' can now be used with trips and flows. Issue #8992
- traffic lights
- sumo-gui
- Enabled dpi awareness. Issue #9985
- Traffic light type 'actuated' now supports parameters 'show-conditions' and 'hide-conditions' to customize visualization in the Phase Tracker Window Issue #10046
- Traffic light type 'actuated' now supports parameters 'extra-detectors' to included additional detectors in the Phase Tracker Window Issue #10290
- Detectors can now be triggered from the context menu even if there are no vehicles on it. Issue #10067
- Saved configuration now always contains relative file paths. Issue #6578
- Added menu entry 'Simulation->Load' to quick-load a saved state for the current network.
- The keys pgdup/pgdown can now be used to change simulation delay. (their former functionality of quick-panning the view was taken up by alt+arrows). Issue #10199
- Greatly improved rendering speed of polygons. Issue #10240
- Hotkey Ctrl+j now toggles drawing of junction shapes. Issue #10362
- Background images (decals) now support environment variable resolution in their paths. Issue #10371
- The space key can be used to toggle run/stop. Issue #10068
- Improved visibility of vehicles with exaggerated size on multi-lane roads with exaggerated size. Issue #10483
- Vehicle length no longer affects size when drawing as circles. Issue #10629
- Improved positioning when drawing persons as circles. Issue #10608
- netedit
- Added (experimental) support for editing overhead-wire infrastructure. Issue #9480
- Can now set stop attributes "tripID" and "line". Issue #6011
- Hierarchy view now contains object ids. Issue #10076
- Defining waypoints is now supported. Issue #10111
- Improved accuracy of POI geo-positions. Issue #9353
- Creating an element with custom id now works without setting a checkbox. Issue #10038
- Stops of the current vehicle are now distinguished in color. Issue #10079
- Reducing a network to a selection now works with the new "Reduce" button (instead of the less intuitive Invert+Delete). Issue #10084
- Writing shortened xml header for additional files. Issue #10247
- Vehicle stops and waypoints are now annotated with an index when inspecting the vehicle (and zooming in). Issue #10077
- The context menu for vehicles and routes now includes the current route length. Issue #9354v
- Lane members (i.e. for variableSpeedSign) can now be set by clicking in the view. Issue #9442
- Parent elements (i.e. the busStop of an
<access>
) can now be set by clicking in the view. Issue #9652 - In vType frame, an orange contour is drawn around vehicles with the current selected vType. Issue #10356
- Improved feedback after reloading additionals. Issue #9362
- Hotkey Ctrl+j now toggles drawing of junction shapes. Issue #10362
- Added 'smooth shape' to the connections context menu. Issue #10352
- Deleting lanes in now works in create-edge mode. Issue #10409
- Saving (compressed) networks with '.net.xml.gz' extension is now possible. Issue #10624
- netconvert
- Improved speed of OSM import. Issue #8147
- OpenDRIVE export now includes
<signal>
and<controller>
information. Issue #2367 - OpenDRIVE import now uses more information to compute junction shapes. Issue #10337
- Option --opposites.guess.fix-lengths is now enabled by default. Issue #10326
- The character ':' is now permitted edge and junction ids except as leading character. Issue #10421
- OSM: now importing additional bus stops. Issue #10503
- Short roads without streetname can now be merged with longer roads that define a name. Issue #10582
- A network file can now be patched with geo-coded plain-xml files by setting a projection (i.e. --proj.utm). Issue #10628
- polyconvert
- Shapefile with geometry encoded as linestring2D is now supported. Issue #10100
- duarouter
- Option --randomize-flows now applies to personFlow. Issue #10182
- traci
- Added function 'traci.inductionloop.overrideTimeSinceDetection' and 'traci.lanearea.overrideVehicleNumber' to trigger the detector without the need for vehicles and facilitate traffic light testing. Issue #10045, #10048
- function 'traci.vehicle.setPreviousSpeed' now supports an optional parameter to set the previous acceleration. Issue #10097
- function `traci.simulation.subscribeContext' can now be used to subscribe to all objects in the simulation network. Issue #8388
- Added function 'vehicle.insertStop' to add stops anywhere in the stop list and reroute automatically. Issue #10132
- Added function 'vehicle.setStopParameter' to set any possible attribute for any upcoming stop. Issue #7981
- Added function 'vehicle.getStopParameter' to retrieve any possible attribute for any past or upcoming stop. Issue #10160
- Added functions 'simulation.getScale' and 'simulation.setScale' to access the global traffic scaling factor. Issue #10161
- Added functions 'vehicletype.getScale' and 'vehicletype.setScale' to access the type-specific traffic scaling factor. Issue #10161
- Added functions 'getDetEntryLanes, getDetExitLanes, getDetEntryPositions, getDetExitPositions' to 'multientryexit' domain. Issue #10083
- Actuated traffic lights now supports the keys cycleTime, cycleSecond, coordinated, offset in setParameter and getParameter calls. Issue #10234
- Actuated traffic lights can now retrieve switching condition states via
trafficlight.getParameter(tlsID, "condition.CONDITION_ID")
#10561 - Added function 'vehicle.setAcceleration' Issue #10197
- Function vehicle.replaceStop now supports the flag 'teleport=2' to trigger rerouting after stop removal. Issue #10131
- Function
vehicle.moveToXY
now "guesses" the next route edges to prevent artifacts when reaching the end of the current route. Issue #4250
- tools
- routeStats.py: Can use measures "speed", "speedKmh", "routeLength", can switch to the fast XML parser and can also filter by route length . Issue #10044
- tls_csv2SUMO.py now supports the same signal states as the simulation. Issue #10063
- osmGet.py: allow filtering road types and shapes in OSM API query to reduce download size. Issue #7585
- osmWebWizard.py: can now select desired road types to reduce download size. Issue #7585
- route2OD.py: added new option --edge-relations to write edge-based OD relations (without the need for a TAZ file). This type of output can be usd with routeSampler.py. Issue #10058
- randomTrips.py: When setting option --random-depart, with a fractional value for option --period, the depart times now have sub-second resolution. Issue #10122
- randomTrips.py: now supports option --random-routing-factor to increase the variance of generated routes. Issue #10172
- added library function
sumolib.net.getFastestPath
. Issue #10318 - edgeDataDiff.py now supports error propagation for attributes starting with
_std
. Issue #10103 - countEdgeUsage.py: Option --taz now works together with time filtering and --subpart filtering. Issue #10404
- Added tool mapDetectors.py which creates detector definitions based on geographic coordinates.
- generateParkingAreas.py: now supports option --keep-all to keep 0-capacity areas. Issue #10612
- generateParkingAreas.py: now supports options --edge-type.keep and --edge-type.remove to filter by edge type. Issue #10615
- addStops2Routes.py should now preserves vTypes. Issue #10613
- attributeStats.py now supports reading attributes from multiple files. Issue #10643
- added new tool runSeeds.py to run a configuration multiple times with different random seeds and collect distinct outputs. Issue #10642
Miscellaneous#
- simulation
- Rerouter attribute 'file' is no longer supported. Intervals should be child elements of rerouters. Alternatively, element
<include href="FILE"/>
may be used. Issue #9579 - Improved error message when using
<stop>
elements and attributevia
in an inconsistent manner. Issue #10110 - limit internal precision of random variables (i.e. sampled speedFactor or random departSpeed) to 4 decimal digits and enforced the same minimum output precision. This avoids problems when replicating a scenario based on vehroute-output. Issue #10091
- Rerouter attribute 'file' is no longer supported. Intervals should be child elements of rerouters. Alternatively, element
- The test extraction page now supports downloading a whole directory of tests. Issue #10105
- The ubuntu package now includes emission tools, header files and libsumo/libtraci.so files. Issue #10136
- Removed obsolete and broken tool 'personGenerator.py' (use personFlow instead). Issue #10143
- Added examples and documentation for spontaneous break-down of traffic flow jamming. Issue #10244
- Documented attribute plotting and extended vehicle visualization features. Issue #10558, #10559
Version 1.12.0 (25.01.2022)#
Bugfixes#
- simulation
- Fixed bug where persons could enter the wrong vehicle and thereby cause a taxis simulation to crash. Issue #9821, #9733 (regression in 1.11.0)
- tripId is now updated again when passing waypoints. Issue #9751 (regression in 1.11.0)
- calibrator speed -1 no longer triggers error. Issue #9767 (regression in 1.11.0)
- Fixed invalid error on taxi dispatch. Issue #9695, #9867
- Fix person model bug where person enters jammed state without good reason. Issue #9717
- Fixed invalid error on mismatch between ride destination stop and vehicle destination stop. Issue #9712
- Parking search no longer stalls when all current alternatives are known to be full. Issue #9678
- Fixed crash when retrieving detected persons with an active vTypes filter. Issue #9772
- Fixed various issues with emergency vehicle behavior, Issue #9310, #9768
- Fixed bug where parkingReroute failed due to invalid rerouteOrigin. Issue #9778
- Fixed inconsistent arrival times for trains approaching red and green signals. Issue #9788
- Fixed slow sublane simulation on large networks with only a few vehicles. Issue #9816
- Fixed emergency braking of carFollowModel CACC at small step lengths. Issue #9831
- Setting --step-length > 1 now raises a warning for default tau. Issue #1375
- Fixed superfluous route extension for taxi with idle-algorithm 'randomCircling'. Issue #9866
- Fixed collisions and emergency braking for Wiedemann carFollowModel. Issue #1351, #5715, #9832
- CarFollowModel EIDM now respects emergencyDecel. Issue #9618
- Fixed bug in driving speed calculation for EIDM. Issue #9878
- Stop positions between 0 and 0.1 can now be defined. Issue #9915
- Fixed invalid collider/victim classification for junction collision. Issue #9916
- Fixed collision on junction when long vehicle cuts a corner. Issue #4431
- Fixed invalid junction collision warning. Issue #9920
- Fixed junction collision when bluelight vehicle drives on red. Issue #9919
- Fixed missing access stage after ride to busStop. Issue #9958
- Detector
<param>
s are noW loaded. Issue #9578 - Various NEMA fixes. Issue #9965, #9971, #9940, #9987
- Fixed invalid tripinfo for persons that did not finish their plan by simulation end. Issue #8461
- When setting option --vehroute-output.sorted, all persons are now sorted. Issue #9929
- Fixed deadlock at parkingArea with
onRoad="true"
. Issue #10005 - opposite direction driving
- Fixed crash on opposite direction driving (at looped road). Issue #9718
- Opposite direction overtaking now takes into account slopes. Issue #9719
- Fixed collision during opposite direction driving near junction. Issue #9721
- Fixed invalid maneuver distance when returning from opposite side. Issue #9536
- netedit
- Fixed bug preventing inspection of tazRelations. Issue #9728
- splitting and merging edges with custom length now preserves total length. Issue #9617
- can now load parkingAreaReroute without probability attribute. Issue #9640
- Fixed invalid weights of sinks and sources when loading taz from file. Issue #9672
- Fixed unclickable ParkingArea after moving junction with active grid. Issue #9639
- Fixed rendering of turn direction arrows for narrow lanes. Issue #9738
- In create-edge mode: shift-click to split edge now takes into account active grid. Issue #9624
- Fixed crash on undo after resetting connections. Issue #9673
- Stop attribute "triggered" now supports symbolic string values. Issue #9563
- Fixed missing 'end' attribute when converting trip to flow. Issue #9834
- Routes now longer have a color unless set by the user. Issue #9512
- Stops can no longer be created on edges that do not belong to the route. Issue #9923
- Routes with invalid stops (invalid order or edge) now trigger a dialog for corrections on saving. Issue #9921
- TLS mode now always shows the correct connection shape. Issue #9962
- When splitting an edge, all routes passing that edge are now adapted. Issue #9511
- sumo-gui
- Fixed crash when using guiShape "truck/trailer" or "truck/semitrailer" for short vehicles. #9682 (regression in 1.11.0)
- Fixed inconsistent behavior when storing gui settings in registry. Issue #9693
- Fixed meso vehicle tracking focus. Issue #9711
- Exaggerating stopping place size only increases symbol size. Issue #9370
- Fixed invisible rerouter on short edge. Issue #9779
- Fixed invalid detector visibility when switching actuated traffic light program on. Issue #9877
- Fixed keyboard navigation in locate object dialogs. Issue #9740
- Rerouter symbols are no longer drawn on sidewalks. Issue #9908
- Fixed various inconsistencies in the TLS Phase tracker. Issue #9963
- Fixed occasional freezing during person simulation. Issue #9973
- netconvert
- Fixed unsafe location of internal junctions that were causing collisions in the simulation. Positioning can be controlled with option --internal-junctions.vehicle-width and setting this to 0 restores legacy behavior. Issue #4397
- Fixed invalid network when importing public transport and sidewalks. Issue #9701 (regression in 1.10.0)
- Fixed invalid internal junction location. Issue #9381
- Fixed unsafe intersection rules that could cause emergency braking at pedestrian crossing. Issue #9671
- Fixed invalid error when loading projections with '+geogrids' entry on windows. Issue #9766
- Fixed invalid handling of loaded roundabouts when the network is modified. Issue #9810
- Network building now aborts when a type file could not be loaded. Issue #9392
- Option --ignore-errors now ignores duplicate node ids in dlr-navteq input. Issue #8581
- Reduced variation between platforms. Issue #9874
- Fixed invalid connectivity at motorway ramp when importing OSM lane change prohibitions. Issue #9939
- Fixed invalid link direction when there are multiple turnaround edges. Issue #9957
- Options --tls.group-signals and --tls.ungroup-signals now work for pedestrian crossings. Issue #9521, #9997
- Fixed invalid permissions when leaving multi--lane-roundabout from inner lane. Issue #10017
- invalid edge geometry after trying to patch very short edge. Issue #10018
- OpenDRIVE
- meso
- Fixed invalid stop arrival time in meso. Issue #9713
- Fixed invalid ride depart time and route length when starting directly after stop. Issue #9560
- No more warnings about small tau. Issue #9505
- Dynamically modified road permissions (i.e. closingReroute with disallow and closingLaneReroute) are no longer ignored and can now cause jamming. Issue #9950, #10010
- Fixed invalid capacity in intermodal scenario. Issue #8167
- duarouter
- Option --write-costs now also applies to walks/rides, Option --route-length now applies to normal vehicles. Issue #9698
- Fixed invalid error on mismatch between ride destination stop and vehicle destination stop. Issue #9730
- Fixed invalid route output when using option --remove-loops on routes with multiple loops. Issue #9837
- Fixed inconsistent vType defaults for speedFactor. Issue #9864
- Fixed inconsistent railway routing results for stops on consecutive bidi-edges. Issue #9949
- Fixed inconsistent handling of personTrips and explicit trip items. Issue #5821
- Setting --vtype-output NUL now discards vtypes. Issue #9991
- jtrrouter
- marouter
- Fixed wrong begin and end times in marouter output with additive traffic. Issue #10004
- traci
- New programs created via 'trafficlight.setProgramLogic' now support GUI access. Issue #549
- turn subscription filter no longer crashes when crossings are present in foe lanes. Issue #9630
- Fixed crash when calling vehicle.rerouteParkingArea for newly added vehicle. Issue #9755
- Fixed invalid warnings when adding turn/lanes filter with context domain person. Issue #9760
- TraCI server no longer hangs when trying to add a subscription filter without previous vehicle subscription. Issue #9770
- Fixed memory leak in libsumo::TrafficLight::getCompleteRedYellowGreenDefinition. Issue #9818
- Fixed bug where calling changeSublane with high 'latDist' value, causes exaggerated maneuverDistance. Issue #9863
- Fixed crash when calling getStopDelay for a vehicle that isn't in the network. Issue #9944
- tools
- generateParkingAreaRerouters.py: fixed distance bias against long parkingAreas. Issue #9644
- routeSampler.py: warning message instead of crash when trying to load an empty interval. Issue #9754
- addStopsToRoutes.py: Now handles disallowed vClass and vTypes with undefined vClass. Issue #9792
- generateRailSignalConstraints.py: Now handles intermediate parking stops. Issue #9806
- Fixed encoding problems in osmTaxiStop.py #9893
- plot_csv_timeline.py now supports python3. Issue #9951
- splitroutefiles.py can now handle gzipped input on Windows. Issue #8807
- Miscellaneous
Enhancements#
- simulation
- Persons are now included in saved simulation state when setting option --save-state.transportables. Issue #2792
- Traffic lights of type 'actuated' and 'delay_based' now support attributes 'earliestEnd', 'latestEnd' and param 'cycleTime' to configure coordination. Issue #9748, #9885, #9889
- Traffic lights of type 'actuated' now support custom logical conditions for switching. Issue #9890
- Added attribute speedRelative to edgeData output. Issue #9601
- Option --fcd-output.attributes can now be used to active non-standard attributes (i.e. acceleration). Issue #9625
- Rerouting period can now be customized via
<param key="device.rerouting.period" value="X"/>
in vType or vehicle. Issue #9646 - Detector processing now takes less time if their output file is set to 'NUL'. Issue #7772, #9620
- Vehicle attribute departSpeed now supports the values 'last' and 'avg'. Issue #2024
- Traffic light type 'NEMA':
- now supports param 'fixForceOff' which permits non-coordinated phases to use the unused time of previous phases. Issue #9848
- Added "fully actuated" operation support. Issue #9933
- Added "Rest in Green" functionality when not in coordinated mode. Issue #9937, #9968
- Supporting phase skipping. Issue #9897
- Supporting Green Transfer. Issue #9954
- parking search:
- Parking search now supports
<param key="parking.anywhere" value="X"/>
which permit using free parkingArea along the way after doing unsuccessful parkingAreaReroute x times. Issue #9577 - Parking search now supports
<param key="parking.frustration" value="X"/>
which increases the preference for visibly free parkingAreas over time. Issue 9657 - Parking search now supports
<param key="parking.knowledge" value="x"/>
to let driver "guess" the occupancy of invisible parkingAreas with probability x. Issue #9545 - Vehicles now collect occupancy information for all parkingareas along the way during parking search. Issue #9645
- Parking search now supports
- sumo-gui
- All text setting now have the checkbox "only for selected" to display text selectively. Issue #9574
- Added vehicle setting "show parking info" which labels parking memory (block time and scores) for vehicles with active route visualization. Also, the vehicle is labeled with the number of parking reroutes since the last successful parkingArea stop. Issue #9572
- Can now color roads "by free parking spaces". Issue #9643
- Added context menu entry to open map location in an online map. Issue #9787
- Vehicle size can now be scaled by attribute. Issue #9567
- Added speedFactor to vehicle type parameter dialog. Issue #9865
- The locate dialog has improved keyboard navigation, optional case-sensitivity and optional auto-centering. Issue #9902, #9876
- Traffic light parameter dialog now includes cycle duration, timeInCycle, earliestEnd and latestEnd. Issue #9784
- Parameter Tracker window enhancements:
- Phase Tracker window enhancements:
- shows switch times with configure style (seconds, MM:SS, time-in-cycle). Issue #9785
- optionally shows green phase durations.
- remembers window position and size. Issue #9826
- shows phase index or phase name. Issue #9836
- optionally draws states of actuation detectors. Issue #9887, #9952
- optionally draws states of custom switching conditions. Issue #9928
- netedit
- Trips and flows between junctions (fromJunction, toJunction) are now supported. Issue #9081
- The name prefixes for all created additional elements can now be configured and their defaults have been shortened. Issue #9666
- Add images for the guiShapes in the vType attributes editor. Issue #9457
- All output elements now write 'id' as their first attribute. Issue #9664
- All elements of a side frame can now be collapsed/expanded. Issue #6034
- Trips with a single edge can now be created. Issue #9758
- Added lane context menu function "set custom shape". Issue #9741
- Loading and setting of vTypeDistributions is now supported. Issue #9435
- List of issues from 'demand element problems'-dialog can now be saved to file. Issue #7868
- Lane change prohibitions (changeLeft, changeRight) are now visualized. Issue #9942
- Selections can now be modified based on object hierarchy (i.e. to selection junctions for all selected edges). Issue #9524
- Improved visibility for short edges. Issue #9434
- netconvert
- OSM: import of public transport now supports share_taxi (PUJ) and minibus. Issue #9708
- OSM: attribute turn:lanes is now used to determine lane-to-lane connections when option --osm.turn-lanes is set. Issue #1446
- OSM: importing airports (aeroways) is now supported. Issue #9800
- Simplified edge and junction names in OpenDRIVE import. (i.e. '42' instead of '42.0.00'). The option --opendrive.position-ids is provided for backward compatibility. #9463
- Added option --opendrive.lane-shapes which uses custom lane shapes to account for spacing of discarded lanes. Issue #4913
- Added option --railway.topology.extend-priority which extrapolates directional priorities in an all-bidi network based on initial priorities. Issue #9683
- OpenDRIVE export and import now supports writing and reading the
<offset>
element for handling shifted geo references. Issue #4417, #10006
- duarouter
- can now write route costs in regular route output. Issue #9667
- TraCI
- 'traci.vehicle.getParameter' and 'setParameter' now support all laneChangeModel parameters. Issue #10011
- tools
- routeSampler.py: Option --prefix now also applies to route ids. Issue #9634
- generateParkingAreaRerouters.py: added option --prefer-visible which prefers visible alternatives regardless of distance. Issue #9642
- generateParkingAreaRerouters.py: added option --distribute which sets a distance distribution for the given number of alternatives (instead of always using the closest parkingAreas). Issue #9566
- generateParkingAreaRerouters.py: added option --visible-ids to set visible parkingAreas explicitly. Issue #9669
- addStops2Routes.py: Can now generate stationary traffic to fill each parkingArea to a configurable occupancy. Issue #9660
- addStops2Routes.py: added option --relpos for configuring stop position along edge. Issue #9795
- Added tool generateParkingAreas.py to generate parkingAreas for some or all edges of a network. Issue #9659
- plot_net_dump.py now supports option --internal for plotting internal edges. Issue #9729
- randomTrips.py now supports option --random-depart to randomize departure times. Issue #9735
- tripinfoByType.py: now supports option --interval to aggregated data by depart time (or by arrival time with option --by-arrivals) Issue #9746
- netdiff.py: now supports option --plain-geo to write locational diffs in geo coordinates. Issue #9808
- netdiff.py: now also writes diff for edge type file. Issue #9807
- implausibleRoutes.py: now supports option --xml-output to write route scores for post-processing. Issue #9862
- randomTrips.py: now support option --fringe-junctions to determine the fringe from junction attribute 'fringe'. Issue #9948
- emissionsDrivingCycle now permits loading of electric vehicle params via the new options --vtype and --additional-files. Issue #9930
- aggregateBatteryOutput.py: Tool used for aggregate battery outputs in custom intervals. Issue #10583
Miscellaneous#
- SUMO can now be installed from python wheels. This provides up to date release and nightly versions (via test.pypi.org) for all platforms. #4639
- Added documentation on road capacity and headways. Issue #9870
- Added documentation for signal plan visualization
- Traffic light type 'NEMA' now uses attribute 'offset' instead of param key="offset". Issue #9804
- The generated detector names for actuated traffic lights have been simplified. Issue #9955
- Speed up Visual Studio build with sccache (only works with Ninja not with Visual Studio projects). Issue #9290
- The text "Loading configuration" is printed now only if --verbose is given. Issue #9743
- vType attribute 'minGapLat' is now stored for each vehicle (similar to other lane change model attributes). Issue #9769
- The download 'sumo-all.zip' is no longer provided (use git clone instead). Issue #9794
- Updated Eigen library Issue #9613
- Updated GDAL library Issue #9614
- Updated gtest library Issue #9616
- The ubuntu ppa now contains ARM builds as well
Version 1.11.0 (23.11.2021)#
Bugfixes#
- simulation
- crashing
- Fixed crash in parallel simulation. Issue #9359 (regression in 1.10.0)
- Fixed freezing in parallel simulation. Issue #9385
- Fixed crash when using flow with invalid departEdge. Issue #8993
- Fixed crash caused by rerouters on short edges. Issue #9186
- Fixed bug where simulation did not terminate after a departSpeed related error. Issue #9211
- Fix bug where simulation with waypoints at stopping place freezes. Issue #9399
- safety
- Fixed invalid approach information with step-method.ballistic that could cause collision. Issue #8955
- Fixed rare collision on junction when the outbound lane is jammed. Issue #6415
- Fixed miscounted teleports in vehicle-person collisions. Issue #9018
- Fixed collision after unsafe lane changing ahead of junction. Issue #8950
- Fixed emergency braking in sublane simulation. Issue #9051
- Fixed invalid error after emergency braking at red light with ballistic update. Issue #8978
- Fixed unsafe sublane changing on junction. Issue #9180
- Fixed emergency braking during opposite-direction overtaking. Issue #9183, #9184, #9185, #9297, #9530
- Fixed invalid collision warning during opposite direction driving. Issue #9388
- Fixed bug where frontal collision between fast vehicles was not detected. Issue #9402
- Fixed rail_signal bug that could cause a flanking conflict to be ignored. Issue #9612
- sublane
- Fixed invalid behavior after using stop posLat in non-sublane simulation. Issue #9013
- Fixed deadlock when using lcSigma without sublane model. Issue #9395
- Fix bug where rescue lane briefly closes when two rescue vehicles follow each other. Issue #9494
- Fixed bug where vehicles stay on the opposite side for too long in sublane simulation. Issue #9548
- output
- Fixed invalid edges and exitTimes in vehroute-output when using rerouting and looped routes. Issue #9374
- Fcd-output no longer includes persons in vehicle when person-device.fcd is disabled. Issue #9469
- Stop attribute 'actType' is now preserved in vehroute-output. Issue #9495
- Fixed invalid use of busStop instead of containerStop in vehroute-output. Issue #8989
- Fixed invalid human readable times in tripinfo output (affecting sub-second values). Issue #9580
- parking / stopping
- Fixed non-deterministic parkingReroute. Issue #9066
- Parking search is no longer deterministic when param 'parking.probability.weight' is set. Issue #9364
- Parking search doesn't drive past an available parkingArea if 'parking.probability.weight' is set. Issue #9371
- Attribute personCapacity is no longer ignored for trainStop. Issue #9262
- Fixed lower-than-configured boardingTime when many persons are entering. Issue #9263
- misc
- Fixed bug where a vehicle never starts with startPos="stop" departSpeed="max" and ballistic update. Issue #8988
- Fixed departSpeed related errors when using vehrouter-output as simulation input. Issue #9199, #9205
- Fixed invalid duplicate ids when using option --scale. Added option --scale-suffix to deal with unavoidable id collisions. Issue #9055
- Railway routing now longer creates routes where a train gets stuck on very short reversal edges. Issue #9323
- Fixed invalid warning in railway simulation. Issue #9398
- crashing
- netedit
- network mode: additionals
- Fixed probability statistics and coloring in taz mode. Issue #9107 (regression in 1.7.0)
- Fixed crash when creating reverse edge with "both directions" active. Issue #9408 (regression in 1.8.0)
- Inverting selection of shapes now works even when no edges are loaded. Issue #8951 (regression in 1.9.2)
- BusStops with '/' in their name can now be loaded gain. Issue #9064 (regression in 1.10.0)
- Fixed disappearance of connecting lines between E3 detector and its entry/exit elements. Issue #8916
- trainStops with access can now be loaded. Issue #8969
- Fixed crash after selecting edges in taz mode. Issue #9128
- Fixed undo-redo issues after selecting edges in taz mode. Issue #9132
- Fixed invalid warning about missing color of POI. Issue #9125
- Loading taz without shape is now supported. Issue #9140
- Taz are now drawn below roads. Issue #9146
- Fixed bug where additional objects could not be loaded via command line option. Issue #9166
- When creating a new TAZ, edges are now assigned based on the polygon shape rather than it's bounding box. Issue #9225
- Fixed invalid e3detector position when placing entry/exit detectors close to junction. Issue #9421
- network mode: other
- Copying one of several traffic light programs now copies the correct one. Issue #7963
- Adding a bicycle lane via lane context menu now respects option --default.bikelane-width Issue #9073
- Fixed missing turnaround after adding bike lane. Issue #9079
- Fixed invalid drawing style for lane that allows tram and bus. Issue #9089
- Fixed invalid edge type attributes in saved network. Issue #9070
- Fixed invalid linkIndex2 for indirect left turn after modifying an existing turn. Issue #9102
- Fixed slow operation when inspecting large objects. Issue #9106
- Fixed slow loading of large networks. Issue #9207
- Dotted contour now matches junction shape at reduced size. Issue #9204
- Fixed invalid error when loading program in tls frame. Issue #9270
- Attribute 'opposite' is now updated when changing lane count. Issue #9283
- Attribute 'opposite' is now preserved when splitting edges. Issue #9316
- Minor fixes to save-load tls-program dialog. Issue #9269
- Fixed lost window focus. Issue #9274, #9275
- Fixed invalid roundabout when using function 'convert to roundabout' before first network computation. Issue #9348
- Fixed crash related to convert-to-roundabout and undo. Issue #9449
- demand mode
- Multi-parameter speedFactor value can now be set. Issue #8263
- Flows with embedded route can now be loaded. Issue #8966
- Fixed lost elements when loading personFlow. Issue #7732
- Vehicles with embedded routes can now load parameters. Issue #7509
- Demand mode now respects "show connections" settings. Issue #9087
- Fixed long delay when switching between editing modes while in demand super-mode. Issue #9088
- Fixed slow loading of large traffic demand files. Issue #9191
- Fixed crash when entering non-existing vtype in current vtype field. Issue #9509
- data mode
- network mode: additionals
- sumo-gui
- Fixed invalid person angle in output. Issue #9014
- Fixed slow stepping on windows when the simulation has little to do. Issue #6371
- Fixed unresponsive UI on linux when the simulation has little to do. Issue #9028
- Speed mode in vehicle parameter dialog now shows all 6 bits. Issue #9078
- Option --no-warnings now suppresses warnings from actuated tls. Issue #9104
- Fixed crash on pressing "recalibrate rainbow" button when taz files are loaded. #9119
- Fixed invalid error when defining step-length with human readable time. Issue #9196
- Coloring by edgeData is now working in meso. Issue #9215
- Edge color value is now correct when coloring 'by angle'. Issue #9431
- Color values for 'color by edge data' are now loaded from settings file. Issue #9462
- Small text placement fixes. Issue #9477, #9476, #9467
- Fixed freezing in person simulation. Issue #9468
- Fixed crash when loading edgeData with inconsistent interval times. Issue #9502
- netconvert
- Connection attribute visibility is now working if the connection has an internal junction. Issue #8953
- Fixed crash when importing OpenDRIVE with internal lane shapes when the input defines no width. Issue #9009
- Attribute 'color' and generic params of loaded stops are now kept. Issue #9011, #9048
- Guessed bicycle lanes are now always placed to the left of an existing sidewalk. Issue #9084
- Fixed invalid connections after guessing bicycle lanes. Issue #9083
- Option --no-turnarounds.geometry now ignores pedestrian paths and bike paths that attach to the main road. Issue #9068
- Fixed missing tlType in plain .nod.xml output. Issue #9281
- Fixed invalid network when importing OSM with 'nan' values for maxspeed. Issue #9302
- Fixed crash when loading joined traffic lights together with option --tls.join. Issue #9299
- Fixed errors and invalid shape when converting short roads with arc-geometry from OpenDRIVE. Issue #9332
- Option --flatten now works for OpenDRIVE input. Issue #9447
- Option --geometry.min-dist no longer changes OpenDRIVE topology. Issue #9448
- When importing OSM, footpaths with bike access now default to two-way edges. Issue #9459
- Option --speed.factor now works with lane-specific speeds. Issue #9466
- Fixed invalid permissions for some bicycle and pedestrian lanes in OSM import. Issue #9483
- Fixed invalid walkingarea shapes that overlap with vehicular movements. Issue #9485
- Fixed inconsistencies in assignment of connection directional arrows. Issue #9430
- duarouter
- Fixed bug where some input flows where ignored when preceded by non-flow elements. Issue #8995
- tranship with attributes from,to is no longer ignored. Issue #8976
- Fixed crash when loading containerFlow. Issue #8975
- Fixed endless loop related to triggered personFlow. Issue #8977
- Persons and containers with depart=triggered are now written in the correct order: directly after their intended vehicle. Issue #9000
- Fixed crash when loading transport outside a container #9008
- Fixed invalid treatment of loaded routeDistribution input. Issue #9229
- Person params are no longer lost. Issue #9320
- Fixed bug where vehicles change their route despite option --keep-route-probability. Issue #9487
- Fixed crash when using --keep-route-probability with lower-than-previous --max-alternatives. Issue #9488
- Fixed inconsistent railway routing results when using option --weights.priority-factor compared to sumo results. Issue #9397
- Stop attribute 'actType' is now preserved. Issue #9495
- Fixed infinite loop when loading flow with probability and number but without end attribute. Issue #9504
- Fixed crash when ignoring missing vType for probabilistic flow. Issue #9503
- Option --weights.random-factor now influences routing results when using --routing-algorithm CH or CHWrapper. Issue #9515
- Fixed several memory leaks
- meso
- marouter
- Fixed invalid route-not-found error. Issue #9193
- polyconvert
- TraCI
- trafficLights.getControlledLinks passes the correct response size (this has no effect for the end user and is only relevant for client developers). Issue #8891
- The debug-build of libsumo is now working. Issue #8946
- Removing and reinserting a vehicle in the same step is now working. Issue #5647
- traci.vehicle.getLeader can no longer return -inf when the leader is on an intersection. Issue #9001
- Fixed problems related to complex types returned from libsumo in java. Issue #7204
- Fixed invalid result of vehicle.getDistance after vehicle.moveToXY, and vehicle.moveTo. Issue #9050, #8778
- Fixed bug where intended teleport after replaceStop failed due to oncoming train. Issue #9175
- Fixed invalid route after adding vehicle with trip-route and forcing insertion with moveTo. Issue #9257
- Fixed invalid departedIDList after reloading a libsumo simulation. Issue #6239
- Subscription filter "turn" now includes foe on junction. Issue #9330
- Fixed warning "splitting vector close to end" when using subscription filter. Issue #9404
- Fixed invalid expected vehicle number after failed vehicle.add. Issue #9456
- Fixed crash when using libtraci repeatedly. Issue #9478
- 'traci.vehicle.getLaneChangeState' no longer includes 'TraCI' in the 'state-without-traci' component. Issue #9492
- Fixed bug where command 'traci.vehicle.changeLane' was ignored in sublane simulation. Issue #9147, #9493
- Function 'traci.vehicle.replaceStop' no longer fails while on junction. Issue #9467
- Fixed invalid stop duration reported after updating duration with setStop. Issue #9522
- Added missing convenience functions in traci.vehicle (i.e. 'isAtBusstop' to libsumo and libtraci python bindings. Issue #9591
- Fixed missing vehicles when using subscriptionFilterLateralDistance. Issue #9603
- tools
- cutRoutes.py: Fixed mixed usage of trainStop and busStop. Issue #8982
- cutRoutes.py: Handles flows without end time
- generateRailSignalConstraints.py
- generateContinousRerouters.py: fixed infinite loop. Issue #9167
- GTFS import no longer ignores trips with routes not starting in the simulation area. Issue #9224
- GTFS import now works when crossing day boundaries. Issue #9002
- GTFS import no longer fails when the optional 'shapes.txt' is missing.
- plot_trajectories.py no longer crashes when trying to plot kilometrage with missing input distance. Issue #9472
- generateParkingAreaRerouters.py Fixed problem when there are 2 parkingAreas on the same edge. Issue #9537
- Miscellaneous
Enhancements#
- simulation
- Traffic light type "NEMA" is now supported and implements a NEMA compliant dual-ring controller. Issue #9520 (Thanks to Qichao Wang and NREL)
- Added new electric vehicle model "MMPEVEM". Issue #8764 (Thanks to Kevin Badalian and the MMP, RHTW Aachen)
- Detectortype (E1, E2, E3) now support attribute 'detectPersons' to detect pedestrians and passengers. Issue #5252
- When option --vehroute-output.exit-times is set, The output for walk,ride, transport and tranship now includes the values 'started' and 'ended.' Issue #9005
- Added option --weights.separate-turns FLOAT. When this is set to values in ]0,1] routing in the simulation will distinguish travel times by turning direction (i.e. to prefer right turns over left turns where the latter are a cause of delay). Issue #2566
- If a simulation includes bicycles, they will get a separate section in trip statistics for bicycles. Issue #9069
- Added option --vehroute-output.speedfactor. When this is set, the vehicle specific speed factor will be written in the output. If the vehicle defines a departSpeed, this defaults to 'true'. Issue #9199
- BoardingDuration / loadingDuration are now also applied when exiting a vehicle. Issue #4216
- Delays for opening a rail crossing can now be customized and their values were increased to be more realistic. Issue #9301
- Loading parkingReroute elements that can potentially cause blockage in parking search now results in a warning. Issue #9363
- Parking search now employs memory of previously visited and occupied parking areas. Issue #9047
- Option --vehroute-output.route-length now also applies to unfinished routes. Issue #9373
- Option --vehroute-output.route-length is now written for all routes of a vehicle. Issue #9375
- Taxi simulation now supports the use of multiple taxi fleets and customer choice of fleet. Issue #7818
- Added ssm device output option --device.ssm.write-positions for writing global measures. Issue #9230
- Waypoints can now be used together with the 'until' attribute to force stopping on early arrival. Issue #9489
- edgeData output now includes optional attribute 'teleported' to count the number of vehicles that teleported from an edge. Issue #5939
- Added option --time-to-teleport.remove for removing vehicles instead of teleporting and re-inserting them along their route after waiting for too long. Issue #9377
- Added option --device.ssm.write-lane-positions to add lane id and lane-pos to all outputs. Issue #9231
- In simulations with opposite-direction-driving stops on the opposite direction edge may be defined by setting a lane index beyond the leftmost forward lane. Issue #8876
- sumo-gui
- An index value is now drawn for each train reversal in 'show route' mode. Issue #8967
- All stopping places (busStop, parkingArea, ...) now support custom color. Issue #8280
- The numerical value behind the current edge color can now be plotted in a tracker window. Issue #9049
- Locator dialog now shows number of available objects. Issue #9075
- Locator dialog now allows selecting/deselecting all objects in (filtered) list. Issue #5426
- Improve positioning of persons in vehicles. Issue #9159
- Taz attribute 'fill' is now supported. Issue #9144
- Drawing detail of POIs can now be configured. Issue #9203
- Improved visualization of teleporting vehicles when shown because of active route visualization. Issue #9174
- Added vehicle context menu function 'Select transported'. Issue #2241
- Time range and intervals in loaded edgedata are now reported. Issue #9217
- Meso vehicles are now drawn with interpolated positions
- Segment boundaries are now drawn in meso simulation. Issue #9227
- Breakpoints are now rounded down to reachable step value. Issue #6789
- Clicking on timestamps in message window now creates breakpoints with a configurable offset. Issue #7617
- Lane params and street names are now shown in meso edge parameter dialog. Issue #9300
- Coloring of stop lines can now be switched to "realistic" mode. Issue #9358
- in meso, stops are now indicated when 'show route' is active. Issue #9514
- Added extra colors for 'stopped' in vehicle coloring scheme 'by speed' #9547
- Added number of stopped vehicles to network parameters. Issue #9558
- Attribute guiShape now supports 'scooter'. Issue #9190
- netedit
- Added context menu function to reset opposite-lane information for a selection of lanes. Issue #8888
- Added new 'Lock' menu to protect different types of objects from inspect,move,select and delete operations. Issue #8342
- Vehicle stop attribute posLat is now supported. Issue #8808
- Saved busStop attributes now have the same order as netconvert. Issue #7624
- Data mode now permits attributes with non-numeric values. Issue #9060
- Drawing detail of POIs can now be configured. Issue #9203
- Objects within a polygon boundary can now be selected by using the polygon context menu. Issue #9158
- Improved drawing style of connecting lines between dependent objects (i.e. busstop/access). Issue #8914, #9258
- Writing shortened xml header for demand and data output. Issue #9261
- New network is started in create-edge mode. Issue #9272
- After setting new edge template, the default in create-edge frame is 'use template'. Issue #9289
- Edge / lane context menu operations are now available in create-edge mode. Issue #9271
- The number of routes passing an edge can now optionally be drawn. Issue #8584
- Routes referenced in routeProbReroute are now written in additional files. Issue #8547
- TAZ now support a custom center point for showing their ID and attaching tazRelations. Issue #9298
- Colors for traffic demand elements (routes, stops, ...) can now be customized in the 'Demand' tab of the view settings dialog. Issue #6318
- Added options --node-prefix, --edge-prefix and --edge-infix to customize the default names for new objects. Issue #4375
- New default prefix for edges is 'E' and new prefix for junctions is 'J'. Issue #9424
- Generic parameters (
<param>
) of traffic light programs can now be edited in the traffic light frame. Issue #7659 - stopOffset can now be defined. Issue #3799
- Object attributes that are computed rather than user-defined (i.e. edge length) are now distinguished in blue. Issue #4633
- Stopping places can now be resized via shift + drag #3966
- Loaded rerouters are now drawn near their edges rather than (0, 0), when no position is defined. Issue #9365
- Parking spaces and textured POIs can now be resized with the mouse. Issue #8825
- Parent e3 detector now remains selected after creating detEntry/detExit. Issue #9420
- Newly created reverse-direction edges now receive an id based on the forward direction edge and a '-' sign. Issue #9396
- Local lane angle is now shown in context menu. Issue #9432
- Intervals and child-elements of rerouters and VSS can now be inspected. Issue #9369
<DEL>
-key can now be used in inspect mode to delete the currently inspected element. Issue #9352- Selection mode can now filter for attributes that have/haven't an empty value using '=' and '^' operators. Issue #9507
- netconvert
- netgenerate
- Added options --grid.x-attach-length --grid.y-attach-length to configure attachments separately by direction. Issue #8991
- The option --bidi-probability can now be used to control the generation of reverse edges for grid and spider networks. When set to 0, pure oneway networks are generated. Issue #9006
- od2trips
- tazRelation files (as written by netedit) are now supported as OD-matrix definition. Issue #9057
- duarouter & jtrrouter
- Added option --named-routes which writes routes with an id and lets vehicles reference them. Can reduce output size if many vehicles are using the same route. Issue #8643
- meso
- Tau value of vehicles types now affect simulation (by acting as a multiplier on the segment tau value) Issue #9356
- marouter
- traci
- Added function 'traci.simulation.getEndTime' to retrieve the --end value that was set when starting sumo. Issue #2764
- addSubscriptionFilterTurn can now be combined (additively) with addSubscriptionFilterLateralDistance and with addSubscriptionFilterLanes. Issue #9177
- Added function 'traci.person.remove' Issue #9351
- Improved warning messages when 'traci.vehicle.replaceStop', or 'changeTarget' fails. Issue #9453
- Added functions to retrieve aggregated traffic measures from E3-detector. Issue #9501
- Libtraci now supports 'Simulation::start'. Issue #6466
- Added functions 'trafficlight.setNemaSplits', 'setNemaMaxGreens', 'setNemaCycleLength' and 'setNemaOffset' to control the split and offset of NEMA-type controllers. Issue #9520
- tools
- cutRoutes.py: Can now handle multiple additional and public transport files in input. Issue #8997
- generateRailSignalConstraints.py now supports options --comment.stop --comment.time --comment.all for extended annotation of generated constraints. Issue #8963
- Added tool addTAZ.py for adding taz information to route files. Issue #8884
- osmWebWizard.py now imports all bicycle lane data when building scenario with bicycle traffic. Issue #9071
- osmWebWizard.py uses improved pedestrian routing on shared space. Issue #9100
- osmWebWizard.py now avoids duplicate sidewalks when building a simulation with persons. Rebuild network with --osm.sidewalks False to replicate the old behavior (for areas that lack OSM sidewalk data). Issue #9444
- gridDistricts.py now supports option --vclass for filtering taz edges in multi-modal networks. Issue #9127
- Added tool route2OD.py which generates a tazRelation-file (OD-Matrix) from a taz-file and route-file. Issue #9117
- Major speedup in GTFS import with gtfs2pt. Issue #9136
- ptlines2flows.py: Added options --stop-duration-slack generate schedules that are more robust with respect to traffic delays. The new default value is '10' which means that vehicles can compensate up to 10s of time loss per stop. Issue #9170
- ptlines2flows.py: Added options --speedfactor.bus and --speedfactor.tram to allow for relaxed schedules of vehicles which may be affected by road congestion. Issue #9170
- ptlines2flows.py: Line colors are now supported. Issue #7845
- generateContinousRerouters.py: added option --vlcass to avoid errors in multi-modal networks. Issue #9188
- generateTurnRatios.py: Added option --interval to write time-dependent turn counts / ratios. Issue #9294
- duaIterate.py: Now supports options --save-configuration (-C) and --configuration-file (-c) to save and load configurations. Issue #9314
- Added tool computePassengerCounts.py to count passenger number in vehicle over time #9366
- generateParkingAreaRerouters.py
- routeSampler.py: added option --min-count to set minimum number of counting locations for each used route. Issue #9415
- Added tool scheduleStats.py to analyze deviations between loaded public transport schedules and simulation timing. Issue #8420
- Added tool plotXMLAttributes.py to generated 2D-plots from arbitrary attribute of XML files. Issue #9403
- osmTaxiStop.py: added option --fleet-size to generated a taxi fleet along with the stops. Issue #9116
- sumolib.net.getShortest path now allows using edges in both directions for pedestrian route search (
ignoreDirection="true"
). Issue #9533 - addStops2Routes.py received new options to define stops at parkingAreas, add stops to persons and to define stationary (parking) traffic. Issue #3607, #9561, #9562
- library functions 'sumolib.xml.parse_fast' and 'parse_fast_nested' can now handle XML-comments. Issue #8565
- Added tool parkingSearchTraffic.py to analyze reroute times and distances for parking search traffic. Issue #9534
- Added tool tripinfoByType.py for aggregating tripinfo output by vType #9596
Other#
- Miscellaneous: Renamed the "master" branch in git to "main". Issue #8591
- This will be the last time we officially release a 32bit version for Windows.
- The repository location for the open build service (RPMs for openSUSE, Fedora and derivatives) changed to https://build.opensuse.org/project/show/science:dlr
- Simulation: Default efficiency of chargingStation is now 0.95 (previously 0). Issue #9414
- TraCI: Parameter 'upstreamDist' of function 'traci.vehicle.addSubscriptionFilterTurn' was renamed to 'foeDistToJunction'. Issue #9141
- netconvert: opendrive-output now includes header comment with netconvert version and options. Issue #9454
- netedit
- polyconvert: When no network is loaded, output will now be in lon,lat by default (if the input is geo-referenced) in order to be useful with any network. The old behavior of writing raw utm values in this case can be restored by setting option --proj.plain-geo false.
- duaIterate.py option -C is no longer a synonym for --continue-on-unbuild. Instead, it is a shortcut for --save-configuration. Issue #9314
Version 1.10.0 (17.08.2021)#
Bugfixes#
- simulation
- Fixed invalid state file when using option --vehroute-output.exit-times and saved vehicles are still on their first edge. Issue #8536 (regression in 1.9.1)
- Saved simulation state now restores traffic light phase and phase duration. Issue #7020
- Fixed deadlock after loading rail signal constraints from state. Issue #8732
- Fixed emergency braking with continuous lane changing. Issue #8466
- Fixed crash when using routing algorithm 'CH' with device.rerouting.threads > 1. Issue #8767
- Fixed train colliding with itself after early reversal. Issue #8768
- Fixed collision with indirect left turn at priority junction (requires network with new 'indirect' attribute). Issue #8775
- Fixed unnecessary deceleration of vehicle with low deceleration (i.e. freight train). Issue #8798
- Fixed emergency braking with continuous lane changing and opposite direction driving. Issue #8760
- Fixed invalid speed when train approaches reversal position. Issue #8867
- Fixed crash on opposite direction driving with sublane model. Issue #8889, #8890
- Lane closing (via rerouter) now triggers strategic changing for all vehicles. Issue #8895
- Fixed invalid strategic lane choice in multimodal network. Issue #8900
- Fixed emergency braking in sublane simulation. Issue #8908
- Fixed schema validation when loading simulation state with time values larger than 24 days. Issue #8926
- Fixed crash when loading simulation state with vehicle attribute 'departEdge', Issue #8929
- Fixed crash when loading simulation state together with vehicles from an additional file. Issue #8927
- Simulation with persons now terminates when participants have arrived after calling traci.simulation.loadState. Issue #8947
- Fixed collision on junction due to premature acceleration. Issue #8817
- sumo-gui
- Fixed briefly invisible vehicle while passing short internal edge. Issue #8749 (regression in 1.9.0)
- Drawing parkingAreas with large roadsideCapacity no longer causes the gui to slow down. Issue #8400
- Fixed invalid window size after using "restore" button. Issue #8826
- Fixed flickering while vehicles drive on the opposite side. Issue #8887
- Invisible vehicles (alpha=0) no longer register clicks. Issue #8913
- Fixed invalid position of size-exaggerated persons at a size-exaggerated busStop. Issue #8883
- Fixed hidden context menu near the screen border. Issue #8860
- Asian street names are now shown correctly in lane parameter dialog on Linux if the font 'Noto CJK' is installed. Issue #8907
- netedit
- Fixed unwanted modification of lane/edge permissions after leaving the dialog with 'Cancel'. Issue #8657
- Fixed invalid error when trying to place additional objects on edges with length/geometry mismatch. Issue #8692
- Fixed invalid restriction when trying to move additional objects on edges with length/geometry mismatch. Issue #8694
- Fixed invalid rendering of detEntry and detExit direction. Issue #8693
- Default edge permission in create edge mode are now working. Issue #8562
- Fixed crash in tls mode after deleting lanes. Issue #8743
- Fixed superfluous save-dialog after loading additional file. Issue #8572
- Fixed crash when setting invalid edge in rerouter dialog. Issue #8859
- Fixed hidden context menu near the screen border. Issue #8860
- netconvert
- Fixed missing bus permissions in OSM import. Issue #8587
- Fixed invalid junction shape at geometry-like junction with crossing (was causing invalid simulation behavior). Issue #8779
- Fixed duplicate busStops when importing public transport lines from OSM. Issue #8791
- Fixed missing turnaround when specifying edge-level connectivity in .con.xml. Issue #8796
- Fixed missing pedestrian permissions when importing OSM. Issue #8782
- duarouter
- Access cost is no longer ignored when using persontrip.transfer.car-walk=ptStops. Issue #8515
- Fixed invalid error when using routing algorithm 'CH' in multimodal network. Issue #8756
- Fixed invalid acceptance of broken input when using routing algorithm CHWrapper. Issue #8766
- Fixed crash when loading stops on internal edge. Issue #8885
- netgenerate
- Fixed bug when using option --remove-edges.explicit. Issue #8841
- traci
- Call tracing is now reset properly on restart in the python client for libsumo. Issue #8671
- Fixed sumo-gui crash when calling loadState. Issue #8698
- Fixed crash when calling vehicle.moveTo. Issue #8714
- Fixed missing follower information when calling 'traci.vehicle.getFollower' while on an internal edge. Issue #8701
- Fixed crash when calling simulation.loadState while retrieving insertion backlog in sumo-gui. Issue #8730
- Fixed deadlock after calling trafficlight.swapConstraints. Issue #8455
- Libsumo now works with python3.8 on windows. Issue #5700
- Libtraci now supports multiple traci client. Issue #8773
- Function 'vehicle.replaceStop' now raises an error when trying to replace a stop that has already started. Issue #8878
- Function 'vehicle.replaceStop' no longer ignores teleport flag if replacement stop is at the same location. Issue #8879
- libsumo python wheel for python v3.7 is now compiled against the correct python version. Issue #8877
- Fixed crash when calling libsumo.start again after after libsumo.close. Issue #8945
- Fixed invalid return values from 'traci.lanearea' before the first simulation step. Issue #8949
- tools
- sumolib function 'parse_fast_nested' can now (again) ignore intermediate child elements (i.e. to parse vehicle and route if the route is inside a routeDistribution element). Issue #8508 (regression in 1.9.2)
- routeSampler.py: Fixed crashing when using --geh-ok or when setting more threads than intervals. Issue #8755
- generateRailSignalConstraints.py
- Fixed crash when loading stops define by edge instead of lane. Issue #8937
- No longer generates constraint where a train waits for itself. Issue #8935
- Fixed invalid constraint signal id if a train reverses directly after stopping. Issue #8936
- Fixed missing constraints when a train skips a stop. Issue #8943
- Miscellaneous
- Fixed problems with unicode paths on windows. Issue #3973
Enhancements#
- simulation
- CarFollowModel 'EIDM' (extended IDM) is now supported. Issue #8909 (Thanks to Dominik Salles)
- ParkingAreas now support attribute 'departPos' to set a custom position for vehicles when exiting the parkingArea. Issue #8634
- Added option --save-state.period.keep INT which allows saving state with constant space requirements (combined with option --save-state.period).
- Added option --persontrip.walk-opposite-factor FLOAT which can be used to discourage walking against traffic flow (for FLOAT < 1). Issue #7730
- Persons that walk against the flow of traffic now walk on the left side of the road rather than in the middle (left side of the lane instead of right side). Issue #7744
- Vehicle stops now support attribute 'posLat' to stop with a lateral offset. Issue #8752.
- Rail signals can now be switched into "moving block" mode where they only guard against flanking and oncoming trains. (option --railsignal-moving-block or
<param key="moving-block" value="true"/>
. Issue #8518 - Vehroute-outupt now includdes attribute "priorEdgesLength" if option --vehroute-output.stop-edges is set. Issue #8815
- Added option --emission-output.step-scaled to write emission output scaled by step length rather than per second. Issue #8866
- Each distinct collision now creates exactly one warning message (even if the situation persists due to --collision.action warn). Issue #8918
- Persons with different vClasses are now supported (i.e. 'ignoring' to walk on a forbidden road). Issue #8875
- Element
<walk>
now supports attriubte 'departLane' (i.e. to place a person on the road lane instead of the sidewalk). Issue #8874 - A warning is now issued if a person is configured to use a vType with the default vehicular vClass 'passenger'. Issue #8922
- Attribute 'latAlignment' now supports numerical values to configure a fixed offset from the center line. Issue #8873
- netedit
- Connection mode button 'Reset connections' now immediately recomputes connections at the affected junctions. Issue #8658
- Add demand mode toggle button to show the shortest route for all trips. Issue #8638
- Vehicle arrival position can now be modified in move mode. Issue #8543
- When adding green verges via lane context menu, the target side can now be selected. Issue #8781
- Pois along lanes now support attribute 'friendlyPos'. Issue #4161
- Selection frame now has a 'delete objects' button. Issue #8911
- sumo-gui
- Active insertionPredecessor constraints are now indicated via lane parameters. Issue #8737
- netconvert
- Indirect (bicycled) turns can now be created by setting connection attribute 'indirect'. Issue #4252
- Option --default.spreadtype roadCenter can now be used to improve the geometry of edges with different lane numbers per direction when importing OSM. Issue #8713
- Option --osm.bike-access now enables the import of additional bike path tags such as bicycle=yes/no and oneway:bicycle=yes/no. Issue #8788
- Tag foot=yes/no is now imported from OSM to adapt permissions for pedestrians. Issue #8788
- Improved interpretation of OSM Input with missing 'lanes' attribute. Issue #8942
- duarouter
- Attributes fromLonLat and toLonLat are now supported for personTrip. Issue #8665
- Attributes 'x', 'y' and 'lon', 'lat' can now be used in place of stop attribute 'edge' and 'endPos'. Issue #8666
- Added option --persontrip.walk-opposite-factor FLOAT which can be used to discourage walking against traffic flow (for FLOAT < 1). Issue #7730
- traci
- Added function 'traci.vehicle.getTimeLoss' to retrieve the timeLoss since departure. Issue #8679
- Added function 'traci.vehicle.setPreviousSpeed' to modify the speed assumed by Sumo during the prior step (i.e. for computation of possible acceleration). This can be combined with 'traci.vehicle.moveTo' to override the behavior in the previous step. Issue #7190
- Added new speed mode bit to control right-of-way compliance w.r.t. foe vehicles within an intersection. Issue #8675
- 'traci.vehicle.moveToXY' and 'traci.person.moveToXY' now support optional parameter matchThreshold to configure the maximum distance between position and matched road (default 100m). #8668
- tools
- cutRoutes.py now handles vehicle attributes 'arrivalEdge' and 'departEdge'. Issue #8644
- Added new tool stateReplay.py to visually observe a simulation that is running without gui (i.e. on a remote server).
- generateRailSignalConstraints.py can now make use of post-facto stop timing data (attribute 'started', 'ended'). Issue #8610
- generateRailSignalConstraints.py now generates insertionPredecessor constraint to fix the insertion order after a parking-stop. Issue #8736
- Added netdiff.py option --remove-plain to automatically clean up temporary files. Issue #8712
- gtfs2pt.py vTypes are now written as a separated output file. The name of the file can be defined with --vtype-output. Issue #8646
- Added option --dpi to plot_summary.py and other plotting tools. Issue #8761
- plot_trajectories.py now supports plotting by kilometrage (fcd-output.distance). Issue #8799
- drtOnline.py now supports option --max-processing increase processing efficiency. Issue #8793
- flowrouter.py now support output of pedestrian flows via option --pedestrians. Issue #8864
Miscellaneous#
- tools
- Function sumolib.xml.parse now sets the attribute
heterogeneous=True
by default. This enables parsing of all attributes even not all elements have the same set of attributes. The valueheterogeneous=False
is useful for conserving memory when all elements are known to have the same set of attributes. Issue #8651 - Now the tool drtOnline.py contains only the information for DRT scheduling (read fleet and requests, call a DARP solver and dispatch). To find the best routes, different methods can be used to solve the DialARideProblem (DARP), which are defined in the script "darpSolvers.py". Issue #8700
- Function sumolib.xml.parse now sets the attribute
Version 1.9.2 (18.05.2021)#
Bugfixes#
- simulation
- Vehroute output for persons now writes the correct stopping place type (i.e. parkingArea, busStop, etc.) Issue #8597
- sumo-gui
- Coloring by waitingTime now uses value 0 for stopped persons, consistent with stopped vehicles. Issue #8585
- netedit
- When adding stops to a trip, the route now changes as necessary to pass the stop location. Issue #7364
- Person stages that end at a busStop can now be defined. Issue #6903
- Flows and vehicles are now drawn on their configured departLane. Issue #7888
- Fixed missing 'modes' menu entries in Demand- and Data-supermode. Issue #8486
- netconvert
- marouter
- Input attributes fromJunction and toJunction are now working. Issue #8631
- traci
- Fixed crash when trying to read parameters for subscriptions that don't have them. Issue #8601 (regression in 1.9.1)
Enhancements#
- simulation
- netedit
- Vehicle attributes departEdge and arrivalEdge are now supported. Issue #8452
- duarouter
- Added option --keep-route-probability which lets a given proportion of vehicles keep their old routes (selected at random). Issue #8550
- tools
- duaIterate.py now supports option --convergence-steps which forces route choices to converge in the given number of steps (via duarouter option --keep-route-probability). This is recommended when using option --logit which otherwise may not converge at all. Issue #8550
- countEdgeUsage.py now allows filtering and grouping counts by vehicle departure time. Issue #8621
Version 1.9.1 (04.05.2021)#
Bugfixes#
- Simulation
- Statistic-output value departDelayWaiting is now in s (was in ms before).
- Fixed emergency braking with high-duration continuous lane changing. Issue #8489 (regression in 1.9.0)
- departDelayWaiting (verbose output and statistic-output) no longer includes loaded vehicles that were not scheduled to depart before simulation end. Issue #8490
- Person stops with duration 0 are now working. Issue #8494
- Fixed bug where vehicles could ignore connection permissions. Issue #8499
- Fixed invalid jamming of persons and vehicles on a shared walkingarea. Issue #8417
- Fixed invalid vehroute.exit-times after loading state. Issue #8536
- Fixed missing vehicle-class-specific speed limits on internal lane. Issue #8556
- Fixed bug where person did not exit ride on access edge of destination stop. Issue #8558
- Fixed error when taxi ride starts or ends at a busStop only reachable via access. Issue #8578
- netconvert
- duarouter
- Option --weights.priority-factor is no longer ignored in rail networks with bidirectional tracks. Issue #8561
- netedit
- Restored polygon exaggeration so that it increases line width rather than growing the whole shape. Issue #8568 (regression in 1.7.0)
- Polygon ids can be shown again. Issue #8575 (regression in 1.7.0)
- Setting size of additional ids is now working. Issue #8574 (regression in 1.8.0)
- Ids of additional objects are now shown when zoomed out. Issue #8571
- TraCI
- tools
- osmWebWizard.py can now import locations with negative longitude again. Issue #8521 (regression in 1.9.0)
- Fixed problem with sumolib.xml.parse_fast_nested when an element is missing some of the attributes to be parsed. Issue #8508
- Fixed invalid characters in ptlines2flow.py output. Issue #8557
- Fixed invalid constraint output of generateRailSignalConstraints.py when two vehicles stop with parking=true and the same until time at the same stop. Issue #8246
- Miscellaneous
- Fixed invalid xml output when writing file creation timestamp in exotic locales. Issue #8533
- Fixed proj.db error message when starting applications with geo-conversion capability (sumo, netconvert, polyconvert) on windows (commonly used functionality was not affected). Issue #8497 (regression in 1.9.0)
Enhancements#
- Simulation
- Vehicles can now be equipped with the glosa device to adapt their speed at traffic lights. Issue #7721
- Verbose output now lists total time spent on TraCI when applicable. Issue #8478
- Statistic-output now includes 'totalTravelTime' and 'totalDepartDelay'. Issue #8484
- Added option --tripinfo-output.write-undeparted to ensure that the number of written tripinfos is independent of insertion success (simplify comparison of different runs). Issue #8475
- Vehicles can now be configured to ignore specific foe vehicles at junctions. Issue #8205
- Option --time-to-teleport.disconnect now supports value 0 for teleporting without waiting. Issue #8537
- sumo-gui
- Updated container count icon in status bar. Issue #8479
- netconvert
- Added option --junctions.higher-speed to allow higher speed on internal lanes when the speed limit changes between incoming and outgoing edge. When set, speed on junction will be set to the maximum of both edges rather than the average. Issue #8535
- TraCI
- Added traci.trafficlight functions to work with railSignalConstraints: getConstraints, getConstraintsByFoe, removeConstraints, swapConstraints. Issue #8455, #8224
- traci.simulation.Stage now supports function 'toXML' for python client. Issue #8517
- tools
- Added new tool drtOnline.py for simulation of demand responsive transport (DRT). It uses the taxi API with an LP-Solver to optimize shared dispatch. Issue #8256
- Added function sumolib.route.addInternal to interpolate internal edges into a route. Issue #1322
- sumolib.net.getShortestPath now includes internal edges in path cost and supports parameter 'withInternal' for including internal edges in the resulting edge list edges#4994
- gtfs2pt.py now supports option --osm-routes to improve mapping of gtfs data onto the network. Issue #8251
- edgeDataFromFlow now supports cadyts output. Issue #8516
- splitRouteFiles.py now handles detector file. Issue #8462
- routeSampler.py now supports option --pedestrians to generate persons instead of vehicles. Issue #8523
Other#
- Miscellaneous
- Fixed pip package contents. Issue #8513, #8514
- You can use libsumo and libtraci as a dependency in your maven builds by the using package repository https://repo.eclipse.org/content/repositories/sumo-releases/. Issue #7921
- Documentation
- Documented statistic-output. Issue #8188
Version 1.9.0 (13.04.2021)#
Bugfixes#
- Simulation
Option --xml-validation.net is now working again. Issue #8107 (regression in 1.5.0)
- Fixed disappearing vehicle when transporting containers with taxi. Issue #7893
- Fixed collisions between pedestrians and vehicles on shared space #7960
- Vehicles with low (desired) decel value will no longer perform an emergency stop when caught in the "Yellow Light Dilemma Zone". Instead they will brake with decel --tls.yellow.min-decel (default: 3) as long as they have a sufficiently high emergencyDecel value. Issue #7956
- Fixed invalid output directory for --device.taxi.dispatch-algorithm.output. Issue #8013
- Fixed error when loading saved state with vehicles that stopped due to collision. Issue #8030, #8063 , #7696
- Fixed bug where an emergency vehicle does not advance in the rescue lane. Issue #8072
- When a junction collision is detected, the vehicle with right of way is now classified as the victim. Issue #8094
- Fixed inconsistent vehicle positioning after collision stop #8109
- Fixed slow initialization of railway router. Issue #8120
- Fixed invalid braking of vehicles at traffic light junctions with crossings. Issue #8116
- Fixed insufficient precision of timestamps when using low step-length (i.e. 0.025). Issue #8129
- Fixed crash when using junction-taz in combination with taxi device. Issue #8152
- Fixed emergency braking when approaching zipper link. Issue #8242
- Members of personFlow and containerFlow are no longer in the same ride unless the group attribute is set. Issue #8396
- Vehicle type attribute containerCapacity is now supported when using taxi device for container logistics #7892
- Fixed invalid chargingStation-output and overheadwiresegments-output in subsecond simulation or when multiple vehicles are charging at the same element simultaneously. Issue #8351
- Fixed invalid depart position when using departPos="stop" with a full parkingArea. Issue #8338
- Fixed invalid waiting pedestrian count at busStop which caused invalid pedestrian jamming. Issue #8366
- Fixed crash after junction collision with stoptime. Issue #8359
- Attribute departLane is no longer ignored when validating attribute departSpeed. Issue #8226
- Persons and containers with a
<stop>
stage at a busStop are now assigned to that stop instead of just waiting on the edge. Issue #8436 - Fixed invalid edgeData output if simulation begin is later than edgeData begin. Issue #8464
- Sublane model fixes
- Fixed deadlock in roundabout. Issue #7935
- Fixed invalid deceleration at intersection due to misinterpreting lateral position of approaching foes #7925
- Fixed collision in sublane model after parallel internal edges (requires rebuilding the network) #3619
- Fixed invalid collision warning. Issue #8068
- Fixed invalid vehicle angle in subsecond simulation. Issue #8070
- Lateral deviation due to lcSigma > 0 is now independent of step-length when using
latAlignment="arbitrary"
. Issue #8154 - Lateral acceleration no longer exceeds lcAccelLat. Issue #8195
- Opposite direction driving fixes
- Fixed undetected collisions. Issue #8082, #8111
- Fixed invalid collision warning. Issue #8079
- Fixed unsafe driving. Issue #8082, #8084, #8112, #8141
- Fixed late change to the opposite side due to misidentification of oncoming vehicle #8080
- Fixed premature arrival while on the opposite side. Issue #8199
- Fixed Error when using continuous lane-changing with a looped route #8471
- meso
- sumo-gui
- Fixed long pause on right-click in large networks. Issue #7927 (Regression in 1.4.0)
- Routes for vehicles with dark color are no longer colored black. Issue #7934
- Fixed crash when using network property dialog in meso. Issue #7998
- Person drawing style "as circles" is now drawing circles as intended. Issue #8130
- Fixed crash when opening person parameter dialog for a person with depart="triggered". Issue #8164
- Default coloring now indicates lanes that allow rails and busses. #8315
- netedit
- Fixed invalid E2 detector shape Issue #7895 (Regression in 1.7.0)
- Fixed invalid rendering layer of polygons below roads. Issue #8316 (Regression in 1.7.0)
- Access elements can only be placed on lane that permit pedestrian traffic. Issue #5893
- Fixed issues when adding stops in person plan. #7829
- Fixed issue where written network (with only invalid crossings) is modified upon reloading. Issue #7765
- In Traffic Light mode, cycle time is now updated, when new phase is inserted. Issue #7961
- Fixed problem with invisible data elements. Issue #7643
- Fixed problem with invisible vehicles when activating 'spread vehicles'. Issue #7931
- Polygon and poi now have a visual indication when 'marked as front'. Issue #8331
- Fixed bug when deleting or changing geometry-points (via dialog) in 3d-networks. Issue #8345
- When polygons and other network elements overlap, clicks will not correctly go to the top element by default. Issue #8346
- Fixed invalid "merging junctions" confirmation when moving a selection of junctions. Issue #8373
- netconvert
- Fixed invalid signal plans in network with unusual geometry. Issue #7915
- Option --junctions.join-same no longer fails due to numerical errors when comparing positions. Issue #8019
- Fixed missing edges in ptline-output when those edges were created by option --railway.topology.repair. Issue #8024
- Fixed invalid ptstop-output when using --edges.join-tram-dist. Issues #8035
- Fixed invalid ptline output when stop edge is removed via option. Issue #8039
- Fixed duplicate public transport stops when importing public transport lines from OSM. Issue #8060
- Fixed missing trafficlights when combining options --tls.discard-simple and --junctions.join. Issue #8219
- Fixed high running time when using option --geometry.remove on large networks. Issue #8270
- Fixed crash when using option --heightmap.shapefiles with unsuitable shape data. Issue #8307
- Fixed missing bus-permissions when importing OSM. Issue #8310, #8317
- Option --geometry.max-segment-length now takes effect when importing from .edg.xml without edge attribute shape. Issue #8362
- Fixed invalid z-data when importing geotiff. Issue #8364
- Fixed invalid error when loading heightmap from geotiff with different color depths. Issue #8365
- Fixed crash when loaded roundabouts are removed due to option --keep-edges.components. Issue #8465
- polyconvert
- POIs are now correctly imported from VISUM files. Issue #8414
- dfrouter
- Input networks with pedestrian infrastructure no longer result in invalid output. Issue #8408
- od2trips
- Fixed invalid begin and end times when writing personFlows. Issue #7885
- duarouter
- Fixed invalid routes when using option --remove-loops with --with-taz. Issue #8451
- TraCI
- Function 'vehicle.getSpeedWithoutTraCI' now returns original model speeds after calling moveToXY. Issue #7190
- Fixed issues with mapping location and speed for function 'person.moveToXY' . Issue #7907, #7908
- Fixed crash when switching to carFollowModel that requires vehicle variables. Issue #7949
- Fixed crash when using traci.simulation.getDistanceRoad. Issue #5114
- Fixed non-deterministic behavior for person.moveToXY. Issue #7933
- Function vehicle.getNeighbors now correctly handles neighbors that changed lane after the ego vehicle in the same simulation step. #8119
- Fixed simpla crashes. Issue #8151, #8179
- Fixed crash when starting traci with option traceFile, closing and starting again without traceFile. Issue #8177
- Function 'trafficlight.setProgramLogic' new resets phase duration. Issue #2238
- Function 'trafficlight.setPhaseDuration' now works for actuated traffic lights. Issue #1959
- Route replacement with internal edge at the start of the edges list no longer causes an error. Issue #8231
- Fixed failure to add stop when close to the stop position (but not quite too close). Also affected taxi re-dispatch. Issue #8285,#8398
- Looped taxi-dispatch now picks up persons in the intended order. Issue #8295
- Fixed bug where traci.vehicle.dispatchTaxi could generate non-continuous routes. Issue #8424
- Fixed crash after calling 'person.removeStage' on a riding stage. Issue #8305
- Fixed crash after removing persons that have an open taxi reservation #8363
- Fixed invalid traceFile output. Issue #8320, #8323
- Fixed missing default vehicle types after calling simulation.loadState. Issue #8410
- Fixed invalid error related to subscriptions after calling simulation.loadState. Issue #8426
- Fixed memory leak when calling simulation.loadState. Issue #8450
- Fixed invalid build dependencies for libsumo. Issue #8472
- Tools
- Fixed error in xml2csv.py when loading files names consists only of numbers. Issue #7910
- Fixed invalid routes when importing MATSim plans #7948
- randomTrips.py now generates multi-stage plans when combining option --intermediate with options that generated persons (i.e. --persontrips). Issue #8273
- Fixed duaIterate.py crash when loading multiple route files with particular names. Issue #8411
Enhancements#
- Simulation
- Sublane model can now be used together with overtaking through the opposite direction. Issue #1997
- Added stop attribute 'permitted' to restrict persons and containers that can enter vehicle at stop #7869
- In tripinfo-output, the access stage of a person plan now includes attributes depart and arrival. Issue #7822
- Detectors for actuated traffic lights can now be selectively disabled by setting the special id 'NO_DETECTOR' for a lane. #7919
- Setting vehicle attribute
arrivalLane="random"
and"first"
is now supported. Issue #7932 - Added new option --collision-output to write information on collisions to an XML file. Issue #7990.
- Actuated traffic lights based on detector gaps now support custom detection gaps per lane. Issue #7997
- Improved computational efficiency of bluelight device. Issue #7206
- Added option --save-state.precision to configure the numerical precision when saving simulation state. Issue #8115
- busStop attribute personCapacity can now cause pedestrian jams when the busStop is filled to capacity. Issue #3706
- Taxi device now supports option --device.taxi.idle-algorithm [stop|randomCircling] to control the behavior of idle taxis. #8132
- The sublane model now supports modeling an inverse relation between longitudinal and lateral speed (higher lateral speed while stopped and lower while driving fast). This is achieved by setting a negative values for attribute 'lcMaxSpeedLatFactor' and by setting 'lcMaxSpeedLatStanding' > 'maxSpeedLat'. #8064
- Added new vType attribute 'jmIgnoreJunctionFoeProb' to allow ignoring foes (vehicles and pedestrians) that are already on the junction. Issue #8078
- Added option --device.ssm.filter-edges.input-file to filter ssm device output by location. Issue #7398
- Added vehicle attribute 'arrivalEdge' which can be used to set an arrival edge index ahead of the last edge of it's route. Issue #7609
- Connection attribute 'visibility' now controls the distance for zipper merge related speed adjustments (default 100m). Issue #8240
- Added option --fcd-output.attributes to set the list of attributes which are included in fcd-output. Issue #7632
- fcd-output can now distinguish riding and walking persons by adding 'vehicle' to the option --fcd-output.attributes. Issue #7631
- Added option time-to-teleport.disconnected which is applied when teleporting vehicles on fully disconnected routes. Issue #8267
- Now supporting element
<containerFlow>
to define multiple containers. - Added option --save-state.constraints to include constraints in saved simulation state. Issue #8337
- PersonFlow now supports attribute
begin="triggered" number="..."
to start a number of persons in the same vehicle. Issue #8165 - Added option --device.battery.track-fuel to track fuel level for other fuels besides electricity #8349
- Added option --collision.check-junctions.mingap to increase/decrease the sensitivity of junction-collision checks. Issue #8312
- Added option --stop-output.write-unfinished to write stops that are not ended at simulation end. Issue #8401
- Vehicle Class specific speed limits are now interpolated onto junctions. #8380
- Option --vehroute-output.exit-times now applies to walks #8415
- sumo-gui
- Random color for containers is now supported. Issue #7941
- Added 'Update' button to object selection dialogs to refresh the object list. Issue #7942
- Multiple gui setting schemes can now be loaded from the same input file. Issue #8012
- Add vehicle drawing style 'draw as circles'. Issue #5947
- BusStop parameter dialog now includes a summary of lines which are being waited for. Issue #8138
- Background images can now be removed using the 'Clear Decals' button. Issue #8144
- Vehicle lengths will now be scaled according to custom edge lengths to avoid confusing visual overlap. A new vehicle visualization setting checkbox 'scale length with geometry' is provided to disable scaling. Issue #6920
- Asymmetrical lane-change restrictions are now indicated by a combination of broken and unbroken divider lines. Issue #3656
- Improved visualization of containers waiting at containerStop. Issue #8348
- netedit
- Added file menu options 'reload additionals' and 'reload demand'. Issue #6099
- Route attributes 'repeat' and 'cycleTime' are now supported. Issue #6655
- Added "Save All" option. Issue #6357
- In move mode, exact coordinates for a geometry point can be set via right-click menu. Issue #2500
- Edges can now be selected via context menu. Issue #4549
- Selected edges and junctions can now be moved in z-direction (absolutely or relatively) via move mode frame controls. Issue #2499
- Shapes of selected edges can now be shifted orthogonally to their driving direction via move mode frame controls. Issue #2456
- Polygons can now be moved without changing their shape (with new move mode checkbox). Issue #5268
- New custom cursors added to the Inspect, Delete, Select and Move modes. Issue #4818
- Added new top-level 'Modes' menu for selecting edit mode. All mode-specific toggle options are now included in the 'Edit'-menu #8059
- ParkingArea roadsideCapacity slots are now visible. Issue #6982
- Configuration dialog for rerouter, calibrator and variableSpeedSign can now be accessed from the inspection frame. #8215
- Lane attribute 'type' can now be edited. Issue #8230
- netconvert
- Lanes and connections now support attributes 'changeLeft' and 'changeRight' to configure lane-change restrictions. Issue #3656
- Lane changing restrictions are now imported from OSM. To achieve legacy behavior, set option --ignore-change-restrictions all. Issue #8221
- Added option --tls.no-mixed which prevents building phases where different connections from the same lane have green and red signals. Issue #7821
- Element
<laneType>
is now supported in an edge<type>
to pre-configure speed, width and permissions for individual lanes. Issue #7791 - Merging of overlapping geo-referenced networks with re-occuring ids now works without setting option --ignore-errors. Issue #8019
- When using option --junctions.join-same to merge overlapping networks with different junction ids, the option --edges.join can now be used to automatically remove duplicate edges. Issue #8019
- Added option --railway.topology.repair.minimal. This works similar to --railway.topology.repair but avoids creating bidirectional tracks that are not needed for public transport routes (only applies when using option --ptline-outut). Issue #7982
- Public transport edges that are disconnected from the main road network (in particular railways) are now included in the output when using option --keep.edges.components 1 as long as they have public transport stops that are written via option --ptstop-output. Issue #8061
- Edge types now support attribute 'spreadType'. Issue #7897
- The behavior of option --geometry.remove (merging subsequent edges with common attributes) no longer depends on written --ptstop-output (stops will be remapped onto merged edges). To enable legacy behavior, the option --geometry.remove.keep-ptstops may be set. Issue #8155
- Connection file element
<walkingArea>
now supports attribute 'width' #7968 - Lane attribute type is now written in OpenDRIVE output. Issue #8229
- Added option --default.allow to set default edge permissions (also applies to netgenerate). Issue #8271
- Added option --osm.extra-attributes to import additional edge attributes (osm tags) as generic parameters. Issue #8322
- Added option --osm.lane-access for import of extra lane access permissions (experimental). Issue #7601
- Option --output.street-names is now working for VISUM network. Issue #8418
- MatSim import can now split self loops and handle "half" lanes. Issue #8047, #7947
- netgenerate
- Relaxed restrictions on minimum edge lengths when building grid and spider networks. Issue #8272
- marouter
- od2trips
- Added option --junctions which interprets the loaded source and sink IDs as fromJunction and toJunction ids. #8389
- dfrouter
- Added option --vclass to filter eligible edges in a multi-modal network. Issue #8408
- polyconvert
- Added option --visum.language-file to support importing shapes from English and French language versions (default is German). Issue #8414
- Routing (duarouter / sumo)
- TraCI
- libtraci is now the "officially supported" library for the Java, Python and C++ TraCI clients, providing (functional) identical interfaces for all three languages. TraaS and the old C++ TraCI API are considered deprecated.
- Added function 'traci.simulation.getCollisions' to retrieve a list of collision objects for the current time step. This also includes collisions between vehicles and pedestrians. Issue #7728
- Can now retrieve vehicle parameters 'device.battery.totalEnergyConsumed' and 'device.battery.totalEnergyRegenerated' when a vehicle has the battery device. Issue #6507
- vehicle.dispatchTaxi now supports re-dispatching a taxi that is already in pickup or occupied mode. Issue #8148
- Vehicles that are accumulating insertion delay (because they cannot safely enter the network as schedule) can now be retrieved using the functions 'traci.simulation.getPendingVehicles', 'traci.edge.getPendingVehicles' and 'traci.lane.getPendingVehicles. Issue #8157
- Taxi customers (including those that shall be picked up but are not yet on board) can now be retrieved using
traci.vehicle.getParameter(vehID, "device.taxi.currentCustomers")
. Issue #8189 - The reservation objects returned by traci.person.getTaxiReservations now includes persons that are eligible for re-dispatch and includes the state of the reservation (new, assigned, on board). Issue #8168
- Added function 'traci.person.splitTaxiReservation' to transport pre-made groups with multiple vehicles. Issue #8236
- The domains 'simulation', 'junction', 'inductionloop', 'lanearea', 'multientryexit' now support setParameter and getParameter. Issue #4733, #8244
- The value set by
traci.vehicle.setParameter("lcReason", VALUE)
will now be appended to lanechange-output. Issue #8297 - Function 'traci.vehicle.replaceStop' now supports deleting stops and optionally teleporting to the replacement stop. Issue #8265
- Tools
- Added new tools to support GTFS import. Issue #4596
- The tool gridDistricts.py can be used to generated a grid of districts (TAZs) for a given network. #7946
- netcheck.py now supports option --print-types to analyze the edge types of the different network components. Issue #8097
- The tool generateRailSignalConstraints.py can now handle inconsistent schedule input without generating deadlocking constraints when setting option --abort-unordered. Issue #7436, #8246, #8278
- The tool generateRailSignalConstraints.py can now generate redundant constraints by setting option --redundant TIME. Issue #8456
- When loading additional weights in for duaIterate.py, the new option --addweights.once controls whether the weights are to be effective in every iteration or not. The new default is to apply them in every iteration whereas previously, they were applied only in the first iteration. Issue #8249
- Added new tool splitRandom.py. to split route files into random subsets. Issue #8324
- Added new tool changeAttribute.py to add/change/remove xml attributes. Issue #8339
- Added new tool computeStoppingPlaceUsage.py to compute running occupancy of parking ares from stop-output. Issue #8405
- traceExporter.py now supports SSAM trajectories. Issue #8051
Other#
- Miscellaneous
- Fixed "Error: Cannot get file attributes" when loading large files on Windows and macOS. Issue #6620
- Clang build now works on Windows (Visual Studio) Issue #8123
- Python3 is now the default and recommended python Issue #5700
- The released windows binaries are now built using Visual Studio 2019
- XML parsing can now handle https references to schemas on Windows
- netedit
- When using rectangle selection, junctions of selected edges are now added to the selection by default. Issue #8406
- netconvert
- Parallel turn lanes are no longer written as distinct edges but are instead written as multi-lane edge with different lane lengths. As before, lane-changing on an intersection is not permitted on a turn lane. Issue #7954
- Written network version is now 1.9.0
- Documentation
- Added public transport tutorial (without web wizard). Issue #8108
- Tools
- Some obsolete tools were moved to tools/purgatory (let us know if you were using them). Issue #1425
- The following tools were renamed/relocated: (issue #1425)
- tools/showDepartsAndArrivalsPerEdge.py -> tools/countEdgeUsage.py
- tools/averageRuns.py -> tools/averageTripStatistics.py
- tools/shapes/debug2shapes.py -> tools/devel/debug2shapes.py
- tools/build/timing.py -> tools/devel/timing.py
- tools/build/rebuild_cscope.sh -> tools/devel/rebuild_cscope.sh
- tools/xml/schemaCheck.py -> tools/build/schemaCheck.py
- tools/xml/rebuildSchemata.py -> tools/build/rebuildSchemata.py
- tools/assign/networkStatistics.py -> tools/output/tripStatistics.py
- tools/osmTaxiStop.py -> tools/import/osm/osmTaxiStop.py
- tools/addParkingAreaStops2Routes.py -> tools/route/addParkingAreaStops2Routes.py
- tools/addStops2Routes.py -> tools/route/addStops2Routes.py
- tools/route2sel.py -> tools/route/route2sel.py
- tools/splitRouteFiles.py -> tools/route/splitRouteFiles.py
- tools/tls_buildTransitions.py → tools/tls/buildTransitions.py
- tools/generateTurnRatios.py -> tools/turn-defs/generateTurnRatios.py
- tools/assign/matrixDailyToHourly.py -> tools/district/aggregateAndSplitMatrices.py
- randomTrips.py option -c is no longer a shortcut for option --vclass. Instead it is used to load a configuration file (written via -C). Issue #8409
- osmBuild.py option -c is no longer a shortcut for option --vehicle-classes. Instead it is used to load a configuration file (written via -C). Issue #8409
Older Versions#
- Changes to Versions 1.5.0, 1.6.0, 1.7.0 and 1.8.0 (2020 releases)
- Changes to Versions 1.2.0, 1.3.0, 1.3.1 and 1.4.0 (2019 releases)
- Changes to Versions 1.0.0, 1.0.1 and 1.1.0 (2018 releases)
- Changes to Version 0.32.0
- Changes to Version 0.31.0
- Changes to Version 0.30.0
- Changes to Version 0.29.0
- Changes to Version 0.28.0
- Changes to Version 0.27.1
- Changes to Version 0.27.0
- Changes to Version 0.26.0
- Changes to Version 0.25.0
- Changes to Version 0.24.0
- Changes to Version 0.23.0
- Changes to Version 0.22.0
- Changes to Version 0.21.0
- Changes to Version 0.20.0
- Changes to Version 0.19.0
- Changes to Version 0.18.0
- Changes to Version 0.17.1
- Changes to Version 0.17.0
- Changes to Version 0.16.0
- Changes to Version 0.15.0
- Changes to Version 0.14.0
- Changes to Version 0.13.1
- Changes to Version 0.13.0
- Changes to Version 0.12.3
- Changes to Version 0.12.2
- Changes to Version 0.12.1
- Changes to Version 0.12.0
- Changes to Version 0.11.1
- Changes to Version 0.11.0
- Changes to Version 0.10.3
- Changes to Version 0.10.2
- Changes to Version 0.10.1
- Changes to Version 0.10.0
- Changes to Version 0.9.10
- Changes to Version 0.9.9
- Changes to Version 0.9.8
- Changes to Version 0.9.7
- Changes to Version 0.9.6
- Changes to Version 0.9.4
- Changes to Version 0.9.3
- Changes to Version 0.9.2
- Changes to Version 0.9.1
- Changes to Version 0.9.0
- Changes to Version 0.8.3
- Changes to Version 0.8.2.2
- Changes to Version 0.8.2.1
- Changes to Version 0.8.0.2
- Changes to Version 0.8.0.1
- Changes to Version pre0.8