如何将基本相扑场景与 omnet++ 网络相结合?
How to combine a basic sumo scenario with omnet++ network?
我在 VirtualBox 上使用虚拟机 instant-veins-4-7-1-i1.ova。
我创建了一个有 2 辆车的相扑场景(my_nodes.nod.xml
、my_edge.edg.xml
、my_type.type.xml
、my_net.net.xml
、my_net.rou.xml
、my_config_file.sumocfg
).
从终端启动 sumo-gui 命令并选择 my_config_file.sumocfg
文件,我可以 运行 场景模拟。
我在 Omnet++ 站点上遵循了 Tictoc 教程,如果我在 Omnet++ IDE 上 运行 它,它会工作正常。
在 Omnet++ IDE 中,我能够 运行 正确地使用 Veins Erlangen 示例。
现在,我想结合我的相扑场景和Tictoc网络来实现类似于Veins Erlangen示例的模拟。
我应该遵循哪些步骤?
谢谢。
一个直接的答案是修改 the Veins 4.7.1 tutorial simulation's network by adding a Tic
node and a Toc
node. I am guessing, though, that this is not what you had in mind. You probably want to change the Veins tutorial simulation to use your my_config_file.sumocfg
instead of its own erlangen.sumo.cfg
file.
configured as the road traffic simulation in omnetpp.ini is called erlangen.launchd.xml
的文件。通过更改此文件(或将模拟配置为使用另一个文件),您可以更改在 运行 Veins 示例时模拟的 SUMO 场景。
我在 VirtualBox 上使用虚拟机 instant-veins-4-7-1-i1.ova。
我创建了一个有 2 辆车的相扑场景(my_nodes.nod.xml
、my_edge.edg.xml
、my_type.type.xml
、my_net.net.xml
、my_net.rou.xml
、my_config_file.sumocfg
).
从终端启动 sumo-gui 命令并选择 my_config_file.sumocfg
文件,我可以 运行 场景模拟。
我在 Omnet++ 站点上遵循了 Tictoc 教程,如果我在 Omnet++ IDE 上 运行 它,它会工作正常。
在 Omnet++ IDE 中,我能够 运行 正确地使用 Veins Erlangen 示例。
现在,我想结合我的相扑场景和Tictoc网络来实现类似于Veins Erlangen示例的模拟。 我应该遵循哪些步骤?
谢谢。
一个直接的答案是修改 the Veins 4.7.1 tutorial simulation's network by adding a Tic
node and a Toc
node. I am guessing, though, that this is not what you had in mind. You probably want to change the Veins tutorial simulation to use your my_config_file.sumocfg
instead of its own erlangen.sumo.cfg
file.
configured as the road traffic simulation in omnetpp.ini is called erlangen.launchd.xml
的文件。通过更改此文件(或将模拟配置为使用另一个文件),您可以更改在 运行 Veins 示例时模拟的 SUMO 场景。