我已经设置了一个 Linux 服务器来在其上运行静脉/omnet++ 模拟。我这样做的主要原因是减少模拟时间。该服务器正在运行 Ubuntu Server 14.04.3、OMNET++ 4.6、SUMO 0.22.0 和 VEINS 4a2。安装 OMNET 和 SUMO 后,我切换到 VEINS 根目录并./configure
运行make MODE=release -j 32
. veins-4a2
这生成了一个我尝试运行的可执行文件:
./veins-4a2 -u Cmdenv -f examples/veins/omnetpp.ini //since omnetpp.ini is under examples folder
但我收到以下错误:
Loading NED files from /home/simulator/veins-4a2/examples/veins: 1
<!> Error: NED type `RSUExampleScenario' could not be fully resolved, due to a missing base type or interface.
在运行上一个命令之前,我在机器上做了另一个 ssh 来运行命令./sumo-launchd.py -vv -c sumo
。
我的问题是错误指的是什么?我在安装/配置过程中是否错过了任何步骤?我make
是否正确地执行了静脉步骤?