eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.56k stars 1.43k forks source link

add new vClasses #12335

Closed namdre closed 7 months ago

namdre commented 1 year ago
M-Colley commented 8 months ago

This addition would really help my work and would be highly appreciated. Any chance that this will be added still in version 1.20.0?

Kind regards

namdre commented 8 months ago

which ones would you need in particular?

M-Colley commented 8 months ago

Thank you very much for your quick answer!

For me, the priority would be:

  1. (e)scooter
  2. aircraft
  3. wheelchair

Kind regards

JulianCzymmeck commented 8 months ago

I'm personally very interested in official (e)scooter and aircraft support as well. Much appreciated!

namdre commented 8 months ago

I'll try to include this in 1.20 (which will be delayed anyway)

M-Colley commented 8 months ago

Hey @namdre, if possible, could you also add further micromobility classes - I think about segways, electric unicycles, and one-wheeled skateboards?

Kind regards

namdre commented 8 months ago

The vehicle classes in sumo are not meant for different looks or speeds (you have guiShapes and vTypes for these). They are meant to distinguish places that cannot be accessed by one mode or another. Are you aware of a place where electric unicycles can be driven while normal bikes cannot (or vice versa)?

M-Colley commented 8 months ago

Thanks for the quick answer!

so micromobility in general (e-scooter unicycles etc) are driven both on roads and sidewalks. I think this is done less with bicycles. Regarding electric unicycles, I became aware that people do not take them off even in buildings, but that probably is not a relevant use case. So I think a general class micromobility device (that includes e-scotter, segway etc) is needed in addition to bicycles but that this will be sufficient (so no extra classes for segways, electric unicycles, and one-wheeled skateboards). Thanks!

namdre commented 7 months ago

sumo-gui is crashing

namdre commented 7 months ago

fixed with temporary icons (#14646)

namdre commented 7 months ago

Opening older networks should be "smart" regarding the new vClasses. (subway should be forbidden when rail_urban is forbidden, etc.)