Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] question about adding stops for a simple route

line 3 should be </route> (you have the slash in the wrong spot)

Am Mi., 27. März 2024 um 16:27 Uhr schrieb Hector A Martinez via sumo-user <sumo-user@xxxxxxxxxxx>:

Dear sumo community,

 

I am having problems with adding a stop with a duration to a route.

It looks like this:

<route id="routeA" edges="-1007481313#2 -784198482#1"/>

 

I tried this and sumo doesn’t like it. It gives me this error: Error: no declaration found for element 'route'

<route id="routeA" edges="-1007481313#2 -784198482#1">

        <stop lane="-784198482#1_0" duration="550"/>

    <route/>

 

What is the simplest way to implement the stop?

 

Thanks,

 

Hector A. Martinez, P.E.

MITRE | Solving Problems for a Safer World (R)

813.207.5365

 

_______________________________________________
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