Re: [sumo-user] Still deadlocks on version 0.29.0

2017-02-22 Thread Green Mind
hat efficient) > c) improve the routes to have less turn-arounds > > regards, > Jakob > > 2017-02-22 12:30 GMT+01:00 Green Mind <greenmin...@gmail.com>: > >> Hi, >> >> I've been playing with version 0.29.0 for a while, and although I must say >

[sumo-user] Still deadlocks on version 0.29.0

2017-02-22 Thread Green Mind
Hi, I've been playing with version 0.29.0 for a while, and although I must say there situation is much much better, I still encounter some issues where vehicles get stuck in the middle of junctions. I attach 2 examples - all the vehicles you see in the pictures are deadlocked and don't move. If

Re: [sumo-user] Fwd: Vehicle is stuck forever on a right turn

2017-02-22 Thread Green Mind
velopment > version. The routes look somewhat suspicious though, because they include > many tight loops. > > regards, > Jakob > > 2017-02-21 18:00 GMT+01:00 Green Mind <greenmin...@gmail.com>: > >> Sorry, I know see that this issue is marked as fixed for version 0.29

[sumo-user] Can't import traci on python-3 with sumo 0.29.0

2017-02-21 Thread Green Mind
Hi, When using python3 with sumo 0.29.0, I get this error Traceback (most recent call last): File "", line 1, in File "/Users/lior/code/sumo-git/sumo/tools/traci/__init__.py", line 29, in import sumolib File "/Users/lior/code/sumo-git/sumo/tools/sumolib/__init__.py", line 37, in

Re: [sumo-user] Fwd: Vehicle is stuck forever on a right turn

2017-02-21 Thread Green Mind
Sorry, I know see that this issue is marked as fixed for version 0.29.0. I will check the new version out first and update you with the results. On Tue, Feb 21, 2017 at 6:57 PM, Green Mind <greenmin...@gmail.com> wrote: > Hi, > > I attach another set of input files which cause

Re: [sumo-user] Fwd: Vehicle is stuck forever on a right turn

2017-02-21 Thread Green Mind
dge multiple times). I suspect > that this is part of the reason for the deadlocks you see. > However, it's not obvious why the vehicles in your screenshot would be > stopped. Please send me the input files again ^^ > > regards, > Jakob > > 2017-01-30 22:19 GMT+01:

Re: [sumo-user] Fwd: Vehicle is stuck forever on a right turn

2017-01-30 Thread Green Mind
elow - all the 6 vehicles in the pictures are stuck and don't move, although they have a long route to follow). Any ideas? [image: Inline image 2] [image: Inline image 1] On Mon, Jan 30, 2017 at 10:55 PM, Green Mind <greenmin...@gmail.com> wrote: > Thanks Jakob. > > Is there a way t

Re: [sumo-user] Fwd: Vehicle is stuck forever on a right turn

2017-01-30 Thread Green Mind
here: > http://sumo.dlr.de/trac.wsgi/ticket/2834 > As a simple workaround, rebuild your network using the option > --roundabouts.guess (can also be set in Netedit). > > regards, > Jakob > > 2017-01-30 10:37 GMT+01:00 Green Mind <greenmin...@gmail.com>: > >>

[sumo-user] Fwd: Vehicle is stuck forever on a right turn

2017-01-30 Thread Green Mind
Hi all, I have a scenario with a simple map imported from OSM, where a vehicle gets stuck inside an intersection while trying to turn right. The route is generated randomly using a script. I use Sumo version 0.28.0 This obviously screws up my entire simulation, because all the vehicles who

[sumo-user] Warning: Vehicle '53' skips stop on lane '25301895_0' time=471.00

2017-01-09 Thread Green Mind
I use traci to set a route to a vehicle (the route contains about 5 edge), and then make it stop on the middle of the last edge: *traci.vehicle.setRoute(vehicle_id, edges)* *# stop in the middle of the street* *loc = graph.getEdge(dest).getLength() / 2.0* *

Re: [sumo-user] Improve SUMO-GUI performance

2017-01-08 Thread Green Mind
de/userdoc/Installing/MacOS_Build.html > > Best Marek Heinrich > simoserv GmbH > > > Am 21.12.2016 um 18:07 schrieb Jakob Erdmann: > >> 2016-12-21 13:06 GMT+01:00 Green Mind <greenmin...@gmail.com>: >> >> - What version of SUMO are you using? (I

Re: [sumo-user] Improve SUMO-GUI performance

2016-12-21 Thread Green Mind
etailed geometry (i.e. 1 > geometry point per centimeter). This should not happen with a plain OSM > import though. > > > > 2016-12-20 14:29 GMT+01:00 Green Mind <greenmin...@gmail.com>: > >> Hi Jakob, >> >> I've tried a smaller map with only ~3500 edges,

Re: [sumo-user] Improve SUMO-GUI performance

2016-12-20 Thread Green Mind
Hi Jakob, I've tried a smaller map with only ~3500 edges, and it is still almost unusable when zooming out to see the whole network. When I open the map I don't see anything - just blank screen. Only after I zoom in a certain amount, I start seeing roads. The slow GUI seems to also affect the

[sumo-user] Improve SUMO-GUI performance

2016-11-27 Thread Green Mind
Hello everyone, I've imported a map of San Francisco from OSM into SUMO (not even the whole city, only as south as 17th St). My simulation runs just fine on the map with command line, however when I try to observe using the GUI, the performance is really slow - scrolling through the GUI (move

Re: [sumo-user] Stop on the spot

2016-11-21 Thread Green Mind
route first. > > - Tom > > > On Nov 21, 2016, at 10:06 AM, Green Mind <greenmin...@gmail.com> wrote: > > > > Doesn't seem right, could be the cause for the bug? > > > >>>> traci.vehicle.getRoute('13') > > ['L16', 'L162', 'L11', 'L1', 'D1'

Re: [sumo-user] Stop on the spot

2016-11-21 Thread Green Mind
new >route, an error is generated. >2. changing the route works only if the vehicle is not within an >intersection. > > " > > -> caused a horrible night hunting the bug years ago. > > Best > Marek Heinrich > simoserv GmbH >

Re: [sumo-user] Stop on the spot

2016-11-21 Thread Green Mind
at 3:46 PM, Lockhart, Thomas G (398I) < thomas.g.lockh...@jpl.nasa.gov> wrote: > > > On Nov 21, 2016, at 5:39 AM, Green Mind <greenmin...@gmail.com> wrote: > > > > Thanks, but that doesn’t work unfortunately - still getting the same > error. > > Just curious:

Re: [sumo-user] Stop on the spot

2016-11-21 Thread Green Mind
ote: > What does : > > traci.vehicle.getRoute('13') > > return before and after setting the route? > > don't forget the speed down the vehicle - else wise it might > pass the stop point in the next sim step. > > Best > Marek Heinrich > simoserv GmbH > > Am 2

Re: [sumo-user] Stop on the spot

2016-11-21 Thread Green Mind
vehicle.getLaneIndex('13') > traci.vehicle.setRoute('13',['L14']) > traci.vehicle.setStop('13','L14', laneIndex=lane_index) > > Best Marek Heinrich > simoserv GmbH > > Am 21.11.2016 um 13:02 schrieb Green Mind: > >> I'm trying to make a vehicle stop where it is. I do this by

[sumo-user] TraCI - missing person API

2016-11-20 Thread Green Mind
Hello all, Seems like TraCI does not have APIs to manipulate persons on the simulation - for example change state (walk / stop / bus), reroute the person to a different location on the map, etc. Is that just a missing feature, or implemented that way by design? Is there another way to control