On Fri, Sep 20, 2019 at 9:52 AM <[email protected]> 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) _______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
