0

当我尝试使用 SL2015 作为车道变更模型运行任何场景(例如循环或高速公路)时,我收到以下错误:错误:值 '0' 必须大于或等于 minExclusive facet value '0' In file 'X/flow/ flow/core/kernel/scenario/debug/cfg/highway_example_20190725-1726581564100818.2933977.add.xml' 在第 4/430 行/列。

我已经使用“lateral_resolution”启用了子通道。如果我使用车道跳跃的 LC2013,那么一切正常。只有平滑的换道配置会导致错误。下面是生成的 add.xml 文件。

<?xml version='1.0' encoding='UTF-8'?>
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
  <vType accel="2.6" carFollowModel="IDM" decel="4.5" id="human" impatience="0.5" laneChangeModel="SL2015" lcAccelLat="1.0" lcAssertive="1" lcCooperative="1.0" lcImpatience="0" lcKeepRight="1.0" lcLookaheadLeft="2.0" lcPushy="0" lcPushyGap="0.6" lcSpeedGain="1.0" lcSpeedGainRight="1.0" lcStrategic="1.0" lcSublane="1.0" lcTimeToImpatience="inf" maxSpeed="30" minGap="2.5" sigma="0.5" speedDev="0.1" speedFactor="1.0" tau="1.0"/>
</additional>

4

1 回答 1

0

对不起这个困难!我们尚未探索使用此模型,但会将其列入我们在下一个版本中支持的内容列表中。

于 2019-07-29T22:16:59.623 回答