Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Override time-to-teleport option

Hello,

 

you were right, i adapted SUMO_HOME and now it works. Thank you for the help!

 

Sten

 

Von: Jakob Erdmann
Gesendet: Dienstag, 27. September 2022 11:57
An: Sumo project User discussions
Betreff: Re: [sumo-user] Override time-to-teleport option

 

Most likely your SUMO_HOME variable still points to an outdated version of the input validation (XSD) files.

A quick way to verify this hypothesis is to test whether the simulation runs successfully when adding option --xml-validation never

 

Am Di., 27. Sept. 2022 um 11:38 Uhr schrieb Sten <sten.geiler@xxxxxxxxxxxxxxxxxxxxx>:

Hey,

 

i updated my SUMO to the latest version

 

Unfortunately, this feature still does not seem to work, causing the same error message as before.

 

Thank you for the quick response

Sten

Von: m.barthauer@xxxxxxxxxxx
Gesendet: Dienstag, 27. September 2022 11:24
An: Sumo project User discussions
Betreff: Re: [sumo-user] Override time-to-teleport option

 

Probably nothing wrong. The attribute has been added few weeks ago (see Github), so it is only available in the developer version atm.

 

Best regards

Mirko

 

 

 

 

-----Original-Nachricht-----

Betreff: [sumo-user] Override time-to-teleport option

Datum: 2022-09-27T11:07:59+0200

Von: "Sten" <sten.geiler@xxxxxxxxxxxxxxxxxxxxx>

An: "sumo-user@xxxxxxxxxxx" <sumo-user@xxxxxxxxxxx>

 

 

 

Hello,

 

i want to set specific teleport times for different vTypes in my Network , by changing it with the vType Attribute timeToTeleport as stated here: https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#available_vtype_attributes

 

Thus when trying to do so, i receive an error message:

 

 

My vType definitions look like this:

 

    <vType id="bus" vClass="bus" boardingDuration="5" timeToTeleport="120"/>

    <vType id="tram" vClass="tram" boardingDuration="5" timeToTeleport="60"/>

    <vType id="train" vClass="rail" boardingDuration="5" timeToTeleport="60"/>

 

What am I doing wrong?

 

Thanks in Advance

Sten

 



 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

 


Back to the top