Re: [sumo-user] Cloning SUMOlibraries from Github fails

2020-06-17 Thread Michael Behrisch
Hi, we never heard of this behavior before, please double check that you do not have a virus and also that your disk is not full. Instead of cloning you could download the current state https://github.com/DLR-TS/SUMOLibraries/archive/master.zip Best regards, Michael Am 16.06.20 um 17:06 schrieb

Re: [sumo-user] emissions output - normalised value

2020-06-17 Thread Michael Behrisch
Hi Natalia, you can read the length of an edge directly from the network or interactively from the sumo-gui or netedit. Can you share your scenario? Your interpretation of the units is correct. Best regards, Michael Am 11.06.20 um 09:25 schrieb Natalia Liora: > Hi Michael, > > I notice that

Re: [sumo-user] Defining depot in a SUMO network

2020-06-17 Thread Tripplanner Mumbai
Hello, If I set attribute parking=true, then is it going to be recorded in stop-output? What if I implement a parking area for the depot, is it going to be included in stop-output? regards, Dillip Rout On Wed, 17 Jun 2020 at 12:04, Jakob Erdmann wrote: > you can define any stop to be out of

[sumo-user] Gap Calculation

2020-06-17 Thread Bae, Jong In
Hello, I am trying to understand how to calculate the gap between two vehicles. Would it be (follower's speed) * (follower tau) + (follower minGap)? Thanks, ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit

Re: [sumo-user] Displaying flows

2020-06-17 Thread Jakob Erdmann
I think what's happening here is that you defined an edge with length-geometry-mismatch (the geometry is shorter than the length). Train carriages are always scaled along with the mismatch-factor which makes them look short in this case. See https://sumo.dlr.de/docs/Simulation/Distances.html I

Re: [sumo-user] Displaying flows

2020-06-17 Thread Issa, Joshua
Sure. In standard: [cid:image001.png@01D64496.60FFFA60] In real world: [cid:image002.png@01D64496.60FFFA60] Thanks From: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] On Behalf Of Jakob Erdmann Sent: June 17, 2020 10:53 AM To: Sumo project User discussions Subject: Re:

Re: [sumo-user] Lane change duration

2020-06-17 Thread Jakob Erdmann
maxSpeedLat is in m/s. Am Mi., 17. Juni 2020 um 13:15 Uhr schrieb Solmaz Razmi Rad - CITG < s.razmi...@tudelft.nl>: > Yes, it works. I set a higher maxSpeedLat for a vehicle class and > witnessed a more aggressive lane change. > > As a follow-up question, how does maxSpeedLat work exactly? By

[sumo-user] Displaying flows

2020-06-17 Thread Issa, Joshua
Hello all, When running the simulation, the flows display as singular points when the display is set to "real world". I was wondering if I could get the vehicles to display as the full vehicle. Thank you ___ sumo-user mailing list

Re: [sumo-user] Lane change duration

2020-06-17 Thread Solmaz Razmi Rad - CITG
Yes, it works. I set a higher maxSpeedLat for a vehicle class and witnessed a more aggressive lane change. As a follow-up question, how does maxSpeedLat work exactly? By default, it is set to 1. Does this mean the lateral speed is equal to longitudinal speed? From: sumo-user-boun...@eclipse.org

Re: [sumo-user] Lane change duration

2020-06-17 Thread Jakob Erdmann
The steering angle is not modeled explicitly but is derived from the lateral speed, the maneuver distance and completion-percentage of the maneuver . If you set a higher value for maxSpeedLat you will see more aggressive changes. Am Mi., 17. Juni 2020 um 12:07 Uhr schrieb Solmaz Razmi Rad - CITG

Re: [sumo-user] Lane change duration

2020-06-17 Thread Solmaz Razmi Rad - CITG
Hi Jakob, Thanks fort he reply. Changing the maxSpeedLat will change the speed of the vehicle during lane change but not the steering angle. What if I want a more aggressive lane change with a larger steering angle? Regards, Solmaz From: sumo-user-boun...@eclipse.org On Behalf Of Jakob

Re: [sumo-user] Lane change duration

2020-06-17 Thread Jakob Erdmann
You can override the global lanechange duration by setting a custom value for vType attribute maxSpeedLat. Am Mi., 17. Juni 2020 um 10:39 Uhr schrieb Solmaz Razmi Rad - CITG < s.razmi...@tudelft.nl>: > Hi, > > > > I have set the lane change duration to 2 seconds in the configuration file: > > >

Re: [sumo-user] repeating public transit routes

2020-06-17 Thread Jakob Erdmann
Re-routing should not be needed for public transport simulation. The line attribute is used when matching passengers with rides. Note, that only the initial line value is currently used for public transport routing. The tripId attribute is only there for informational purposes. It can be used to

[sumo-user] Lane change duration

2020-06-17 Thread Solmaz Razmi Rad - CITG
Hi, I have set the lane change duration to 2 seconds in the configuration file: But I would like to set different durations for different vehicle classes. For example 2 seconds for passengers and 4 seconds for trucks. Is it possible to have different durations of

Re: [sumo-user] repeating public transit routes

2020-06-17 Thread Tripplanner Mumbai
Hello, I think there must be a simpler way of re-routing using the attribute *line* of tag. As per definition, we can set a new line attribute on the vehicles at this particular stop, it will be triggered automatically. Also, I observe that there is a *tripId* attribute for tag. Can it be used

Re: [sumo-user] [sumo-announce] SUMO user conference 2020: postponed to 26.-28.october

2020-06-17 Thread Michael Behrisch
Hello again, I am sorry, the correct link is of course https://www.eclipse.org/sumo/conference/ Best regards, Michael and the conference team (sumo-confere...@dlr.de) Am 2020-06-17 09:53, schrieb Michael Behrisch: Dear friends and users, we decided to make this year's conference a pure online

Re: [sumo-user] SUMO user conference 2020: postponed to 26.-28.october

2020-06-17 Thread Mirko Barthauer
This link works: https://www.eclipse.org/sumo/conference/ Am 17.06.2020 um 09:53 schrieb Michael Behrisch: Dear friends and users, we decided to make this year's conference a pure online event. We will update the program details in due time. Please keep an eye on our (new) website:

Re: [sumo-user] Defining depot in a SUMO network

2020-06-17 Thread Jakob Erdmann
you can define any stop to be out of the way of the main road by setting the attribute parking=true. Parking areas are only needed if you want to model parking capacity constraints or parking search. Am Mi., 17. Juni 2020 um 08:03 Uhr schrieb Tripplanner Mumbai < tripplanner...@gmail.com>: >

Re: [sumo-user] Increase simulation speed

2020-06-17 Thread Jakob Erdmann
- check whether your simulation jams excessively or deadlocks. That really slows it down - use libsumo instead of traci - use parallel routing if there is routing/rerouting in your simulation due to trips or rerouting device - avoid unnecessary outputs - consider meso for large-scale simulations

Re: [sumo-user] traci slowDown method

2020-06-17 Thread Jakob Erdmann
Intermediate acceleration should not happen in the time frame specified in the slowDown command (unless the given speed is above the current vehicle speed). I would recommend that you log whether unintended intermediate calls to setSpeed are happening as these would explain the observed behavior.

[sumo-user] Defining depot in a SUMO network

2020-06-17 Thread Tripplanner Mumbai
Hello, I need to define a bus depot so that the buses can rest at the depot and not create congestion on the road if those are parked on the bus stops. Nonetheless, I could not find a tag/field indicating depot. Is the depot defined through a parking area? If yes then how to define the capacity