[sumo-user] SUMO simulation and route file

2022-01-04 Thread Rachael Yuan
Hello, In the route file, I defined that the last departure time of the vehicle is 3599s, so after 3599s there is no new route as defined in the route file. However, in the simulation, I can see vehicles departing from some edge after 3599s. Could you please let me know what might be the problem?

Re: [sumo-user] SUMO simulation and route file

2022-01-04 Thread Qichao Wang
Do you have vehicles in the buffer? If the injection edges were congested, the vehicles may need to stay in the buffer before being able to be placed on the edges. Qichao On Tue, Jan 4, 2022 at 9:08 AM Rachael Yuan wrote: > Hello, > > In the route file, I defined that the last departure time of

Re: [sumo-user] [EXTERNAL] Re: SUMO simulation and route file

2022-01-04 Thread Rachael Yuan
That might be the problem. Thank you Qichao! Rachael On Tue, Jan 4, 2022 at 11:28 AM Qichao Wang wrote: > [*Caution*: Email from External Sender. Do not click or open links or > attachments unless you know this sender.] > > Do you have vehicles in the buffer? If the injection edges were congest

Re: [sumo-user] latDist

2022-01-04 Thread ali mirzaei
What shall I do to simulate a vehicle changing sublane repeatedly after entering the network? As I see, the vehicles do it once enter the network and then follow the route with no sublane. On Mon, Jan 3, 2022 at 2:38 PM Jakob Erdmann wrote: > The only boundary is the remaining lateral space on t

Re: [sumo-user] latDist

2022-01-04 Thread Jakob Erdmann
- If the vehicle shall not return to the 'center' alignment, set latAlignment="arbitrary" in it's vType. - if you want small random lateral movements, set lcSigma in its vType (i.e. 0.5) - If the vehicle shall perform multiple *strong* lateral movements, send the changeSublane command multiple time

[sumo-user] Memory in parking search

2022-01-04 Thread 何润恺
Dear Sumo users and developers, I have already read the documentation of rerouter and am excited to find out that the vehicles can have a memory of the ParkingAreas that were visited earlier. And I would like to ask, is there any python interface in Traci or other ways, which can directly get the

[sumo-user] acceleration and deceleration lanes

2022-01-04 Thread Pradeep Viyaluru Harinath
Hello , I am trying to create a freeway segment with on ramps and off ramps, however I have a trouble while adding ramps. For example when I want to add ramp I want to recreate in such a way that vehicle merges onto the rightmost lane and then starts into flow however using sumo when I add on ra