Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Greenline adding pedestrians with an error

On Fri, Sep 20, 2019 at 9:52 AM <chrisweinhaupl@xxxxxxxxx> wrote:
> Error: The class for vType 'car' is not known.

About this one I would say you are missing the car vType.

Try to add a line like this one in your route xml file:
<vType id="car"  length="7.1" accel="1.3" decel="4" sigma="1.0"
guiShape="truck" color="red" />
(the data is from trucks actually, but it gives a quick way to check if
the error is indeed there)


Back to the top