我正在使用inet和venles_inet来进行叶片模拟,因此我需要在模拟中使用RSU,因此我在网络中添加了RSU静脉模块,并为应用程序创建了一个继承自VeinsInetApplicationBase
的模块,但是当我运行时模拟我有以下错误:
Submodule appl: No module type named 'rsuApp' found that implements module interface org.car2x.veins.base.modules.IBaseApplLayer (not in the loaded NED files?) -- in module (omnetpp::cModule) Network.rsu[0] (id=6), during network setup
我尝试了从DemoBaseApplLayer
继承的应用程序模块,但是它也不起作用
答案 0 :(得分:1)
您可以将RSU视为不动的汽车:在仿真中手动实例化Car并将其移动性设置为StationaryMobility。