Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] E2 detector: nVehSeen is negative?

FYI: It was a bug and it has been fixed: https://github.com/DLR-TS/sumo/issues/3791

2018-01-19 8:35 GMT+01:00 Michael Behrisch <oss@xxxxxxxxxxx>:
Hi Jan,
this is definitely a bug. You are right about the lane change but in an interval of 1s you cannot have 11 lane changes if the detector is short. Can you send the scenario?

Best regards,
Michael


Am 2018-01-19 01:09, schrieb sumo@xxxxx:
Hello,

I have a puzzling problem: When simulating a network equipped with E2
detectors, at least one of those detectors gives me negative
"nVehSeen" values:
[...]
<interval maxVehicleNumber="0" meanVehicleNumber="0.00"
startedHalts="0.00" intervalHaltingDurationSum="0.00"
maxIntervalHaltingDuration="0.00" meanIntervalHaltingDuration="0.00"
haltingDurationSum="0.00" maxHaltingDuration="0.00"
meanHaltingDuration="0.00" jamLengthInMetersSum="0.00"
jamLengthInVehiclesSum="0" maxJamLengthInMeters="0.00"
maxJamLengthInVehicles="0" meanMaxJamLengthInMeters="0.00"
meanMaxJamLengthInVehicles="0.00" maxOccupancy="0.00"
meanOccupancy="0.00" meanTimeLoss="-0.00" meanSpeed="-1.00" nVehSeen="-
11" nVehLeft="1" nVehEntered="0" sampledSeconds="0.00" id="701057"
end="100.00" begin="99.00"/>[...]

and in fact the cumulative nVehEntered value is lower than the nVehLeft
count for the whole simulation (low traffic, only 159 vs. 173 vehicles).
My first explanation was that some vehicles are only partially hitting
the detector due to lane change, but the detector is relatively short so
this phenomenon is rather unlikely.
Is this a bug or an E2 feature?

Jan

_______________________________________________
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
_______________________________________________
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


Back to the top