<trip> with <stop> child elements determines the last and first stop..How
can I make the bus stop in 3 or 4 specific stops located in different edges
? my map extracted from Openstreet map.

On Mon, Sep 10, 2018 at 3:29 AM, Jakob Erdmann <namdre.s...@gmail.com>
wrote:

> You can control stopping time with the stop attributes 'until' (which set
> a lower bound on departue to ensure that a schedule is followed) and
> 'duration' which sets a minimum time for staying at the stop.
>
> 2018-09-10 9:16 GMT+02:00 Mohammed Bin Hariz <mhari...@uottawa.ca>:
>
>> Thank you for your replay..I will try it. But In my scenario, there are 3
>> buses and each bus move and stop in many stations and these stations in
>> different edges . For example bus A move from station"1" and stop in it for
>> one minutes.Then move from "1" to station"2" and stop it for 2 minutes.Then
>> move to station"3". Also the time of bus is specific.For example the total
>> time interval of the bus from "1" to "2" to "3" is 20 minutes and when it
>> move from "1" to "2" needs 3 minutes.Then from "2" to "3" is 15
>> minutes.Same thing for the car.So I need control the route of the bus and
>> cars with time I adjust it and control the stop of the cars and bus in
>> different stop with different time.
>>
>> On Mon, Sep 10, 2018 at 2:59 AM, Jakob Erdmann <namdre.s...@gmail.com>
>> wrote:
>>
>>> 1) Hello, You can define your bus as a <trip> with <stop> child
>>> elements. This way you just have to define a 'from' and a 'to' edge which
>>> can be identical with the edge of the first and last stop. This way sumo
>>> will find a route that connects the stops and you will not get the route
>>> errors.
>>>
>>> 2) If you want all cars to move in a specifi lane (.e.g a bus lane or a
>>> non-bus lane) you can modify the access permission with netedit (attribute
>>> 'allow'). If you want only one specific car to follow an exact sequence of
>>> lanes you either have to place <stops> there or remote-control the car with
>>> traci or use the 'custom1' vehicle for that vehicle and change the access
>>> permissions.in the network.
>>>
>>> regards,
>>> Jakob
>>>
>>> 2018-09-07 16:33 GMT+02:00 Mohammed Bin Hariz <mhari...@uottawa.ca>:
>>>
>>>> Hi
>>>> I am new in SUMO. I am working now on project in SUMO.
>>>> 1) In this stage i want three buses move stop in many stop station for
>>>> many seconds then move to the other bus station . For example I want the
>>>> bus stop in station A for 30 seconds and the move for one minutes to the
>>>> next station and waiting in in it for another 60 seconds.
>>>> I try <stop busStop="" duration="">
>>>> but not work and some times it said "error: the route not downstream"
>>>> also I need same thing for car.
>>>>
>>>> 2) how I make the car move in a specific lane ?
>>>>
>>>> Please help me . I am  in this issue for many days .
>>>>
>>>> _______________________________________________
>>>> sumo-user mailing list
>>>> sumo-user@eclipse.org
>>>> To change your delivery options, retrieve your password, or unsubscribe
>>>> from this list, visit
>>>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>>>
>>>>
>>>
>>> _______________________________________________
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To change your delivery options, retrieve your password, or unsubscribe
>>> from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>>
>>>
>>
>> _______________________________________________
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>
>>
>
> _______________________________________________
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
>
_______________________________________________
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

Reply via email to