0

我正在使用inet和venes_inet来实现vanet模拟我在我的模拟中需要一个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但它也不起作用

4

1 回答 1

2

您可以将 RSU 视为不会移动的汽车:在模拟中手动实例化汽车并将其移动性设置为 StationaryMobility。

于 2019-11-12T18:45:55.393 回答