Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Understanding SpeedDev.
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Thu, 20 Aug 2020 03:15:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gatech.edu; dmarc=pass action=none header.from=gatech.edu; dkim=pass header.d=gatech.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=R8R0QX4q312tI1f+vwwws2L2txo6KkSgvwLvBb7HJak=; b=T7fArqspA9rz1zKyVVFNm+JC0DdnIy68V2iIJKPVIym6kXXjLhiHxZytJVj0Yd5k11kUXtvkuoRVbaT4Cy2eVEUSmXd+rloPxhQ85/6LGZm8yiYVeaEcHKnI4ZD4sbeq+X4fFTxj+Na4cYJnPbo0Y1fxQdhFydRg2Sp7qQmJJkdJIuzls+nK68Qpo/1IwwZqCAAI7wRjdIyHhoaaFPnolFJhcgI/WzDvXoJH31Q/cWyGRjYkT059py2yzAmojwWWJmnbG5Mo/6srkOJeun442waT89H/8sI3GllP7zIjsTLwvK2gUKNhiLaB3tQiODOeTDytagc1eNCGkf5Ytu7YJA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=b/E++0mflT89EUqk4VA1SMTkK/8/MpIbSlLjq0fxBFNO4khP2BJq8rA37z26QqPoExB8CJASXIDyaEhWQ+WaoGcctNhdn4wor2mbt7Hj3etnndNjPwXD0RY4m+pnkj5PHG3EK2hbCCkhqy5wFD27jfhQDmhDPzgouhGTo0yGTlelmuMv0f+m69T1cSCFZ/sUxSwNabHhvqxZUVXQgpxk0sdLWbybWxdd/DLvylMoFiVieGleqx3VyhyBQeJBVNzQVJJnaDKrGQ2gE6AwfpVsiQebXWtgGue2YPz3MClXY+PHae6Gjv4bQC5y67AeGNCqz0Y5aldMSmrFixl0MYwXng==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWcnIDegGS4dhdrU2PypcAtNTxMak71u8AgASCen0=
  • Thread-topic: [sumo-user] Understanding SpeedDev.

Thank you for your explanation.

  1. So the speed determined through this distribution, is that the maxSpeed of the vehicle? For example, if the distribution assigns 29m/s to a vehicle, would that be the maxSpeed of the vehicle?
  2. If the maxSpeed is the hard limit on the speed, does that mean it can override the lane (or edge) max speed? 
Thank you,

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Monday, August 17, 2020 2:16 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Understanding SpeedDev.
 
the distribution of speeds will have their mean at 30m/s and will be (almost) normally distributed with a standard deviation of 0.1 * 30 = 3m/s.
This means ~68% drive between 27ms/ and 33ms but 95% will be found between 24m/s and 36m/s.
It's "almost" normal because sumo caps the normal distribution at configurable thresholds. By default 100% will drive between [0.2 * 30m/s and 2 * 30m/s] but you can also configure these thresholds.
Also, the maxSpeed of the vType is a hard limit.

Am Fr., 14. Aug. 2020 um 21:44 Uhr schrieb Bae, Jong In <jbae42@xxxxxxxxxx>:
Hello,

I'm having a trouble with understanding the explanation on how speedFactor and speed deviation work.
If I'm using the default values of speed factor (1) and speed dev (0.1), how do they affect the vehicle speed on the lane with maximum speed of 30m/s?

Does this mean that the vehicle will drive in the range between 27m/s to 33m/s (or 30m/s since the max speed is capped at 30m/s)?
And would that be because the lane-assigned speed (30m/s) is multiplied by the speed factor of 1 with deviation of 0.1? 

Thank you,
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top