Mirko Barthauer

Results 27 issues of Mirko Barthauer

As traas is depecrated...

enhancement
review needed
lisum

Can be found using the example data from #14201 . The access is defined at the very end of the edge, leading to a slightly negative length for intermodal (pedestrian)...

a:sumo

Reported on the[ mailing list](https://www.eclipse.org/lists/sumo-user/msg13611.html). We currently do not use the OSM key-value pair "[cycleway](https://wiki.openstreetmap.org/wiki/DE:Key:cycleway)=share_busway" indicating cyclists to use the common lane with busses. This leads to a separate bike...

enhancement
a:netconvert

Parking areas can be placed on the left side of the edge when defined with `lefthand=true"`. The parking symbol **P** and other decoration / labels are still drawn to the...

a:sumo-gui
p:minor
bug

[Vehicle specification](https://sumo.dlr.de/docs/Specification/index.html) page looks mostly like a long outdated version of [Definition of Vehicles, Vehicle Types, and Routes](https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#available_vtype_attributes). It can still be reached from the change log pages and be...

c:doc

Node join operations can be logged in the file given by **--junctions.join.output**. However not only the final result of the joins is saved to the file, but intermediate states as...

a:netedit
bug

Trip example: ``` ``` The stop is not loaded because ... `Error: parkingArea 'PA23423609#1_restricted' for vehicle '100109482_100067859_284_0' on lane '23423609#1_0' is not downstream the current route.` Probably there is some...

a:sumo
bug

... otherwise it may overwrite the FCD file to load with the script.

enhancement
c:pytools

In this case `updateBestLanes` fails because it is started with the stop edge (although the stop position has already been passed). As the best lanes search ends at stops, no...

a:sumo
bug

At the following point in the code, the stops are validated in terms of whether they can be reached on the downstream part of the vehicle's route. https://github.com/eclipse-sumo/sumo/blob/c8697adec049034a01a0861b3e38b80bba8e296e/src/microsim/MSBaseVehicle.cpp#L1461-L1478 To me...

a:sumo
review needed