Mirko Barthauer

Results 158 comments of Mirko Barthauer

The taxi works like this: - insert it with an initial route (can be short) - after the initial route, the idle behaviour becomes active - serve customers according to...

@buddih09 The taxi cannot reach the parking because access roads do not allow its vehicle class. This triggered an endless recursion in the idling code which has been fixed (stopped)...

AFAIK param keys have to be unique within the entity for which they are defined. The example shows multiple use of "speedTable", "traction", "resistance". The easy and ugly solution would...

@behrisch @ritzerp needs somebody for the C++ part of the work but wants to contribute by writing tests or similar.

This is a similar issue as #14230 questioning how OSM tag railway=tram_level_crossing should be interpreted.

@MatteoFel Is it necessary for you to [leave out the internal links](https://sumo.dlr.de/docs/Simulation/Intersections.html#netconvert-option_--no-internal-links)? I could reproduce the problem **and** see that it doesn't happen with internal links present.

Is there any reason you cannot use a newer SUMO release?

In any case we will not backport fixes to long superseded releases. You can obtain the old source code [here](https://sourceforge.net/projects/sumo/files/sumo/version%201.0.1/) and fix the problem for yourself. It could be that...

Lane permissions and vehicle devices are separate topics. Currently you would choose a vehicle class which is not used for other purpose in the simulation and equip vehicles of this...