【发布时间】:2017-07-19 09:01:04
【问题描述】:
Veins 在 Omnet IDE 中运行良好,但在尝试从终端运行时出现以下错误:
<!> Error in module (omnetpp::cModule) RSUExampleScenario (id=1) during
network setup: Class "Veins::ObstacleControl" not found -- perhaps its code
was not linked in, or the class wasn't registered with Register_Class(), or in
the case of modules and channels, with Define_Module()/Define_Channel().
我正在使用以下命令
$ cd veins/example/veins_example
$ ../../../../omnet/omnetpp-5.0/bin/opp_run.exe -r 0 -u Cmdenv -n .;../../src/veins --image-path=../../images -l ../../src/veins --debug-on-errors=true omnetpp.ini
我还需要补充什么吗?
【问题讨论】: