如何在 ONE 模拟器的设置文件中设置 POI 信息

how to set POI info in settings file for the ONE simulator

我想包含有关 2 个 POIS 的信息(在设置文件中),我希望 ONE 模拟器在模拟运行时考虑这些信息。

我知道首先要设置以下路径:

PointsOfInterest.poiFile1 = data/POI.wkt

然后我应该包括索引和概率,但不确定具体如何:(0, 0.3, 1, 0.7) ?

我找不到任何使用 POIS 的案例的完整示例,有人可以举例说明吗?我还遗漏了什么吗?

谢谢。

好的,我找到了有效的答案:

定义 POI 数据文件

PointsOfInterest.poiFile1 = data/ParkPOIs.wkt
PointsOfInterest.poiFile2 = data/CentralPOIs.wkt
PointsOfInterest.poiFile3 = data/WestPOIs.wkt
PointsOfInterest.poiFile4 = data/shops.wkt

定义不同组从不同 POI 文件中选择 POI 的概率

Group1.pois = 1,0.3, 2,0.1, 3,0.1, 4, 0.1
Group2.pois = 2,0.3, 3,0.1
Group3.pois = 3,0.3, 2,0.1, 1,0.1, 4, 0.1
Group4.pois = 4,0.3, 2,0.1, 3,0.1, 1, 0.1