首页 > TAG信息列表 > Veins
Sumo+Veins+OMNeT仿真调试记录
操作系统:Windows 10 Sumo 下载:Sumo官网:https://www.eclipse.org/sumo/ 安装:解压后需要配置路径变量 https://sumo.dlr.de/docs/Basics/Basic_Computer_Skills.html#running_programs_from_the_command_line 用户文档:https://sumo.dlr.de/docs/ 网络构建:三个组件 .net.xmlVeins OMNeT++ SUMO 学习记录(二) 常见错误分析
1、仿真运行时报错 <!> Could not connect to TraCl server; error message: 0: No error -- in module (Veins::TraClScenarioManagerLaunchd) RSUExampleScenario.manager (id=6), at t=0s, event #1 分析:SUMO中的交通控制接口 (TraCI) 用于实时模拟并控制所有仿真对象的veins中实现rsu与车辆通信
受博客 https://blog.csdn.net/PERSEUS_/article/details/105647598 的启发,学习之后,自己试着实现一个小例子:rsu广播自己的id等信息,车辆收到后将rsu的id记录下来。 一、创建msg消息 1 在路径veins/modules/application/traci/创建BeaconRSU.msg cplusplus{{ #import "veins/ba