[sumo-user] how to set Action-Step-length?

2018-07-05 Thread sung hyun Jang
Dear Sumo Users I have a question about setting "action-step-length". *For my simulation, I set 0.1s for step-length, but I need to decouple the decision interval from the simulation step length. * I tried in config file with the following command.. * * ** * (or )* ** However, I got an err

[sumo-user] collision and teleporting vehicle

2018-07-07 Thread sung hyun Jang
Dear SUMO users I have a question about collision and teleporting vehicles in simulation. Actually, I decoupled the decision interval from the simulation step length. step-length 0.1s / action-step-length 1s After that, I have a lot of collision and teleporting vehicles at the connection points

Re: [sumo-user] collision and teleporting vehicle

2018-07-12 Thread sung hyun Jang
please send me the scenario so I > can determine the source of the problem. > > regards, > Jakob > > 2018-07-07 16:28 GMT+02:00 sung hyun Jang : > >> Dear SUMO users >> >> I have a question about collision and teleporting vehicles in simulation. >> >>

[sumo-user] Question on Pedestrian detection

2018-07-27 Thread sung hyun Jang
Dear SUMO Users I have a question on pedestrian detection (Push-button in front of crossing). For my simulation, I want to change pedestrian signals based on detection of pedestrian in front of crossing. However, with induction loop (E1 detector), it is not possible because of detector characteri

Re: [sumo-user] Question on Pedestrian detection

2018-07-27 Thread sung hyun Jang
Jakob Erdmann wrote: > There is a tutorial for exactly this:http://sumo.dlr.de/wiki/ > Tutorials/TraCIPedCrossing > > > > 2018-07-27 14:32 GMT+02:00 sung hyun Jang : > >> Dear SUMO Users >> >> I have a question on pedestrian detection (Push-button in front of >

[sumo-user] Error for pedestrian crossing

2018-07-31 Thread sung hyun Jang
Dear Sumo User I am creating a simple network and install pedestrian crossing. Even if I checked the priority in pedestrian crossing, it didn't activate with only red color. And I got the message the following. "Warning: Invalid pedestrian topology: crossing ':1_c0' has no target." I am struggl

Re: [sumo-user] Error for pedestrian crossing

2018-07-31 Thread sung hyun Jang
o the crossing. Please see http://sumo.dlr.de/wiki/ > Simulation/Pedestrians#Building_a_network_for_pedestrian_simulation > > 2018-07-31 14:24 GMT+02:00 sung hyun Jang : > >> Dear Sumo User >> >> I am creating a simple network and install pedestrian crossing. >>

Re: [sumo-user] Error for pedestrian crossing

2018-08-01 Thread sung hyun Jang
e of netedit, click on edge EC and then > click on the 'allow' button and then uncheck pedestrians. > > I suspect that similar problems exist in other networks that you tried to > use. > > regards, > Jakob > > 2018-08-01 10:05 GMT+02:00 sung hyun Jang : >

Re: [sumo-user] Pedestrian signal control

2018-08-23 Thread sung hyun Jang
t version crossings support the attributes > linkIndex and linkIndex2 which can be set seperately to control the forward > and backward direction. > regards, > Jakob > > 2018-08-21 7:58 GMT+02:00 sung hyun Jang : > >> Dear Sumo User >> >> I have a question about p

[sumo-user] Error with Traas and SUMO 1.0.0 version

2018-09-17 Thread sung hyun Jang
Dear SUMO Users I have an issue to use SUMO 1.0.0 version with Java traci code. When I tried to run SUMO simulation by Java (Traas), I got an error message at the beginning as following. *"Error: tcpip::Storage::readIsSafe: want to read 8 bytes from Storage, but only 4 remaining"* As I asked you

Re: [sumo-user] Error with Traas and SUMO 1.0.0 version

2018-09-17 Thread sung hyun Jang
aS are not compatible with 1.0.0. > regards, > Jakob > > 2018-09-17 10:30 GMT+02:00 sung hyun Jang : > >> Dear SUMO Users >> >> I have an issue to use SUMO 1.0.0 version with Java traci code. >> When I tried to run SUMO simulation by Java (Traas), I got an e

[sumo-user] Question on Vehicle.isStopped (traci command)

2018-12-05 Thread sung hyun Jang
Dear Sumo users I have an issue with traci command (Vehicle.isStopped) Now, I am running a sumo simulation with JAVA for the evaluation of traffic signal control. In order to calculate the number of stops for each vehicles running in the network, I used "Vehicle.isStopped" as the following. *bool

[sumo-user] default.action-step-length for SUMO

2018-07-05 Thread sung hyun Jang via sumo-user
Dear Sumo Users I have a question about setting "action-step-length". *For my simulation, I set 0.1s for step-length, but I need to decouple the decision interval from the simulation step length. * I tried in config file with the following command.. * * ** * (or )* ** However, I got an err