Re: [sumo-user] Pedestrians Crossing

2021-07-21 Thread Jose Monreal Bailey
I tried looking for the ASCII code too, no luck. Any clues or suggestions? I need pedestrians to stop at yellow light. On Mon, 19 Jul 2021 at 20:40, Jose Monreal Bailey wrote: > Thank you. I'll check those files now. You are the best. Thanks > > On Mon 19 Jul 2021, 18:05 Har

Re: [sumo-user] Pedestrians Crossing

2021-07-19 Thread Jose Monreal Bailey
quot;pedest|redyellow" > > Explanation > > 1, Find all cpp files in src/microsim > > 2. Find all files which contain the string pedest > > 3. Look in the remaining files for strings like pedest or redyellow > > Otherwise i have no idea! > > Best regards, Hara

Re: [sumo-user] Pedestrians Crossing

2021-07-19 Thread Jose Monreal Bailey
e > back. > > Greetings, Harald > Am 15.07.21 um 11:01 schrieb Jose Monreal Bailey: > > Does anyone know where in the code is controlled when the different > entities are allowed to pass under a certain traffic light color? > > On Tue 13 Jul 2021, 17:53 Jose Monreal Bailey

Re: [sumo-user] Pedestrians Crossing

2021-07-16 Thread Jose Monreal Bailey
s, Harald > Am 15.07.21 um 11:01 schrieb Jose Monreal Bailey: > > Does anyone know where in the code is controlled when the different > entities are allowed to pass under a certain traffic light color? > > On Tue 13 Jul 2021, 17:53 Jose Monreal Bailey, wrote: > >> Hey everyon

[sumo-user] Traffic lights yellow phase

2021-07-15 Thread Jose Monreal Bailey
Hey everyone, Is there a way to tell Pedestrians to stop on the yellow phase when they havent started crossing the junction? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.or

Re: [sumo-user] Pedestrians Crossing

2021-07-15 Thread Jose Monreal Bailey
Does anyone know where in the code is controlled when the different entities are allowed to pass under a certain traffic light color? On Tue 13 Jul 2021, 17:53 Jose Monreal Bailey, wrote: > Hey everyone, > > How can I modify the code so pedestrians stop at junctions when the light &g

[sumo-user] Pedestrians Crossing

2021-07-13 Thread Jose Monreal Bailey
Hey everyone, How can I modify the code so pedestrians stop at junctions when the light is Yellow, and those that are already crossing continue until they have reached the other side? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org T

Re: [sumo-user] Pedestrians output

2021-06-08 Thread Jose Monreal Bailey
Di., 8. Juni 2021 um 12:39 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hey everyone, >> >> Is there a way to get the Time pedestrians are waiting at the junction? >> Where in the code should I modify to

[sumo-user] Pedestrians output

2021-06-08 Thread Jose Monreal Bailey
Hey everyone, Is there a way to get the Time pedestrians are waiting at the junction? Where in the code should I modify to get this data from? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit http

Re: [sumo-user] Traci: getRedYellowGreenState and getControlledLinks

2020-12-17 Thread Jose Monreal Bailey
es is to use > the "Clean States" button in netedit traffic light mode. > > regards, > Jakob > > Am Mi., 16. Dez. 2020 um 11:42 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hi Jakob, >> >> I am attaching the network and

Re: [sumo-user] Simulation locked

2020-12-13 Thread Jose Monreal Bailey
, 11. Dez. 2020 um 14:10 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hey everyone, >> >> I am running a few simulations, some of them finish normally, but other >> ones are stuck for quite a while and the output looks like this: >>

[sumo-user] Simulation locked

2020-12-11 Thread Jose Monreal Bailey
Hey everyone, I am running a few simulations, some of them finish normally, but other ones are stuck for quite a while and the output looks like this: Step #13200.00 (53ms ~= 18.87*RT, ~116698.11UPS, TraCI: 3508ms, vehicles TOT 7288 ACT 6185 Step #13300.00 (64ms ~= 15.62*RT, ~96640.62UPS, TraCI:

Re: [sumo-user] Version UNKNOWN

2020-12-08 Thread Jose Monreal Bailey
and look into the build > log for something like > > Generating version.h > generating /home/delphi/gcc/sumo/build/gcc4_64/src/version.h from > revision in /home/delphi/gcc/sumo/.git/index > > Are you using a download or a git clone? > > Best regards, > Michael > &

[sumo-user] Version UNKNOWN

2020-12-08 Thread Jose Monreal Bailey
Hey everyone, Is version UNKNOWN a problem when running sumo? Is there an automatic way to set the version when compiling from source code? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https:/

Re: [sumo-user] Manual reroute by Effort

2020-12-07 Thread Jose Monreal Bailey
ns why it doesn't happen for you: > - the vehicle has lots of stops or vias defined that anchor the route > - wrong effort values being used (default edge effort is 0). > > How are you setting the effort? > Did you check the effort in sumo-gui? > > Am So., 6. Dez. 2020 u

[sumo-user] Manual reroute by Effort

2020-12-05 Thread Jose Monreal Bailey
Hey everyone, I was reading past emails where they asked about rerouting by effort. I am using TraaS, and when calling rerouteEffort with vehicle id, I do not see the vehicle re-routing even when the effort on all other edges is smaller than the ones it has already taken. Could it be because the

Re: [sumo-user] Error compiling sumo master

2020-11-08 Thread Jose Monreal Bailey
Thanks Michael! On Sun 8 Nov 2020, 17:25 Michael Behrisch, wrote: > Hi Jose, > the easiest way is probably to edit the CMakeCache.txt and adapt the > entries for GL2PS_INCLUDE_DIR and GL2PS_LIBRARY. > > Best regards, > Michael > > Am 02.11.20 um 11:20 schrieb Jose Monrea

Re: [sumo-user] Error compiling sumo master

2020-11-02 Thread Jose Monreal Bailey
years ago). > If you don't need vector graphic screenshots, then you can just disable > it (for instance by uninstalling the gl2ps-devel package and running > cmake again). > > Best regards, > Michael > > Am 31.10.20 um 21:18 schrieb Jose Monreal Bailey: > >

[sumo-user] Error compiling sumo master

2020-10-31 Thread Jose Monreal Bailey
Hello everyone, I am having problems compiling the latest version of sumo. I also moved to 1.5 and I get the same error message. Could it be that I am missing some library? sumo/src/utils/gui/div/GLHelper.cpp:513:9: error: 'gl2psTextOptColor' was not declared in this scope; did you mean 'gl2psTex

Re: [sumo-user] Warning: unable to open primary document entity 'xsd/routes_file.xsd'

2020-05-14 Thread Jose Monreal Bailey
xsd/routes_file.xsd";> > instead of > http://www.w3.org/2001/XMLSchema-instance"; > xsi:noNamespaceSchemaLocation="xsd/routes_file.xsd"> > > > Am Mi., 13. Mai 2020 um 11:24 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hey

[sumo-user] VehsPerHour issue

2020-05-14 Thread Jose Monreal Bailey
Hey everyone, I have the property VehsPerHour set to a certain number, the start and end flow its for an hour, and the simulation time is longer. However, I get more vehicles inserted in the hour, how is this calculated? Is there a way to know before hand how many vehicles will be inserted in the

[sumo-user] Warning: unable to open primary document entity 'xsd/routes_file.xsd'

2020-05-13 Thread Jose Monreal Bailey
Hey everyone, I am getting the following warning, Warning: unable to open primary document entity 'xsd/routes_file.xsd' In file '/home/user/4/scenario.rou.xml' At line/column 1/0. My rou.xml file has the relative path to the xsd just like all other xml files from the simulation and this is the

[sumo-user] Warning: unable to open primary document entity 'xsd/routes_file.xsd'

2020-05-13 Thread Jose Monreal Bailey
Hey everyone, I am getting the following warning, Warning: unable to open primary document entity 'xsd/routes_file.xsd' In file '/home/user/4/scenario.rou.xml' At line/column 1/0. My rou.xml file has the relative path to the xsd just like all other xml files from the simulation and this is the

Re: [sumo-user] Error compiling SUMO

2020-05-07 Thread Jose Monreal Bailey
] Error 2 make[1]: *** Waiting for unfinished jobs On Thu, 7 May 2020 at 14:14, Jose Monreal Bailey wrote: > Thank you, I just found out that fox-devel was not installed, going to > install again. > > Best regards, > Jose > > On Thu, 7 May 2020 at 13:58, Harald Sch

Re: [sumo-user] Error compiling SUMO

2020-05-07 Thread Jose Monreal Bailey
t; cd build/cmake-build > > run cmake > > cmake ../.. > > and then run a plain make make > > make -j$(nproc) > > What is the output of cmake? > > Greetings, > > Harald > > > > Am 07.05.20 um 14:42 schrieb Jose Monreal Bailey: > > Hey every

[sumo-user] Error compiling SUMO

2020-05-07 Thread Jose Monreal Bailey
Hey everyone, I am compiling SUMO in Centos6, with the following line: cmake -D CMAKE_C_COMPILER=/home/support/apps/cports/rhel-6.x86_64/gnu/gcc/9.2.0/bin/gcc -D CMAKE_CXX_COMPILER=/home/support/apps/cports/rhel-6.x86_64/gnu/gcc/9.2.0/bin/c++ -D FOX_INCLUDE_DIR=/usr/include/fox-1.6 -D FOX_LIBRARY

[sumo-user] Building sumo without cmake

2020-05-03 Thread Jose Monreal Bailey
hey everyone, Is it possible to build sumo without cmake? How? Best regards, Jose ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Re: [sumo-user] Rerouting and edges effort

2019-10-09 Thread Jose Monreal Bailey
and traveltime is that time > dependent-efforts may change along the route so the traveltime must be > tracked as well). > > regards, > Jakob > > Am So., 6. Okt. 2019 um 15:37 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hey everyone, >>

[sumo-user] Plotting FCD output as spatio temporal

2019-10-08 Thread Jose Monreal Bailey
Hey everyone, I have seen a few plots in that presentation made from FCD output. Does sumo come with a script to do those kind of plots(spatio temporal)? Or does anyone have have somethi

[sumo-user] Rerouting and edges effort

2019-10-06 Thread Jose Monreal Bailey
Hey everyone, I need some help to understand what it means the edge effort, and the findRoute method. I am changing the effort of the edges (greater effort less chance for vehicles to be rerouted in that edge, correct?) And the findRoute method it seems not taking into account the effort of the ed

Re: [sumo-user] TraaS getEffort

2019-09-15 Thread Jose Monreal Bailey
Hey everyone, The parameter time of the method getEffort has to change from int to double in the TraaS code Best regards, Jose On Sun, 15 Sep 2019 at 17:44, Jose Monreal Bailey wrote: > Hey everyone, > > I am trying to use the method Edge.getEffort from the TraaS package. > How

[sumo-user] TraaS getEffort

2019-09-15 Thread Jose Monreal Bailey
Hey everyone, I am trying to use the method Edge.getEffort from the TraaS package. However, I keep getting an error and I do not know if I am using the method wrong, or is there a bug in the method. I am passing the EdgeId and the time in Seconds. I want to retrieve in real time the current effor

[sumo-user] pedestrian flow

2019-07-02 Thread Jose Monreal Bailey
Hello everyone, Is it possible to do pedestrian flows? or is it just trips? I am trying to make them in Netedit, but I get coredump when trying to save the file. Best regards, Jose ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery

[sumo-user] Detectors questions

2019-07-01 Thread Jose Monreal Bailey
Hey everyone, >From E1 and E2 detectors I understand the difference, and when to use each one. But for E3 I am kind of lost, is this supposed to go at intersections? or also in the edges lanes? Best regards, José ___ sumo-user mailing list sumo-user@ecl

Re: [sumo-user] Vehicle Flow or Demand

2019-07-01 Thread Jose Monreal Bailey
tps://sumo.dlr.de/wiki/Demand/Routes_from_Observation_Points (and > also the two links in the cautioning note). > > Am Mo., 1. Juli 2019 um 10:48 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hey everyone, >> >> Is it possible to have a simplif

[sumo-user] Vehicle Flow or Demand

2019-07-01 Thread Jose Monreal Bailey
Hey everyone, Is it possible to have a simplified configuration of vehicle flow, where you just add the demand per hour in the road? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your passw

[sumo-user] NETEDIT - Difference between network and demand modes

2019-06-19 Thread Jose Monreal Bailey
Hey everyone, Is there any tutorial on how to use the demand mode in NETEDIT? What is possible to do in that mode? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscrib

Re: [sumo-user] SUMO version correct?

2019-06-19 Thread Jose Monreal Bailey
Nevermind last email On Wed, 19 Jun 2019 at 09:11, Jose Monreal Bailey wrote: > Hey everyone, > > When I run sumo --version I get the following output, > > sumo --version > Eclipse SUMO Version v0_32_0+2802-7b378d18a1 > Build features: x86_64-pc-linux-gnu PROJ GDAL GUI U

[sumo-user] SUMO version correct?

2019-06-19 Thread Jose Monreal Bailey
Hey everyone, When I run sumo --version I get the following output, sumo --version Eclipse SUMO Version v0_32_0+2802-7b378d18a1 Build features: x86_64-pc-linux-gnu PROJ GDAL GUI UnitTests Copyright (C) 2001-2018 German Aerospace Center (DLR) and others; http://sumo.dlr.de Eclipse SUMO Version

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] Error in TraaS setCompleteRedYellowGreenDefinition

2019-04-04 Thread Jose Monreal Bailey
Am Do., 4. Apr. 2019 um 10:46 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hey everyone, >> >> I am having a problem trying to use the method >> setCompleteRedYellowGreenDefinition. I am giving the trafficLightId and >> SUMOTLSProgram as par

[sumo-user] Error in TraaS setCompleteRedYellowGreenDefinition

2019-04-04 Thread Jose Monreal Bailey
Hey everyone, I am having a problem trying to use the method setCompleteRedYellowGreenDefinition. I am giving the trafficLightId and SUMOTLSProgram as parameters. Error: Answered with error to command 0xc2: set program: 3. parameter (index) must be an int. it.polito.appeal.traci.TraCIException: S

Re: [sumo-user] Vehicles not running

2019-03-14 Thread Jose Monreal Bailey
The vehicle coming from the West to turn south is stopping and then the vehicles coming from the East side stop. Why is the vehicle(West) stopping in the first place? On Thu, 14 Mar 2019 at 15:30, Jose Monreal Bailey wrote: > Hey everyone, > > After I start my simulation, I start exte

[sumo-user] TrafficLight getNextSwitch

2019-03-13 Thread Jose Monreal Bailey
Hey everyone, Did this command change? I am trying to request the remaining time on the current phase of the traffic light, but I am getting the following message, it.polito.appeal.traci.TraCIException$UnexpectedData: Unexpected : expected 9, got 11 ___

Re: [sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-13 Thread Jose Monreal Bailey
programs to be the same. Best regards, On Wed, 13 Mar 2019 at 09:41, Jose Monreal Bailey wrote: > Nevermind, I found the error those should be now minDur, maxDur instead of > duration1 and duration2 > > Best regards, > José > > On Wed, 13 Mar 2019 at 09:39, Jose Monreal Bailey

Re: [sumo-user] Edge or Lane association to Phase

2019-03-13 Thread Jose Monreal Bailey
Mi., 13. März 2019 um 11:59 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> I came out with another approach, >> >> Change the phases of the TL's get current state, and iterate to check the >> state and the lane. >> >> Best re

Re: [sumo-user] Edge or Lane association to Phase

2019-03-13 Thread Jose Monreal Bailey
I came out with another approach, Change the phases of the TL's get current state, and iterate to check the state and the lane. Best regards, José On Wed, 13 Mar 2019 at 10:33, Jose Monreal Bailey wrote: > Hi Jakob, > > Thank you for the helpful information. > What do you mea

Re: [sumo-user] Edge or Lane association to Phase

2019-03-13 Thread Jose Monreal Bailey
ntry in the state is 'G' or 'g' (where n is an index from above). > This marks a phase where that lane has green. > > It may help to revisit this part of the documentation: > https://sumo.dlr.de/wiki/Simulation/Traffic_Lights#.3Cphase.3E_Attributes > > Am Mi.,

Re: [sumo-user] Edge or Lane association to Phase

2019-03-13 Thread Jose Monreal Bailey
with it corresponding TLS Phase program index? Best regards, José On Tue, 12 Mar 2019 at 16:49, Jakob Erdmann wrote: > see > https://sumo.dlr.de/wiki/Simulation/Traffic_Lights#Accessing_indices_programmatically > > > Am Di., 12. März 2019 um 13:14 Uhr schrieb Jose Monreal Bailey

Re: [sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-13 Thread Jose Monreal Bailey
Nevermind, I found the error those should be now minDur, maxDur instead of duration1 and duration2 Best regards, José On Wed, 13 Mar 2019 at 09:39, Jose Monreal Bailey wrote: > I tried building traas with the latest changes but I get the following > errors, > > ant > Bui

Re: [sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-13 Thread Jose Monreal Bailey
ou > can rebuild TraaS or wait until tomorrow. > > regards, > Jakob > > Am Di., 12. März 2019 um 16:19 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Does this have to do with it? >> >> TraCI >> >>- Function *trafficlight.

Re: [sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-12 Thread Jose Monreal Bailey
onent when defining phases. Custom clients must be patched to handle this. Is this updated in TraaS? it's not working on the version I am using: d4618041118a355586673e41e9e442ecf4025a28 On Tue, 12 Mar 2019 at 15:02, Jose Monreal Bailey wrote: > Hey everyone, > > Wh

[sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-12 Thread Jose Monreal Bailey
Hey everyone, When I execute the command getCompleteRedYellowGreenDefinition for a traffic light, I get the following error: Error reading byte, invalid list position specified for reading: 1068 Where can I check the correct inputs for this command (Hex codes) ? Best regards, Jose

[sumo-user] Edge or Lane association to Phase

2019-03-12 Thread Jose Monreal Bailey
Hey everyone, I am trying to build a hashmap association of edges to the correspondent green phase. I can get the program definition form the traffic lights, but what is the best way to get the edges from the program, or from the phase if possible? Best regards, Jose

Re: [sumo-user] Reaction time configuration

2019-03-12 Thread Jose Monreal Bailey
> > regards, > Jakob > > > Am Di., 12. März 2019 um 12:35 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hey everyone, >> >> To configure the reaction time of vehicle types, the parameters are tau, >> acceleration and deceleration, cor

[sumo-user] Reaction time configuration

2019-03-12 Thread Jose Monreal Bailey
Hey everyone, To configure the reaction time of vehicle types, the parameters are tau, acceleration and deceleration, correct? If I need that tau different from acceleration and for deceleration, what could be the solution? Changing it in runtime? Best regards, Jose _

[sumo-user] Congestion level calculation

2019-01-30 Thread Jose Monreal Bailey
Hey everyone, How can I calculate the average congestion level at an intersection or in the whole network? I have the output of the simulation but do not know how to calculate it. Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To ch

Re: [sumo-user] Regarding Import Traci in Ubuntu 18.04

2018-12-04 Thread Jose Monreal Bailey
Hi Patrik, After you changed the SUMO_HOME environment variable, did you rebuild sumo? Best regards, José On Tue, 4 Dec 2018 at 11:06, Pratik Dutta wrote: > Hello Harald Schaefer, > I updated the SUMO_HOME as well as PATH variables, but still the problem > persists. > > > > *Regards,* > Prati

[sumo-user] SUMO Output Prior v1.0

2018-11-27 Thread Jose Monreal Bailey
Hello everyone, The output of SUMO for tripinfo_duration, waiting_time, time_loss prior v1.0 in what units was it? seconds? miliseconds? 10*seconds? How can I check in the code that? Best regards, Jose ___ sumo-user mailing list sumo-user@eclipse.org T

Re: [sumo-user] how to calculate the free-flow in one scenario

2018-11-06 Thread Jose Monreal Bailey
Jane, What do you mean by specific senior? On Mon, 5 Nov 2018 at 17:14, Jane Cheung wrote: > One more, how to get the specific senior that vehicles with > free-flow speed? > > Best regards! > > Jane > > On Mon, Nov 5, 2018 at 10:42 AM Jane Cheung > wrote: > >> Jakob, >> I have searched some

Re: [sumo-user] Change type and attributes of tlLogic with traci

2018-10-26 Thread Jose Monreal Bailey
but since most things can be >>> accomplished by remote-control of a fixed traffic light, it's pretty far on >>> the bottom of the list. >>> regards, >>> Jakob >>> >>> Am Mo., 22. Okt. 2018 um 12:19 Uhr schrieb Jose Monreal Bailey < &g

Re: [sumo-user] Change type and attributes of tlLogic with traci

2018-10-25 Thread Jose Monreal Bailey
not work either because they are only read > once on startup. > Fixing this is on our to-do list but since most things can be accomplished > by remote-control of a fixed traffic light, it's pretty far on the bottom > of the list. > regards, > Jakob > > Am Mo., 22. Okt.

Re: [sumo-user] Vehicles changing lane

2018-10-25 Thread Jose Monreal Bailey
Am Do., 25. Okt. 2018 um 18:29 Uhr schrieb Jose Monreal Bailey < > jmonr...@gmail.com>: > >> Hi everyone, >> >> I have setup a lane for a certain type of vehicles, and I would like to >> know if there is some configuration to be made so they only change lane >&g

[sumo-user] Vehicles changing lane

2018-10-25 Thread Jose Monreal Bailey
Hi everyone, I have setup a lane for a certain type of vehicles, and I would like to know if there is some configuration to be made so they only change lane when the route they are taking needs to turn in a corner. If its only going to drive straight(forward without turning) then it must not move

Re: [sumo-user] Vehicles Distribution vs Flows

2018-10-25 Thread Jose Monreal Bailey
t; type="dist" departLane="best" departPos="free" > departSpeed="max"/> > > > > > > Best regards, > > Kailin > > > > > > *From:* sumo-user-boun...@eclipse.org *On > Behalf Of *Jose Monreal Bailey &g

[sumo-user] Vehicles Distribution vs Flows

2018-10-24 Thread Jose Monreal Bailey
Hey everyone, I have been using vehicles distribution with vehicles type, to distribute the percentage of type of vehicles in my simulation. But I am interested in using the attribute vehsPerHour from flows. Is there a way to do that using distribution? or is better to use flows, and change the am

[sumo-user] Change type and attributes of tlLogic with traci

2018-10-22 Thread Jose Monreal Bailey
Hey everyone, How can I change the type of tlLogic with TraCI ? is this possible? And is it possible to change the parameters too? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your passwor

[sumo-user] Device Driver State

2018-10-19 Thread Jose Monreal Bailey
Hi everyone, >From the wiki http://sumo.dlr.de/wiki/Driver_State I understand that setting this device, I can set parameters to change drivers behaviour, is this correct? Or this device is for something else? Best regards, José ___ sumo-user mailing lis

[sumo-user] Output for congestion level

2018-10-16 Thread Jose Monreal Bailey
Hey Everyone, Is there an option to output also the congestion level at every X units of time? Best regards, Jose ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, v

[sumo-user] pedestrians waiting time

2018-10-15 Thread Jose Monreal Bailey
Hi everyone, There is no pedestrian waiting time output? only timeloss? Will it be a pedestrian waiting time in sumo? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubsc

Re: [sumo-user] Vehicles present in simulation

2018-09-26 Thread Jose Monreal Bailey
Is the method getMinExpectedNumber the one to be used for this? On Wed, 26 Sep 2018 at 12:28, Jose Monreal Bailey wrote: > Hi everyone, > > Is there a method to ask sumo if there are more vehicles to be inserted > and if there are still vehicles present in the simulation? >

[sumo-user] Vehicles present in simulation

2018-09-26 Thread Jose Monreal Bailey
Hi everyone, Is there a method to ask sumo if there are more vehicles to be inserted and if there are still vehicles present in the simulation? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve

Re: [sumo-user] Probability in vTypes

2018-09-14 Thread Jose Monreal Bailey
Routes#Vehicle_Type_Distributions > > 2018-09-14 19:46 GMT+02:00 Jose Monreal Bailey : > >> Hi Jakob, >> >> They are part of the vTypeDistribution. How is the distribution >> determined? >> >> On Fri, 14 Sep 2018, 18:40 Jakob Erdmann, wrote: >> >

Re: [sumo-user] Probability in vTypes

2018-09-14 Thread Jose Monreal Bailey
> 2018-09-14 17:42 GMT+02:00 Jose Monreal Bailey : > >> Hi Everyone, >> >> How does it work the probability attribute in the vTypes? >> Is it randomness or is there a distribution? Are they evenly added to the &

[sumo-user] Probability in vTypes

2018-09-14 Thread Jose Monreal Bailey
Hi Everyone, How does it work the probability attribute in the vTypes? Is it randomness or is there a distribution? Are they evenly added to the network ? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery option

[sumo-user] Reaction Time

2018-09-12 Thread Jose Monreal Bailey
Hi everyone, I was thinking in simulate different reaction times with SUMO, by using acel and decel parameters. But would this be appropriate? or is there a better way to do it? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To chan

Re: [sumo-user] Measure of throughput

2018-09-05 Thread Jose Monreal Bailey
> > On Wed, 5 Sep 2018 at 09:42, Menno van der Woude > wrote: > >> Hi José, >> see http://sumo.dlr.de/wiki/Simulation/Output >> one option would be placing detectors where you widh to measure, then >> use the output file of the detectors to get your data. >> see

Re: [sumo-user] Measure of throughput

2018-09-05 Thread Jose Monreal Bailey
would be placing detectors where you widh to measure, then > use the output file of the detectors to get your data. > see > > http://sumo.dlr.de/wiki/Simulation/Output/Lanearea_Detectors_(E2)#Generated_Output > Geets, Menno > > On 5-9-2018 10:35, Jose Monreal Bailey wrote: >

[sumo-user] Measure of throughput

2018-09-05 Thread Jose Monreal Bailey
Hey everyone, How can I measure the throughput of vehicles ? Best regards, José ___ 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/mailm

Re: [sumo-user] Map size

2018-09-03 Thread Jose Monreal Bailey
Thank you Jakob On Mon, 3 Sep 2018, 16:29 Jakob Erdmann, wrote: > The map size can be parsed from the convBoundary attribute in the > element within the .net.xml file > > 2018-09-03 17:24 GMT+02:00 Jose Monreal Bailey : > >> Hi Jakob, >> >> I need the map size

Re: [sumo-user] Map size

2018-09-03 Thread Jose Monreal Bailey
w size using option --window-size WIDTH,HEIGHT > regards, > Jakob > > 2018-09-03 13:01 GMT+02:00 Jose Monreal Bailey : > >> Hey everyone, >> >> How can I load the sumo-gui with the map centered at full, giving the >> size in the sumocfg file? >> I know I can

[sumo-user] Map size

2018-09-03 Thread Jose Monreal Bailey
Hey everyone, How can I load the sumo-gui with the map centered at full, giving the size in the sumocfg file? I know I can set zoom and offset, but is there a way to set the height and width? Is there a way also to retrieve the size of the network from the net file? Best regards, José ___

Re: [sumo-user] Question regarding TLS in additionals

2018-08-29 Thread Jose Monreal Bailey
Thanks! On Wed, 29 Aug 2018 at 15:41, Jakob Erdmann wrote: > No. You need to assign a different programID. > > 2018-08-29 16:39 GMT+02:00 Jose Monreal Bailey : > >> Hi Jakob, >> >> When I try to load the tlLogic I get the following error: >> >> Erro

Re: [sumo-user] Question regarding TLS in additionals

2018-08-29 Thread Jose Monreal Bailey
osé On Mon, 27 Aug 2018 at 19:57, Jakob Erdmann wrote: > Yes. See > http://sumo.dlr.de/wiki/Simulation/Traffic_Lights#Loading_a_new_Program > > 2018-08-27 15:44 GMT+02:00 Jose Monreal Bailey : > >> Hey everyone, >> >> If I add an additional file with all the def

[sumo-user] Bus frequency

2018-08-29 Thread Jose Monreal Bailey
Hey everyone, How can I define Bus Frequency departing from an edge? Best regards, José ___ 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.o

Re: [sumo-user] Pedestrians Jammed

2018-08-28 Thread Jose Monreal Bailey
Hi Jakob, I was checking the following parameters, --default.sidewalk-width --default.crossing-width The ones, correct? currently they have 4.00 mts, so extending them to double should improve in some way. Best regards, José On Tue, 28 Aug 2018 at 14:39, Jose Monreal Bailey wrote: > Ja

Re: [sumo-user] Pedestrians Jammed

2018-08-28 Thread Jose Monreal Bailey
his by increasing the sidewalk width near the > intersection. > > 2018-08-28 12:18 GMT+02:00 Jose Monreal Bailey : > >> Hey everyone, >> >> I noticed a pedestrian Jam in my simulation, and was wondering if there >> is a way to avoid it? >> Would setting perhaps a hi

Re: [sumo-user] Pedestrians Jammed

2018-08-28 Thread Jose Monreal Bailey
Thanks! On Tue, 28 Aug 2018, 12:09 Jakob Erdmann, wrote: > The pedestrian model has trouble with modelling very dense traffic on > walking areas. You can avoid this by increasing the sidewalk width near the > intersection. > > 2018-08-28 12:18 GMT+02:00 Jose Monreal Bailey : &g

[sumo-user] Pedestrians Jammed

2018-08-28 Thread Jose Monreal Bailey
Hey everyone, I noticed a pedestrian Jam in my simulation, and was wondering if there is a way to avoid it? Would setting perhaps a higher gap help? Or what parameter can I set to avoid this? Best regards, José [image: image.png] ___ sumo-user mailing

Re: [sumo-user] How to generate a mass of pedestrians?

2018-08-28 Thread Jose Monreal Bailey
Thanks Jakob! That worked! Best regards, José On Mon, 27 Aug 2018 at 19:58, Jakob Erdmann wrote: > Change period to 0.1 and you will get 10 times as many. > > 2018-08-27 17:57 GMT+02:00 Jose Monreal Bailey : > >> Hello Everyone, >> >> How can I generate a lot of p

Re: [sumo-user] Pedestrian flows is possible?

2018-08-28 Thread Jose Monreal Bailey
Thanks! On Mon, 27 Aug 2018 at 20:11, Jakob Erdmann wrote: > In the latest development version you can also specify --trip FROM,TO > instead of --route > > 2018-08-27 17:08 GMT+02:00 Jose Monreal Bailey : > >> The tools/pedestrianFlow.py needs an explicit route (origin

[sumo-user] How to generate a mass of pedestrians?

2018-08-27 Thread Jose Monreal Bailey
Hello Everyone, How can I generate a lot of pedestrians in my network? I am using period 1 and binomial 50 and 150 and it does not change that much. Is there a way to generate a lot of pedestrians using randomTrips.py? Best regards, José ___ sumo-user m

Re: [sumo-user] Pedestrian flows is possible?

2018-08-27 Thread Jose Monreal Bailey
ws.add("ped-north-south-", blue, "person", pedFromNorth, >> pedToSouth, 20, "gneE12 gneE16 gneE17") >> flows.add("ped-south-north-", blue, "person", pedFromSouth, >> pedToNorth, 20, "-gneE17 -gneE16 -gneE12") >&g

[sumo-user] Question regarding TLS in additionals

2018-08-27 Thread Jose Monreal Bailey
Hey everyone, If I add an additional file with all the definitions of the network, will these's override the ones defined in the network file? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve

Re: [sumo-user] Pedestrian flows is possible?

2018-08-27 Thread Jose Monreal Bailey
t; nachWesten, 20) >> flows.add("ped-north-south-", blue, "person", pedFromNorth, >> pedToSouth, 20, "gneE12 gneE16 gneE17") >> flows.add("ped-south-north-", blue, "person", pedFromSouth, >> pedToNorth, 20, "-gneE17

Re: [sumo-user] netgenerate on latest version question

2018-08-27 Thread Jose Monreal Bailey
here this > network attribute did not yet exist. Update SUMO_HOME or disable validation > (see > http://sumo.dlr.de/wiki/FAQ#What.27s_the_deal_with_schema_resolution_warnings_.2F_xsd_errors.3F > ) > > regards, > Jakob > > 2018-08-27 12:51 GMT+02:00 Jose Monreal Bailey : > >

[sumo-user] netgenerate on latest version question

2018-08-27 Thread Jose Monreal Bailey
Hi everyone, I am using today the latest development version of sumo to generate my network. I got a the following error, *Error: attribute 'limitTurnSpeed' is not declared for element 'net'* I am guessing this is done using the option:* --junctions.limit-turn-speed* What value should be assign

[sumo-user] Pedestrian flows is possible?

2018-08-24 Thread Jose Monreal Bailey
Hey everyone, Is it possible to create flows of pedestrians as you do with vehicles? If not, what could be the best option to control the amount of type of pedestrians you may define? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org T

Re: [sumo-user] flow vs trips

2018-08-24 Thread Jose Monreal Bailey
And when creating the Vehicle Type Distributions entry, I would have there the probability of distribution. Do I still need probability entry in the flow entry? Best regards, José On Fri, 24 Aug 2018 at 15:37, Jose Monreal Bailey wrote: > I just found out that the newTrips.trips.xml have

Re: [sumo-user] flow vs trips

2018-08-24 Thread Jose Monreal Bailey
stribution instead of vType 'myType' as in > the example). > > > 2018-08-24 16:13 GMT+02:00 Jose Monreal Bailey : > >> Hi Jakob, >> >> When I run randomTrips.py -n NETCONVERT.citycentreV2.net.xml -o >> newTrip.trips.xml -r newRoutes.rou.xml --weight

  1   2   3   >