Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] unique defined time for each bus

Michael, Thank for your reply. If I change the route defined by trip definition, could it  also work?


Best!

Jane

On Tue, Oct 30, 2018 at 1:23 AM Michael Behrisch <oss@xxxxxxxxxxx> wrote:
Hi Jane,
then you need to define each bus separately with the stop time given
(you can reuse the route definition though) like this

<route id="busroute" edges="e1 e2"/>
<vehicle id="bus1" depart="0" route="busroute">
    <stop busStop="stop1" duration="10"/>
</vehicle>

<vehicle id="bus2" depart="100" route="busroute">
    <stop busStop="stop1" duration="20"/>
</vehicle>

Best regards,
Michael

Am 29.10.18 um 23:15 schrieb Jane Cheung:
> Hi, everyone, could someone give me some suggestion for this problem:
>  I would like to define unique stop time for each bus at the bus
> station, in other word, each bus has different stop duration time at
> that bus station,  what option should be used to do that?
>
> Appreciate for any kind help in advance!
>
> Best regards!
>
> Jane
>
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top