Re: [sumo-user] Still shaking vehicle movements in the SUMO GUI

2019-04-26 Thread ratzenmeier
Hi Jakob, http://sumo.dlr.de/xsd/net_file.xsd";> then there is a lot of definition, like junctions, edges... and my new net file is (with your netconvert --offset command): http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd";> th

Re: [sumo-user] Still shaking vehicle movements in the SUMO GUI

2019-04-26 Thread Jakob Erdmann
The attribute looks just as expected and there is no reason why streets should disappear. The only thing I can think of is that you are loading a gui settings file with old x,y view values. What happens when you use the vehicle locator in the gui to jump to a vehicle position (https://sumo.dlr.de/

Re: [sumo-user] Still shaking vehicle movements in the SUMO GUI

2019-04-26 Thread ratzenmeier
The jumping works just fine. I‘m using the same settings.xml in my gui settings. Which x,y values do you mean, or where do I find them? The viewport x,y ? > Gesendet: Freitag, 26. April 2019 um 09:17 Uhr > Von: "Jakob Erdmann" > An: "Sumo project User discussions" > Betreff: Re: [sumo-user] St

Re: [sumo-user] Still shaking vehicle movements in the SUMO GUI

2019-04-26 Thread Jakob Erdmann
Yes. I mean the viewport x,y. This uses network coordinates so after shifting the network, the old viewport will be in the middle of nowhere. Am Fr., 26. Apr. 2019 um 09:46 Uhr schrieb : > The jumping works just fine. > I‘m using the same settings.xml in my gui settings. Which x,y values do > you

[sumo-user] Vehicle arrival time intervals

2019-04-26 Thread Jane Cheung
Dear all, Are there some methods that we could do to control the vehicle arrival time? e.g., 7 vehicles would arrive at one specified parking lot in 7-8 a.m., is there some method that could be done to let the three vehicles of them to arrive at 8-9 a.m.? Best regards for any kind help! ___

Re: [sumo-user] Vehicle arrival time intervals

2019-04-26 Thread Jakob Erdmann
You can only control this indirectly by modifying depart times. Am Fr., 26. Apr. 2019 um 10:22 Uhr schrieb Jane Cheung < cheung180...@gmail.com>: > Dear all, > Are there some methods that we could do to control the vehicle arrival > time? > e.g., 7 vehicles would arrive at one specified parking l

Re: [sumo-user] traci and libsumo

2019-04-26 Thread Lara CODECA
Hello Jakob, community, I have another problem.. traci.simulation.Stage is a collection.namedtuple so I can manipulate it using stage._replace(travelTime=1.0), but if I do the same thing with libsumo.libsumo.TraCIStage I get "AttributeError: 'TraCIStage' object has no attribute '_replace'" and if

[sumo-user] what are the precision and unit of fcd output data and gpx output data?

2019-04-26 Thread kathy
Dear SUMO-Community, I used at first '--fcd--output' in simulation and then '--gpx-output' in traceExporter.py to export gpx data file from a SUMO simulation, it shows on sumo webpage "The output behaves somewhat like a super-accurate high-frequency GPS device for each vehicle. ", but I cannot fin

Re: [sumo-user] what are the precision and unit of fcd output data and gpx output data?

2019-04-26 Thread Jakob Erdmann
see https://sumo.dlr.de/wiki/Simulation/Output/FCDOutput#Precision Am Fr., 26. Apr. 2019 um 14:33 Uhr schrieb kathy : > Dear SUMO-Community, > > I used at first '--fcd--output' in simulation and then '--gpx-output' in > traceExporter.py to export gpx data file from a SUMO simulation, it shows > o

[sumo-user] libsumo using vehicle.isAtBusStop

2019-04-26 Thread Patrick Goldschmidt
Dear SUMO-Community, I switched from traci to libsumo and now it looks like that vehicle.isAtBusStop() is not working anymore. I get an error: type object 'vehicle' has no attribute 'isAtBusStop' Here is what I do: import libsumo as traci vehicle_list = traci.vehicle.getIDList() for ve

[sumo-user] How to show travelling time/Co2 emission on moving vehicles?

2019-04-26 Thread Bijal
Dear listing, I want to compare my algorithm with the existing Dijkstra shortest path finding algorithm. Parameters : 1. Total travel time 2. CO2 emission (Please Suggest if we can compare on other parameters) I want to either get this value or show it on moving vehicles. Please help me on how

Re: [sumo-user] libsumo using vehicle.isAtBusStop

2019-04-26 Thread Jakob Erdmann
isAtBusStop is not part of the TraCI API but rather a convenience function provided by the python client. You can replace it with (getStopState(vehID) % 16 == 16) Am Fr., 26. Apr. 2019 um 14:51 Uhr schrieb Patrick Goldschmidt < patrick.goldschm...@deutschebahn.com>: > Dear SUMO-Community, > > > >

Re: [sumo-user] How to show travelling time/Co2 emission on moving vehicles?

2019-04-26 Thread Jakob Erdmann
I suggest using tripinfo output and comparing both versions using tools/output/tripinfoDiff.py If you run sumo with option --device.emissions.probability 1 then tripinfo output will also contain emission values. Am Fr., 26. Apr. 2019 um 14:54 Uhr schrieb Bijal : > Dear listing, > > I want to comp

Re: [sumo-user] How to show travelling time/Co2 emission on moving vehicles?

2019-04-26 Thread Bijal
validate-detectors, the result changed a little bit, but still like > > this, very few routes and flows are generted out, and the output flow is > > too > > much different as the input. I uploaded the files and one diagram for the > > detectors. Could anyone help me to get through this please? Many thanksin > > advance! > > &g

Re: [sumo-user] How to show travelling time/Co2 emission on moving vehicles?

2019-04-26 Thread Jakob Erdmann
You can create edge-based output and use this for coloring. see https://sumo.dlr.de/wiki/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures https://sumo.dlr.de/wiki/Simulation/Output/Lane-_or_Edge-based_Emissions_Measures https://sumo.dlr.de/wiki/SUMO-GUI#Visualizing_edge-related_data Am Fr.,

[sumo-user] [PEDESTRIAN]FLOW]

2019-04-26 Thread Luca Di Costanzo
Hi guys, I'm in a rush and I should implement a pedestrian OD matrix. I saw that in sumo 1.2.0 is possible to give a personFlow but I'm not able to use it. Can you help me with the complete syntax to write in *rou.xml files? In the meanwhile I'm experimenting with TAZ and OD2TRIPS (using --pedest

[sumo-user] (no subject)

2019-04-26 Thread Paolo Camacho
Hi, Could anyone help me?, please. Before I could run the simulations, but now the next mistake appears. *Error: unable to open file 'https://sumo.dlr.de/xsd/routes_file.xsd '* * In file 'C:\Users\Paolo Camacho\Sumo\2019-02-14-21-04-32 - copia - copia\TRIP

Re: [sumo-user] (no subject)

2019-04-26 Thread Jose Monreal Bailey
What I did, was to download all XSD files and have them in my system. As I did not have internet connection from the server running the simulations On Fri, 26 Apr 2019, 18:22 Paolo Camacho, wrote: > Hi, > > Could anyone help me?, please. Before I could run the simulations, but now > the next mis

Re: [sumo-user] [PEDESTRIAN]FLOW]

2019-04-26 Thread Jakob Erdmann
see https://sumo.dlr.de/wiki/Specification/Persons#Repeated_persons_.28personFlows.29 In the latest development version you can even combine the od2trips options --pedestrians and --flow-output to create personFlows regards, Jakob Am Fr., 26. Apr. 2019 um 18:41 Uhr schrieb Luca Di Costanzo < dic

Re: [sumo-user] (no subject)

2019-04-26 Thread Jakob Erdmann
All the XSD files are in sumo/data/xsd so as long as you set SUMO_HOME you never need an internet connection. Am Fr., 26. Apr. 2019 um 19:41 Uhr schrieb Jose Monreal Bailey < jmonr...@gmail.com>: > What I did, was to download all XSD files and have them in my system. As I > did not have internet

[sumo-user] HELP ME!

2019-04-26 Thread Paolo Camacho
hi I have been trying to get graphics that allow me to visualize indicators of simulation results, but I have not been successful. first, with sumo generate several output files with the following options: --summary --netstate-dump --queue then when I try to open these files in sumo gui I get t