Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] activation of E1 detector by type with vTypeDistribution
  • From: Michael Behrisch <oss@xxxxxxxxxxx>
  • Date: Fri, 13 Jul 2018 08:02:00 +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://dev.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Openpgp: preference=signencrypt
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Hi,
you are right, this is a bug, which is now being tracked at
https://github.com/eclipse/sumo/issues/4329. For a workaround you can
add all members of the distribution to the vTypes explicitly.

Best regards,
Michael

Am 12.07.2018 um 14:28 schrieb m.barthauer@xxxxxxxxxxx:
> See https://github.com/eclipse/sumo/issues/2863
> 
>  
> 
> I would like to see this implemented, too. But from looking at the sorce
> code, I didn't find any easy and clean solution for this. Maybe Jakob
> could suggest how this should be done.
> 
>  
> 
> Regards
> 
> Mirko
> 
>  
> 
>  
> 
>  
> 
> -----Original-Nachricht-----
> 
> Betreff: [sumo-user] activation of E1 detector by type with
> vTypeDistribution
> 
> Datum: 2018-07-12T13:53:28+0200
> 
> Von: "Menno van der Woude" <menno@xxxxxxxxxxxxxxxxxx>
> 
> An: "sumo-user@xxxxxxxxxxx" <sumo-user@xxxxxxxxxxx>
> 
>  
> 
>  
> 
>  
> 
> Hello,
> 
> while using E1 detectors I noticed the following:
> 
>   * in NETEDIT I set the 'vTypes' field to a specific value, for example 5
>   * I generate traffic with vehicle type 5 (using od2trips)
>   * now, when I use something like this:
>     <vType carFollowModel="Krauss" vClass="bus" id="5" length="15.5"
>     sigma="0.751" tau="0.825" />
>     all works well: the E1 detector is activated when a vehicle with
>     this type is on it
>   * however, when I use instead something like this:
>     <vTypeDistribution id="5">
>         <vType carFollowModel="Krauss" vClass="bus" id="vehDistBus0"
>     length="14.801" sigma="0.751" tau="0.825"/>
>         ... etc ...
>     </vTypeDistribution>
>     the detector is not activated when a vehicle of type 5 is on it
> 
> Is this know behaviour?
> My goal is to allow for selective detection, so I can detect busses
> and/or emergency vehicles seperately from other motorized vehicles.
> Actually having a single kind of verhicle for the type is ok for me, but
> the described behaviour seems like it could be a bug?
> 
> Thanks, greets,
> 
> Menno van der Woude
> 
> 
> 
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
> 


Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top