[sumo-user] Merging and vehicle behavior

2023-05-09 Thread Albert Jeans
here a way to adjust this parameter? By the way, this is a real road. You can see it on Google Maps at (N 37.410905090334374, -122.07430147214615). Thank you for any suggestions you might have! Albert Jeans ___ sumo-user mailing list sumo-user@eclipse.org

Re: [sumo-user] turnFile2EdgeRelations.py

2022-09-30 Thread Albert Jeans
Thank you very much Jakob for your extremely quick response! Albert Jeans On Fri, Sep 30, 2022 at 3:27 PM Jakob Erdmann wrote: > Thank for reporting this problem. The invalid end tag has been fixed and > comments are now preserved (if using python 3.8 or higher). > > Am Fr., 30. S

[sumo-user] turnFile2EdgeRelations.py

2022-09-30 Thread Albert Jeans
uld have been nice if the Python script could have left comment lines in the turn definitions file unchanged in the edgeRelations file instead of ignoring them. RIght now, I'm converting the old turn definitions file each time I want to run JTRROUTER so that I can keep using the old format. Albert Jea

Re: [sumo-user] Xbox Game Bar not capturing video correctly

2021-12-06 Thread Albert Jeans
top the recording). > > Am Mo., 6. Dez. 2021 um 20:20 Uhr schrieb Albert Jeans >: > >> Hi Jakob, >> >> The current version of Game Bar hasn't changed since 2018, but maybe it >> uses something in Windows 10 which has changed? A workaround is to use Hand >>

Re: [sumo-user] Xbox Game Bar not capturing video correctly

2021-12-06 Thread Albert Jeans
ou could verify this by testing an older version of SUMO to check if that > makes a difference. > See https://sourceforge.net/projects/sumo/files/sumo/ > > Am Sa., 4. Dez. 2021 um 05:43 Uhr schrieb Albert Jeans >: > >> When I use the Game Bar to capture video of a SUMO simula

Re: [sumo-user] Xbox Game Bar not capturing video correctly

2021-12-06 Thread Albert Jeans
ou could verify this by testing an older version of SUMO to check if that > makes a difference. > See https://sourceforge.net/projects/sumo/files/sumo/ > > Am Sa., 4. Dez. 2021 um 05:43 Uhr schrieb Albert Jeans >: > >> When I use the Game Bar to capture video of a SUMO simulation,

[sumo-user] Capturing SUMO video using Gamebar

2021-12-06 Thread Albert Jeans
Has anyone else had trouble capturing video of SUMO simulations using the Xbox Gamebar which comes with Windows 10? The resulting video shows the SUMO window at only 2/3 of its actual size and the rest of the space is filled black. Albert Jeans ___ sumo

[sumo-user] Xbox Game Bar not capturing video correctly

2021-12-03 Thread Albert Jeans
When I use the Game Bar to capture video of a SUMO simulation, the video frame is the correct size, but the SUMO screen is only 2/3 of actual size and the rest is black. The last time I used SUMO a couple of years ago, this did not happen. The Game Bar correctly captures other windows, like my

Re: [sumo-user] How to remove yielding behavior at intersection?

2020-02-11 Thread Albert Jeans
Hi Kathy, Greetings from Mountain View! I haven't used roundabouts, but if you make a roundabout using edges, you could make each junction a zipper junction so that the vehicles would alternate while merging. Otherwise, the vehicles are likely to become deadlocked if none has priority over

Re: [sumo-user] NETEDIT: custom connection shape - confirm/end editing?

2020-01-14 Thread Albert Jeans
I ran across this problem too recently. The Enter key had no effect. I think I ended up restarting NetEdit to work around it. Albert On Tue, Jan 14, 2020 at 1:09 PM Jakob Erdmann wrote: > Saving the shape should happen when you hit the 'Enter' key. Also, hitting > Enter should end the

[sumo-user] bus/rail stops

2019-12-14 Thread Albert Jeans
Hi SUMO Users, I successfully implemented my first rail stop, but JTRROUTER warned that the beginning and ending edges of the route were not connected to the edge with the stop on it, even though they are connected, as evidenced by the fact that the simulation runs properly with trains stopping

Re: [sumo-user] (no subject)

2019-12-10 Thread Albert Jeans
routes which can then be used by SUMO-GUI. Albert Jeans (new user) On Tue, Dec 10, 2019 at 10:28 PM Freeha Ibrar wrote: > How cab I build a realistic road traffic scenario using real video type > traffic data and SUMO? > ___ > sumo-user

Re: [sumo-user] Problems with OSM

2019-12-09 Thread Albert Jeans
ur answer. > > Below the code which I used for the query. > > Which parameters have I to change in order to selet a smaller area, > > Best regards, > > Antonino > > > > > > > > > > > > > > > >

Re: [sumo-user] Problems with OSM

2019-12-09 Thread Albert Jeans
Did you try selecting a smaller area to see if that works? I think the network for all of Berlin must be quite large so you are running out of RAM. Albert On Mon, Dec 9, 2019 at 10:28 AM Antonino wrote: > Dear Community, > > Iam trying tto download the osm map of Berlin city as explained in >

Re: [sumo-user] Netedit: How do I add a lane on the side?

2019-12-04 Thread Albert Jeans
In Inspection mode, select an edge, and set the spreadType to "right". It sounds like it was set on "center." I didn't know you could add lanes by just changing the numlanes parameter; thanks! Albert Jeans On Wed, Dec 4, 2019 at 7:26 AM WTler wrote: > < > http://su

Re: [sumo-user] Using Restricted Bus Lanes

2019-11-24 Thread Albert Jeans
I'll take a look. > > Am So., 24. Nov. 2019 um 19:00 Uhr schrieb Albert Jeans >: > >> Do I need anything more than this? >> > speedDev="0.1" color="1,.5,0" tau="1.2" IcStrategic="8.0" /> >> >> > fro

Re: [sumo-user] Using Restricted Bus Lanes

2019-11-24 Thread Albert Jeans
gt; > Am So., 24. Nov. 2019 um 04:14 Uhr schrieb Albert Jeans >: > >> How can I get buses to use the restricted bus lane which I defined in >> NETEDIT? I tried disallowing buses on all the other lanes, but it seems to >> have no effect. I'm using JTRROUTER and turn de

[sumo-user] Using Restricted Bus Lanes

2019-11-23 Thread Albert Jeans
How can I get buses to use the restricted bus lane which I defined in NETEDIT? I tried disallowing buses on all the other lanes, but it seems to have no effect. I'm using JTRROUTER and turn definitions to generate the routes. Thanks for any suggestions. Albert Jeans

Re: [sumo-user] Turning cars block the intersections

2019-11-21 Thread Albert Jeans
was to force all vehicles towards the center lanes using zipper junctions, which then makes it easier for vehicles to leave the center lanes for the proper turn lanes. Albert Jeans On Thu, Nov 21, 2019 at 5:56 AM Hao Zhou wrote: > I had similar question before. Later I used traci to reroute vehic

Re: [sumo-user] Bi-directional turn lanes

2019-10-25 Thread Albert Jeans
e those lanes overlap (simply ignoring interaction > with vehicles that use the middle-lane in the other direction). > > regards, > Jakob > > Am Do., 24. Okt. 2019 um 19:27 Uhr schrieb Albert Jeans >: > >> Hi Sumo Users, >> >> Here in the U.S. we often have

[sumo-user] Bi-directional turn lanes

2019-10-24 Thread Albert Jeans
Hi Sumo Users, Here in the U.S. we often have a bi-directional turn lane down the middle of a street which anyone can use to make a left turn into a driveway across the street. SUMO has bi-directional rail lines, but is there anything for roads? Thanks, Albert Jeans

Re: [sumo-user] changing lanes while turning and merging at the last minute

2019-10-03 Thread Albert Jeans
gt; > Am Do., 3. Okt. 2019 um 23:34 Uhr schrieb Albert Jeans >: > >> Hi Jakob, >> >> Thanks as always for your prompt reply. I'm still a new user of SUMO so >> I'm afraid I don't understand the construction shown in >> https://sumo.dlr.de/docs/Simulation/M

Re: [sumo-user] changing lanes while turning and merging at the last minute

2019-10-03 Thread Albert Jeans
you, Albert Jeans On Thu, Oct 3, 2019 at 11:22 AM Jakob Erdmann wrote: > 1) This sounds as if those vehicles prefer a particular lane for strategic > reasons (to avoid mandatory lane-change later during their route) > 2) vehicles in sumo also try to get into the correct lane as soon as &

[sumo-user] changing lanes while turning and merging at the last minute

2019-10-03 Thread Albert Jeans
into the queue. SUMO often does the latter, and when that's difficult, that vehicle blocks traffic behind it, or even ends up in the wrong lane and gets stuck. Can either of these two lane changing behaviors be modified by changing some parameters? Thanks, Albert Jeans