Re: [sumo-user] MoST roundabout congestion

2019-08-13 Thread Lara Codeca
Dear Pascal, thank you for using MoST Scenario. That problem with the roundabouts is well known and I never managed to actually solve it without playing with the time to teleport. Additionally you can try to change the lcCooperation and lcPushy parameters too. Unfortunately, I never found a single

[sumo-user] SUMO User Conference proceedings

2019-08-14 Thread Lara Codeca
Dear Community, I was looking for the proceedings of all the conferences over the years. They used to be on the DLR website, but now I cannot find them anymore. Are they still available? Best Regards, Lara ___ sumo-user mailing list sumo-user@eclipse.or

Re: [sumo-user] SUMO User Conference proceedings

2019-08-14 Thread Lara Codeca
d-53575/ > For 2017, 2016 and 2015 there proceedings in the Archiv 2017 resp. 2016 > resp 2015 > > For 2018 there are no proceedings on the Sumo Conference page > > Greetings, Harald > > Am 14.08.19 um 13:37 schrieb Lara Codeca: > > Dear Community, > > > > I wa

[sumo-user] Output (files) values from TraCI

2019-09-27 Thread Lara Codeca
Dear All, I need to retrieve the same info that can be dumped in the following files: * https://sumo.dlr.de/docs/Simulation/Output/TripInfo.html * https://sumo.dlr.de/docs/Simulation/Output/VehRoutes.html * https://sumo.dlr.de/docs/Simulation/Output/StopOutput.html but I need it to be done during

Re: [sumo-user] Output (files) values from TraCI

2019-09-30 Thread Lara Codeca
ockets. > (https://sumo.dlr.de/docs/Basics/Using_the_Command_Line_Applications.html#writing_files) > > regards, > Jakob > > > Am Fr., 27. Sept. 2019 um 19:39 Uhr schrieb Lara Codeca > : >> >> Dear All, >> >> I need to retrieve the same info that can be dumped in the following files:

Re: [sumo-user] Output (files) values from TraCI

2019-10-01 Thread Lara Codeca
Great! Thank you, Harald. I had no idea xml2csv is able to read streams! Cheers, Lara On Mon, Sep 30, 2019 at 3:38 PM Harald Schaefer wrote: > > Hello Lara, > > xml2csv.py is an example of a python script, which can read sockets > > Regards, Harald > > Am 30.09.19 um 1

[sumo-user] tripinfo device & xml schema

2019-10-22 Thread Lara Codeca
Dear All, I have a couple of question on the tripinfo [ https://sumo.dlr.de/docs/Simulation/Output/TripInfo.html] 1) Is it possible to enable or disable the tripinfo device [ https://sumo.dlr.de/docs/Developer/How_To/Device.html#msdevice_tripinfo] using traci? I need the tripinfo data only from a

Re: [sumo-user] tripinfo device & xml schema

2019-10-22 Thread Lara Codeca
Jakob Erdmann wrote: > 1) Yes. (https://github.com/eclipse/sumo/issues/6180) > 2) Fixed. ( > https://github.com/eclipse/sumo/commit/d2b9de307b6fb16f1ef8dbe59397b92762704a1d > ) > > Am Di., 22. Okt. 2019 um 10:25 Uhr schrieb Lara Codeca < > lara.cod...@gmail.com>: > >

Re: [sumo-user] SUMO 0.26 vs SUMO 1.3.1

2019-10-31 Thread Lara Codeca
Hi Alberto, here: https://sumo.dlr.de/docs/ChangeLog.html Regards, Lara On Thu, Oct 31, 2019 at 5:53 PM Alberto Coello wrote: > Dear SUMO users, > I wanted to know if there is a place where the different features of each > version are explained. Right now I am trying to do a simulation with Lu

Re: [sumo-user] Flow, SUMO and MoSTScenario

2019-12-02 Thread Lara Codeca
Hi Alberto, I have never used Flow, but I use SUMO and RLLIB too. The only doc I found on Flow is https://berkeleyflow.readthedocs.io/en/latest/flow_setup.html On that page, they say to clone sumo and then use the checkout 1d4338ab80 That checkout is from 2017 if I found it right ( https://github.

Re: [sumo-user] Flow, SUMO and MoSTScenario

2019-12-02 Thread Lara Codeca
to talk to them directly on their slack channel > > https://flow-users.slack.com/join/shared_invite/enQtNzk5NzE1OTkyNTE0LTU0YmE5ZTVkZmJmNDg1Nzg2YThjOThmY2ZlYWE2ZjQ0NTE1NjE3Y2YwMTljY2U5M2Y3MDhmMWUzZDM3YWViNmE > > regards, > Jakob > > > > Am Mo., 2. Dez. 2019 um 15:

[sumo-user] traci.simulation.findIntermodalRoute departure time

2020-02-05 Thread Lara Codeca
Dear All, I'm using traci.simulation.findIntermodalRoute and I have some questions: - is the depart parameter in seconds or ms? (I'm using simulation.getTime() to retrieve the current simulation time) - independently of the depart value that I ask, the departure time of the first stag

[sumo-user] Error with flows definition in the development version

2020-08-11 Thread Lara Codeca
Hello Everyone, I'm a maintainer of a couple of open-source tools related to SUMO. With SUMO 1.6 my small toy scenario works fine. With the devel version was working fine until yesterday. Something has changed in the last 3 weeks, but I don't know what. Nonetheless, the problem is with the flow d

Re: [sumo-user] misbehaviour of LuST simulation

2020-09-10 Thread Lara Codeca
Hello, I don't know about the ContextSubscription part of it, but the reason why you should "only use version 0.26 for the LuST scenario" is because I built and validated the mobility with it. Newer versions of SUMO have better and improved mobility models and the congestion levels in parts of the

Re: [sumo-user] routing

2020-10-02 Thread Lara Codeca
Hi, If the period is equal to the simulation step, it’s gonna recompile the best route every time. Regards, Lara On Fri 2 Oct 2020 at 16:58, Raheleh Zarei wrote: > Hello, > > I want to use automatic rerouting, not periodic rerouting. We can't have > automatic rerouting while a vehicle running

Re: [sumo-user] OSM Node ID and SUMO IDs Confusion

2020-11-05 Thread Lara Codeca
Hello, I extensively hand-fixed the OSM file in JOSM to achieve a working network, and at the time (2014ish), each save was still changing the internal IDs. Regards, Lara On Thu, Nov 5, 2020 at 7:24 AM Jakob Erdmann wrote: > 1) For a relation between OSM and SUMO-ids, see > https://sumo.dlr.d

Re: [sumo-user] Edges with bi-directional lanes

2021-02-11 Thread Lara Codeca
Hi Hriday, the link you sent ( https://sumo.dlr.de/docs/Networks/PlainXML.html#neighboring_opposite-direction_lanes) is used to allow drifting on the opposite lane, not to build a lane in the opposite direction. In SUMO, edges are directional. You can see it in their definition, from node to node,

Re: [sumo-user] LuST Dataset Timing

2021-02-15 Thread Lara Codeca
Hi, yes. 0 = midnight. > I want to generate traffic only from 8AM to 8:02AM, ... You need to take into account that the morning rush hour is due to what happened before. so if you don't run all of it, you are not going to have the same level of congestion. But yes, you need to change the start ti

Re: [sumo-user] LuST Dataset Timing

2021-02-15 Thread Lara Codeca
n the same range, but the congestion > may be different? > > My primary target is to know each of the vehicles' positions at each time > step (snaps of the system) during the busy hour. > > Moyukh > > > On Mon, Feb 15, 2021 at 8:44 PM Lara Codeca wrote: > >> Hi

Re: [sumo-user] Polyconvert fails

2021-12-27 Thread Lara Codeca
Hi, have you tried to call polyconvert directly to see what's the exact error that is giving you? You have the parameters in the error message: *['polyconvert', '--osm', 'CentreRabatSale3zones.osm', '--net', 'osm.net.xml', '-o', 'osm_polygons.add.xml']* Best, Lara On Mon, Dec 27, 2021 at 11:37 A

[sumo-user] walking areas, od2trips, zones, and vTypes

2017-10-04 Thread Lara CODECA
ailing list. In case of need, I can privately share the repo. Thank you in advance for the help. Regards, Lara --- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@e

[sumo-user] OSM, netconvert and public transports.

2017-11-21 Thread Lara CODECA
r to build/extract the public transports, so I can build my OSM-like topology in the right way? Best Regards, Lara On 04/10/17 15:27, Lara CODECA wrote: Dear All, I'm building a mobility scenario from an OSM-like topology and I have various issues here and there. 1) walking areas I&#x

Re: [sumo-user] OSM, netconvert and public transports.

2017-11-21 Thread Lara CODECA
= "ele" || key == "crossing" || key == "railway" || key == "public_transport"// //    || key == "name" || key == "train" || key == "bus" || key == "tram" || key == "light_rail" || key == &

[sumo-user] Issues with default.sidewalk-width

2017-12-04 Thread Lara CODECA
Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit

Re: [sumo-user] Issues with default.sidewalk-width

2017-12-11 Thread Lara CODECA
, Jakob 2017-12-04 17:44 GMT+01:00 Lara CODECA <mailto:lara.cod...@eurecom.fr>>: Dear All, I'm trying to change the sidewalk size using netconvert, but default.sidewalk-width is not working. I can easily resize the lane using the counterpart for lanes (default.l

[sumo-user] Jammed pedestrians

2017-12-19 Thread Lara CODECA
Dear All, I have many pedestrians that are jammed on the sidewalks. Is this normal? I would say that slowing down it is, but having staring contests all over the city? Probably I'm doing something wrong. I'm using SUMO version v0_32_0+0008-1f33223 Regards, Lara -- Lara CODECA P

[sumo-user] Possible bug in ptlines2flows.py

2018-02-02 Thread Lara CODECA
rsion (32) but it's the same. For the records, before it was working with -b different from 0. Unfortunately it was a couple of weeks ago (maybe more), and I noticed it only now. Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.

[sumo-user] Duarouter and parkingAreas

2018-02-12 Thread Lara Codeca
Dear All, I’m generating my own trips file (origin/destination). Some of these trips have a stop in a parking area. To validate the trips, I use duarouter, but I’m not able to force it to keep the stop. Is there a way, or do I have to save the stops, and add them after duarouter? Regards, Lara

[sumo-user] Connecting buses to trains.

2018-02-12 Thread Lara Codeca
Dear All, I’m building a scenario from scratch starting from OSM-like data. I have both buses and trains, but I’m not finding a way to link the two different means of transports (the two graphs are not connected). Is net convert able to extract walking areas? If so, what is it looking for? My ho

Re: [sumo-user] Duarouter and parkingAreas

2018-02-13 Thread Lara CODECA
at 08:31 +0100, Jakob Erdmann wrote: > Hello Lara, > in our own tests, duarouter keeps the stops as intended. Please send > a minimal example input where this fails. > regards, > Jakob > > 2018-02-12 21:36 GMT+01:00 Lara Codeca : > > Dear All, > > > > I’m gene

Re: [sumo-user] Duarouter and parkingAreas

2018-02-13 Thread Lara CODECA
rest of my processing breaks. Regards, Lara On Tue, 2018-02-13 at 08:31 +0100, Jakob Erdmann wrote: > Hello Lara, > in our own tests, duarouter keeps the stops as intended. Please send > a minimal example input where this fails. > regards, > Jakob > > 2018-02-12 21:36 GMT+01:0

[sumo-user] comma vs spaces in the config files

2018-03-16 Thread Lara CODECA
:) If it's a bug, I did my job. Cheers, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your passwor

[sumo-user] Help with sublane model and vType width

2018-03-19 Thread Lara CODECA
/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_R outes#Vehicle_Types it is writen that the width parameter defined there is for drawing purpuses only: is there a way to redefine it if necessary? Thanks in advance, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech

[sumo-user] search for community email responses + bus capacity question

2018-03-21 Thread Lara CODECA
Hello, I tried to use the search bar in the archive, but I have a: """ 404. That’s an error. The requested URL /cse?hq=inurl%3Adev.eclipse.org%2Fmhonarc%2Flists%2Fsumo- user&cx=017941334893793413703%3Asqfrdtd112s&q=capacity&sa=Search&siteur l=dev.eclipse.org%2Fmhonarc%2Flists%2Fsumo- user%2F&ref=&

[sumo-user] Intermodal and PT: 'vehicle is already stopped.'

2018-03-23 Thread Lara CODECA
Warning: Vehicle 'bus_M2:France.1' is already stopped. """ I found it in 'src/microsim/output/MSStopOut.cpp' but I don't understand the implications or what I have to do to fix this. Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus S

Re: [sumo-user] Intermodal and PT: 'vehicle is already stopped.'

2018-03-23 Thread Lara CODECA
o that two stops can > be started at the same time). > Multiple stops at the same position are not a problem but usually > there is a stop somewhere else in between. > regards, > Jakob > > > 2018-03-23 10:16 GMT+01:00 Lara CODECA : > > Dear All, > > > > I&

[sumo-user] Open Scene Graph and SUMO

2018-04-27 Thread Lara CODECA
iki or the mailing list. Any ponters? Thanks in advance, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your pa

[sumo-user] Error: gl2ps not enabled at compile time.

2018-05-02 Thread Lara CODECA
Dear All, I'm trying to enable the gl2ps libraries while compiling the git version of sumo. What should I pass to the ./configure? I'm using Debian; gl2ps, libgl2ps and the dev packages are already installed. Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus

Re: [sumo-user] Building SUMO with cmake (was Re: Error: gl2ps not enabled at compile time.)

2018-05-03 Thread Lara CODECA
the cmake-build since the ecplise migration. > > The autotools-build will be phased out anyway. > > > > See http://sumo.dlr.de/wiki/Installing/Linux_Build#Building_the_SUM > > O_binaries_with_cmake > > > > > > 2018-05-02 16:02 GMT+02:00 Lara CODECA :

Re: [sumo-user] Open Scene Graph and SUMO

2018-05-03 Thread Lara CODECA
Triangle Functor does not support Vec3d* vertex arrays Segmentation fault Probably I have a version of something that is wrong. Can you help? Cheers, Lara On Wed, 2018-05-02 at 13:14 +0200, Lara CODECA wrote: > Hello Jakob, > > the scenario is: https://github.com/lcodeca/MoSTScenario

[sumo-user] GTest and pthreads

2018-05-03 Thread Lara CODECA
add -lpthread -lm to CMakeLists.txt I look for something with "thread" in the file, but I found nothing. Apart from removing GTools from the CMakeLists.txt, do I have a way to solve this? Thanks in advance, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.5

Re: [sumo-user] %FCD-ON-SIMULATION

2018-05-18 Thread Lara CODECA
trieve your password, or > unsubscribe from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user

Re: [sumo-user] %FCD-ON-SIMULATION

2018-05-18 Thread Lara CODECA
On Fri, 2018-05-18 at 15:10 +0100, HANIFI Mohamed wrote: > Thanks! > I tried device.fcd.probability 0.01 in sumo 0.32.0 it's not worked Then it's possible that works only with the development version. Try with the nightly build :) > > Le ven. 18 mai 2018 à 15:09,

[sumo-user] libsumo error.

2018-05-18 Thread Lara CODECA
__import__(name) ImportError: dynamic module does not define init function (init_libsumo) It's the first time that i have to deal with SWIG, any ideas? I googled the problem, the only thing I found is to be sure I was using the right python config, and it was indeed 2.7. Cheers, Lara

Re: [sumo-user] libsumo error.

2018-05-18 Thread Lara CODECA
As usual, I forgot. Eclipse SUMO Version 9912760eaa Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG on Debian unstable. On Fri, 2018-05-18 at 17:30 +0200, Lara CODECA wrote: > Dear All, > > I'm trying to use http://sumo.dlr.de/wiki/Libsumo. > I adde

Re: [sumo-user] OSM - 2 sidewalks/footpaths on one-way street

2018-05-22 Thread Lara CODECA
t > > 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://d

[sumo-user] [Alert] Wiki down.

2018-05-25 Thread Lara CODECA
Dear All, The wiki is down. Cheers, Lara --- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech <http://www.eurecom.fr/> http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To chang

Re: [sumo-user] [Alert] Wiki down.

2018-05-28 Thread Lara CODECA
ichael Behrisch wrote: > Hi, > we are very sorry about that. The whole server seems to be reachable > only from inside DLR currently. If it does not get fixed on Monday, we > will find a backup solution. > > Best regards, > Michael > > Am 25.05.2018 um 17:58 schrieb L

[sumo-user] TraCI findRoute errors

2018-05-28 Thread Lara CODECA
bility generator. Can I do it with findRoute and findIntermodalRoute or is not possible? I'm using: - Debian Unstable/Experimental - Eclipse SUMO Version b2f76e2749 Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG Thanks in advance. Reg

Re: [sumo-user] TraCI findRoute errors

2018-05-29 Thread Lara CODECA
ed should stop sumo from working when > triggered via TraCI. They are expected to raise a TraCIException which you > can catch in your script. > Only a FatalTraCIError signals an unrecoverable error. It could help if you > provide a stack trace of the error from your script. > regards

Re: [sumo-user] TraCI findRoute errors

2018-05-30 Thread Lara CODECA
it be specified or given that is the default fallback option, it can't? Thanks in advance! Lara On Tue, 29 May 2018 10:58:31 +0200 Jakob Erdmann wrote: > Thank you for reporting. It is fixed now ( > https://github.com/eclipse/sumo/issues/4121). > > 2018-05-29 9:09 GMT+

[sumo-user] Issues with Intermodal routing + bicycles

2018-05-30 Thread Lara CODECA
--- I'm using Eclipse SUMO Version 46f3786bb8 Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG on Debian Unstable. -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user

[sumo-user] Help with findIntermodalRoute() results.

2018-06-01 Thread Lara CODECA
100:Nice.5', depart=25859.0), Stage(stageType=2, line='', destStop='', edges=['-748#2', '889#3', '889#4', '706', '745#0', '745#1', '745#2', '745#3', '745#4', '296'

Re: [sumo-user] Help with findIntermodalRoute() results.

2018-06-01 Thread Lara CODECA
y walks are sometimes split is because they use busStops and > >> their access edges as "stepping stones" to shorten their route. > >> regards, > >> Jakob > >> > >> 2018-06-01 12:04 GMT+02:00 Lara CODECA : > >> > >>> Dear

[sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Lara CODECA
OSG GL2PS SWIG -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, v

Re: [sumo-user] netconvert - turnaround and dead-end edges

2018-06-07 Thread Lara CODECA
ad-ends > is a good idea (https://github.com/eclipse/sumo/issues/4170) > > regards, > Jakob > > 2018-06-07 11:44 GMT+02:00 Lara CODECA : > > > Dear All, > > > > using netconvert from an OSM-like file, I need to avoid turnaorund in the > > intersections

[sumo-user] FCD: position, center or front?

2018-06-08 Thread Lara CODECA
lipse SUMO Version 950502e87e. Thank you in advance for your help. Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery op

[sumo-user] Help: Strange delays with triggered vehicles.

2018-06-10 Thread Lara CODECA
ay 0? Is this intended? Am I doing something wrong? I'm asking because this is messing up the computation of all my delays. I'm using Debian Unstable and Eclipse SUMO Version 950502e87e. Best Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00

[sumo-user] Gathering parking delays info from simulations

2018-06-11 Thread Lara CODECA
r the help! Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list,

Re: [sumo-user] Help: Strange delays with triggered vehicles.

2018-06-11 Thread Lara CODECA
ote: > Thank you for reporting this bug (now fixed). > https://github.com/eclipse/sumo/issues/4199 > regards, > Jakob > > 2018-06-10 15:06 GMT+02:00 Lara CODECA : > > > Dear All, > > > > I have some strange simulation results.. My sim starts at time 18000.00

Re: [sumo-user] Gathering parking delays info from simulations

2018-06-11 Thread Lara CODECA
? Regards, Lara On Mon, 11 Jun 2018 10:45:29 +0200 Jakob Erdmann wrote: > Vehroute output includes information on time and place of route changes and > should be sufficient to figure this out. > regards, > Jakob > > 2018-06-11 9:44 GMT+02:00 Lara CODECA : > > > D

Re: [sumo-user] Gathering parking delays info from simulations

2018-06-11 Thread Lara CODECA
ues/4204 > For now you could try to distinguish between the cases based on the > vehicles departure time and the rerouting device period > > regards, > Jakob > > 2018-06-11 12:05 GMT+02:00 Lara CODECA : > > > Thank you, Jakob. > > > > I'm going to

Re: [sumo-user] Gathering parking delays info from simulations

2018-06-14 Thread Lara CODECA
spend with an intentional stop (including parking). > - you could use option --stop-output which records all intentional stops ( > http://sumo.dlr.de/wiki/Simulation/Output/StopOutput) > > cheers, > Jakob > > 2018-06-11 23:39 GMT+02:00 Lara CODECA : > > > Thanks for t

Re: [sumo-user] Gathering parking delays info from simulations - addidional question

2018-06-14 Thread Lara CODECA
an intentional stop (including parking). > - you could use option --stop-output which records all intentional stops ( > http://sumo.dlr.de/wiki/Simulation/Output/StopOutput) > > cheers, > Jakob > > 2018-06-11 23:39 GMT+02:00 Lara CODECA : > > > Thanks for the suggestio

[sumo-user] personinfo: negative timeLoss in walk

2018-06-21 Thread Lara CODECA
FFmpeg OSG GL2PS SWIG All the best, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe

[sumo-user] How to getParkingAreaStop

2018-06-22 Thread Lara CODECA
l#VehicleDomain-setParkingAreaStop -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from t

Re: [sumo-user] Netconvert changes

2018-06-25 Thread Lara CODECA
ou are using the latest development version and require legacy > behavior, you may just set the old parameter values: > --default.junctions.size 5 > --junctions.corner-detail 0 > If you notice undesirable netconvert behavior, please let us know. > > regards, > Jakob

[sumo-user] TraCI subscriptions to route changes

2018-07-05 Thread Lara CODECA
o know how to add a subscription of this kind? Thanks in advance! Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options

[sumo-user] TraCI, getLoadedIDList and missing vehicles.

2018-07-06 Thread Lara CODECA
Thanks in advance for any help. Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or u

[sumo-user] TraCI: how to get the list of departed and arrived entities (not only vehicles)

2018-08-07 Thread Lara CODECA
for people I had is to use traci.person.getIDList() at every step and see myself when I have a new person and when the person disappears from the list. But this kind of interaction with traci is very slow compared to getDepartedIDList and getArrivedIDList. Thanks in advance, Lara -- Lara

[sumo-user] Adding MoST Scenario to the wiki page.

2018-09-05 Thread Lara CODECA
Dear All, would it be possible to add https://github.com/lcodeca/MoSTScenario to http://sumo.dlr.de/wiki/Data/Scenarios page? Is there someone that I should contact? Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr

[sumo-user] lanechange-output warning in simulation

2018-09-12 Thread Lara CODECA
ipse SUMO Version 5345f89a38 Build features: Linux-4.17.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG on Linux Debian Unstable. Regards, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user ma

Re: [sumo-user] lanechange-output warning in simulation

2018-09-13 Thread Lara CODECA
: Regards, Lara On Wed, 12 Sep 2018 21:57:47 +0200 Jakob Erdmann wrote: > What simulation options are you using? > > > 2018-09-12 19:51 GMT+02:00 Lara CODECA : > > > Dear All, > > > > when I try to u

[sumo-user] latAlignment: what is the difference between compact, nice, and arbitrary?

2018-09-17 Thread Lara CODECA
outes#Available_vType_Attributes Left, right, and center alignments are easy to guess. What is the difference between compact, nice, and arbitrary? Thanks in advance. Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurec

Re: [sumo-user] Parking rerouter behaviour.

2018-09-18 Thread Lara CODECA
_0' could not reroute to new parkingArea 'parkingArea_gneE24_0_0' reason=parkingArea 'parkingArea_gneE24_0_0' for vehicle 'passenger.27' on lane 'gneE24_0' is too close to break., time=702.00. Step #724.00Warning: Vehicle 'passenger.28' at rerout

Re: [sumo-user] Parking rerouter behaviour.

2018-09-19 Thread Lara CODECA
() () #11 0x5574b470 in MSNet::simulate(long long, long long) () #12 0x556c5ef9 in main () I hope this help, but I'm still curios on why sumoD works. Regards, Lara On Tue, 18 Sep 2018 21:43:44 +0200 Jakob Erdmann wrote: > Thanks for the scenario. The problem should be fixed n

[sumo-user] Strange behavior with close/open edge.

2018-09-20 Thread Lara CODECA
to understand why or the link between timing and vehicle. Thanks in advance for the help, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ example.7z Description: application/7z-compressed ___ sumo-u

Re: [sumo-user] Strange behavior with close/open edge.

2018-09-20 Thread Lara CODECA
FYI: the same thing happens with 3 lanes too. Screenshot attached. On Thu, 20 Sep 2018 09:44:21 +0200 Lara CODECA wrote: > Dear All, > > I noticed a strange behavior that I cannot explain, I attached the example > scenario. > > |-- edge AB --|-- edge BC --|--

Re: [sumo-user] latAlignment: what is the difference between compact, nice, and arbitrary?

2018-09-20 Thread Lara CODECA
imulation/SublaneModel#Model_Details > regards, > Jakob > > 2018-09-17 16:05 GMT+02:00 Lara CODECA : > > > Dear All, > > > > I'm working with the sublane model and I need an info. > > > > latAlignment: The preferred lateral alignment when using t

[sumo-user] vTypeDistribution for pedestrian

2018-10-11 Thread Lara CODECA
and I ask for type parameter of a person, the type is DEFAULT_PEDTYPE. Am I doing it wrong or vTypeDistribution for people are not implemented? Or maybe is just the information that is not stored in the tripinfo? Thanks in advance for the help. Regards, Lara -- Lara CODECA Postdo

Re: [sumo-user] vTypeDistribution for pedestrian

2018-10-11 Thread Lara CODECA
Hello Jakob, my definition are similar to this: Cheers, Lara On Thu, 11 Oct 2018 10:48:31 +0200 Jakob Erdmann wrote: > What do your definitions look like? > > Am Do., 11. Okt. 2018 um 10:46 Uhr schrieb La

[sumo-user] Sublane model - retrieving Lateral acceleration

2019-01-07 Thread Lara CODECA
celeration with real traces. All the best, Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or u

Re: [sumo-user] Issues with parking area, vehicle stopped on the road.

2019-01-09 Thread Lara CODECA
I forgot to mention that the exact same files with SUMO 1.0.1 are working perfectly fine and the issue does not show up. Regards, Lara From: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] On Behalf Of Lara CODECA Sent: Wednesday 09 January 2019 15:13 To: sumo-user

Re: [sumo-user] Issues with parking area, vehicle stopped on the road.

2019-01-10 Thread Lara CODECA
nd goal is to boil down the problem to a minimal scenario (which I can then scrutinize for bugs). If the problem cannot be replicated with another random seed or a smaller scenario then I'll take a look at the big version. best regards, Jakob Am Mi., 9. Jan. 2019 um 15:25 Uhr schrie

[sumo-user] [not working] traci.subscriptions with multiple traci clients from the same function using connections.

2019-01-14 Thread Lara CODECA
andler.setOrder(2) # number can be anything 13 logging.info('Triggers TraCI client acquired.') """ If I use them one at the time (connections only / multiple clients in separated files) all works fine. Is there a way to use these 2 functionalities together? Than

Re: [sumo-user] Help with findIntermodalRoute() results.

2019-01-25 Thread Lara CODECA
/traci._simulation.html, so I have to ask. Thanks in advance for the help. Regards, Lara On Fri, 1 Jun 2018 16:46:16 +0200 Lara CODECA wrote: > Perfect, I was writing just now an e-mail on the thing you fixed. > > Thank you so much :) > > Lara > > On Fri, 1 Jun 2018 16:

Re: [sumo-user] Performance issues on big Networks an 40k vehicles

2019-02-04 Thread Lara CODECA
t incoming e-mail is not checked regularly. This > may result in a failure to comply with legal or contractual terms. Therefore > it is not sufficient, to send any legal or contractual declarations by > e-mail. In no event Bertrandt will be liable to you or any third party for > any direct

Re: [sumo-user] Building a SUMO scenario

2019-02-27 Thread Lara CODECA
f the implementation requires most time, > if there were any unforeseen problems along the way, etc. > > Best regards, > Anders > -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___ sumo

Re: [sumo-user] List of all type of mobility in sumo.

2019-03-25 Thread Lara CODECA
On Mon, 25 Mar 2019 12:47:13 +0100 bersali mahmoud wrote: > Could you send me the link in documentation of sumo which contains all > the available type of mobility like : pedestrian , vehicle , bicycle , bus > ...Etc https://sumo.dlr.de/wiki/Vehicle_Type_Parameter_Defaults -- La

[sumo-user] traci and libsumo

2019-04-18 Thread Lara CODECA
ny explicit example in the wiki that gives me the hint on how to do this. I would love if someone could point me in the right direction.. All the Best! Lara -- Lara CODECA Postdoc Tel : 04.93.00.81.51 EURECOM Campus SophiaTech http://www.eurecom.fr/ ___

[sumo-user] Teleports only in case of "Wrong Lane"

2019-04-18 Thread Lara CODECA
ere a way, varying some parameters, to allow teleportations only for "Wrong Lane"? I tried to play with "ignore-junction-blocker", "time-to-teleport", "max-depart-delay", "time-to-impatience" but it didn't work. Any ideas? Is it even possible

Re: [sumo-user] traci and libsumo

2019-04-23 Thread Lara CODECA
> libsumo as traci". It works only with Python3 however. Please tell us > what ypu tried and which errors occured. > > Best regards, > Michael > > Am 18.04.19 um 10:35 schrieb Lara CODECA: > > Hello community, > > > > I wrote a python library that uses t

Re: [sumo-user] traci and libsumo

2019-04-23 Thread Lara CODECA
'stageType' error was due to > https://github.com/eclipse/sumo/issues/5502. Please update sumo and use the > member 'type' instead. > > regards, > Jakob > > > Am Di., 23. Apr. 2019 um 10:09 Uhr schrieb Lara CODECA < > lara.cod...@eurecom.fr

Re: [sumo-user] traci and libsumo

2019-04-26 Thread Lara CODECA
2019 14:27:53 +0200 Jakob Erdmann wrote: > constants is an attribute of libsumo rather than a module so you have to > write something like > > import libsumo as traci > tc = traci.constants > > Am Di., 23. Apr. 2019 um 14:14 Uhr schrieb Lara CODECA < > lara.cod...@

[sumo-user] netconvert - railways conversion difference from 1.2.0 and devel

2019-05-03 Thread Lara CODECA
rail. All the files are available at (1.2.0) https://github.com/lcodeca/MoSTScenario/releases/tag/v0.6 (devel) https://github.com/lcodeca/MoSTScenario Was this change wanted? If so, what is the correct way to fix the scenario? Thank you for your time! All the Best, Lara -- Lara CODECA Postdoc

Re: [sumo-user] Reinforcement learning for public transport system

2022-03-15 Thread Lara Codeca
Hi, You can give a look to https://github.com/lcodeca/rllibsumoutils and https://www.researchgate.net/publication/354696888_Using_Deep_Reinforcement_Learning_to_Coordinate_Multi-Modal_Journey_Planning_with_Limited_Transportation_Capacity, presented last year at the SUMO User conference. Best, Lar