Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to make car following less safe?
  • From: Michael Behrisch <oss@xxxxxxxxxxx>
  • Date: Thu, 15 Oct 2020 22:20:43 +0200
  • Autocrypt: addr=oss@xxxxxxxxxxx; prefer-encrypt=mutual; keydata= xsDiBFLSvucRBACGsasS4GeIWs1CFNTOYmp3ScQ2ZTJLJWQxhPliwtHTzLsErYu9Y7e8qDov iHFviYyaNuceUNoACm1e4MT4eu0DmM2Wk3y/jjD6hfm7L0EZNPxQhj+CJf2oZAm2ezCe7/si xZ2d7TCO8yWavOGbF0EVi/ZDIJqVgupu6WBpv/NCewCg65HQiS1wm+1w1MdFYxKCmXzbv08D /iWXX3tzabbCrLlUum8hBgBpJEHRtlic2uaGsKm8Fize4tfLZkTBbTYLYXfcx2Oq9+lINPTW h9jnbCjAjErRWLTjNTQjel0JnDryCnqabub/R3wScR/EHRDBeS9L6YRj0xdVd2qIaArtSYRR auKPNc4M2qZNEFSM37cXC7avhpdeA/99oJf4qyVly4RxHmekAmj9UJjRx17x9xX8t9uzUuSt AeTh+kQ3o5jK7veU6/F/+pPyi96EOzym9BJA8pgXC8hLWNjOajI10filkdQ26QsfHOpUdPSZ 4Duyw9Ayj8loagEnnAONmU/xE0QlyVBANIut0W+SNqPScYXfnBbVOaG3Hc0mTWljaGFlbCBC ZWhyaXNjaCA8bWljaGFlbEBiZWhyaXNjaC5kZT7CZgQTEQIAJgIbIwcLCQgHAwIBBhUIAgkK CwQWAgMBAh4BAheABQJS0sKXAhkBAAoJEDwQ/pbRcKYp+SEAoMJSvUzfk3u6EA1nMlMVSk85 nHhoAJ0VE5xLi2ni8j9wdx+uga7XGLtjhs7ATQRS0r7nEAQAkQLdzlu3i/Ddziadm2c/60ZX bcY3FYhHHfsKUHC/QING+lu3uHG0nPaElPTAHTr8UdFMbmpXkRs9+1v1RAvHBWW95BbUXZeu oBsoCm+4Jdktu+PeVxGKhOwQRdR30A4y/bIeRn7iMzkZKoQh0lE3ZEbs0T8TUHBGBUqwEhIv Y0MAAwUD/RXrkwtUiR61/bT96eMaxGtO15AqvlM8DYQ3Xs6EH09QlGzr/i0+usi01wGoh13p YGjzEDtTqO+lNs9AtS7nZAHA3cCWzLmdEXw6EY7IH4X7zOpKoj+JtLNjUd2Nzvhyl48LT217 g8GmCACL6Wo/G+fZ+30Mny+gWbDtEGXNIv7fwkkEGBECAAkFAlLSvucCGwwACgkQPBD+ltFw pimNZQCgnN5oibnjl7r2SVle6hgUMcckfN4AoMYRjy/Tqz9tq8TSUqNcOTjlMR7D
  • 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>
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

Hi Jan,
the behavior you see is an artifact of conservative estimates in the
sumo code, see the comments here:
https://github.com/eclipse/sumo/blob/master/src/microsim/cfmodels/MSCFModel.cpp#L855
On the other hand there is https://github.com/eclipse/sumo/issues/4134
which seems to point in the opposite direction.

You could try the DriverState https://sumo.dlr.de/docs/Driver_State.html
to modify driver perception. This sdoes not apply to the accelerations
so it should not be affected by this estimation.

Best regards,
Michael

Am 15.10.20 um 02:15 schrieb grimm:
> Hi there, a question on the car-following parameter apparentDecel: I've
> been trying to change apparentDecel to values lower and higher than
> decel in order to adjust car following towards more risky and safer
> driving, respectively. While setting apparentDecel higher than decel
> (e.g. 1.1 times decel for each vehicle type), I indeed see a decrease in
> small time gaps, indicating safer driving. On the other hand, with lower
> apparentDecel (ranging down to 0.7 times decel), there is no difference
> (see chart below). Other parameters remain unchanged, mostly at their
> default values (except for speed distribution and lengths). I'm using
> the default car following and lange changing models with SUMO 1.6.0. My
> simulation scenario is a motorway section.
> 
> The following image shows the impact of the apparentDecel/decel ratio
> (called sensitivity factor) on the mean individual braking time risk
> (IBTR) in a motorway section, which increases with more frequent too-low
> time gaps.
> It appears that the car following model prevents this kind of unsafe
> driving, using decel of the preceeding vehicle instead of apparentDecel,
> although the documentation on
> https://sumo.dlr.de/docs/Simulation/Safety.html states otherwise. Is
> that possible?
> 
> My goal is not necessarily to cause accidents, but to decrease time gaps
> to a slightly unsafe level. Thus, I wouldn't disable the safety checks
> in car following. The only other way to provoke more risky car following
> would be to decrease tau slightly below action step length. However,
> this quickly leads to large numbers of emergency braking maneuvers.
> 
> Is there any other way to get higher numbers of risky time gaps I
> haven't thought of yet? (Hints on literature sources also appreciated)
> 
> Thank you very much!
> Kind regards
> Jan
> ------------------------------------------------------------------------
> Sent from the Sumo User Mailing List mailing list archive
> <http://sumo-user-mailing-list.90755.n8.nabble.com/> at Nabble.com.
> 
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
> 


Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top