Re: [sumo-user] Platooning

2020-02-25 Thread steniero
> > [1] http://plexe.car2x.org/ > [2] https://github.com/michele-segata/plexe-pyapi > > On 24/02/2020 18:35, steniero wrote: > > Dear Sumo Community, > > I am about to build a simulation in which I would like to insert > > platooning for my fleet. Is there any quick way

[sumo-user] Platooning

2020-02-24 Thread steniero
Dear Sumo Community, I am about to build a simulation in which I would like to insert platooning for my fleet. Is there any quick way to set platooning behaviour with TraCI? Do I need to change the car following model? Would it work if I set a narrow minimum gap and set the speed of a vehicle exact

Re: [sumo-user] Simulation aborts unexpectedly

2019-07-05 Thread steniero
Sorry! On Fri, Jul 5, 2019 at 2:31 PM Jakob Erdmann wrote: > I cannot run your script because Stops.add.xml is missing > > Am Fr., 5. Juli 2019 um 11:59 Uhr schrieb steniero : > >> Hi, >> I obtained the same error with a reduced number of people. >> Simulati

[sumo-user] Simulation aborts unexpectedly

2019-07-04 Thread steniero
Hello, I have run a simulation with pedestrian that have to enter in a shuttle. My simulation aborts unexpectedly. Do you have a list of cases why it happens? I previously experienced the following case:if I have a pedestrian that waits for a bus at the stop and I remove this bus before it arrives

Re: [sumo-user] Sumo stops working

2019-05-17 Thread steniero
happens always at the same time step, you might consider >> debugging your TraCI code to see which call is the last before the crash... >> >> Regards >> Mirko >> Am 16.05.2019 um 17:12 schrieb steniero: >> >> Hi, >> I have to run a simulation with traci

[sumo-user] Sumo stops working

2019-05-16 Thread steniero
Hi, I have to run a simulation with traci of around 15000 steps and 72k agents but aroung step 1300 sumo stops working and the simulation crashes. I don’t understand what happens but the warning comes directly from windows. I tried withtwo different PCs but I obtain the same problem. Is it related

[sumo-user] Teleport pedestrians

2019-05-15 Thread steniero
Hi, I would like to know if it is possible to remove or teleport pedestrians waiting at the stop for too long. Thank you Stefano ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from

[sumo-user] Visualizer

2019-05-15 Thread steniero
Hi, I was wondering wether there was the possibility, maybe with an add-on program to visualize the simulation with a different layout, I want to see a medium to big scenario and I would like to see in a highlighted way how vehicles move (I was thinking a dark background and vehicles viewed as smal

Re: [sumo-user] Get Stage Pedestrian

2019-05-06 Thread steniero
to > allow rerouting. > > Am Do., 2. Mai 2019 um 13:54 Uhr schrieb steniero : > >> Hi, >> I am using the function traci.person.getStage(personID) in order to >> monitor the number of people waiting at the stop. >> What is the stage code that I obtain for them? 1

[sumo-user] Get Stage Pedestrian

2019-05-02 Thread steniero
Hi, I am using the function traci.person.getStage(personID) in order to monitor the number of people waiting at the stop. What is the stage code that I obtain for them? 1 or 4? I don't understand what 4 and 5 stages mean, could you please clarify it? I am referring to: https://sumo.dlr.de/pydoc/tra

Re: [sumo-user] Make a vehicle stop to take a passenger

2019-04-24 Thread steniero
stage should work as > described and the person should then ride from the previous destination. > - Is there a warning when the person disappears? > - Does the bus stop at the appropriate busStop? > > > Am Do., 18. Apr. 2019 um 21:10 Uhr schrieb steniero : > >> Hi, >> I hav

[sumo-user] Make a vehicle stop to take a passenger

2019-04-18 Thread steniero
Hi, I have to implement a stop on demand system. I created the bus stops and a ring route that the busses follow. When a pedestrian is created, it is supposed to walk to the first stop with a walking stage, then with a driving stage take the bus, at the same time traci sets the stop using the comma

[sumo-user] Intermodal Travel Time

2019-04-16 Thread steniero
Hi, I would like to know how traveltime is calculated using the following command: routeWalking = traci.simulation.findIntermodalRoute("341007291#1", "gneE17", modes='', depart=step, routingMode=0, speed=1.0, walkFactor=-1.0, departPos=0.0, arrivalPos

[sumo-user] Simulation with pedestrians

2019-04-04 Thread steniero
Hi, I want to perform a simulation with pedestrians and shuttles, I would like to know some things about TraCI: 1 - Is it possible to change destination to a pedestrian with TraCI while he is already in the simulation? 2 - In setting a route for a pedestrian, do I need the Whole edge list? can't i