Tencent / TAD_Sim

腾讯自动驾驶仿真系统 TAD Sim (Tencent Autonomous Driving Simulation) 单机版是腾讯自动驾驶以建立更加安全和高效的自动驾驶测试工具为目标, 为自动驾驶系统研发和验证而量身定做的跨平台分布式系统.
Other
306 stars 86 forks source link

windows环境下 安装Tadsim单机版时后,尝试播放,发现grading模块未连接 #43

Open z1ym opened 3 months ago

z1ym commented 3 months ago

image 检查路径下是否存在这个文件 image 确实没有txSimGrading.dll

尝试全局搜索这个文件 image 未找到 请问大家有遇到这个问题吗 若有大佬有这个dll文件,希望发送到我邮箱3146909541@qq.com,感谢~

dongfeng2134 commented 3 months ago

This means that the compilation of the Grading module has failed. You can run the compilation command under the simcore/grading folder and analyze the log to find out the cause of the problem.

z1ym commented 3 months ago

感谢,通过在 simcore/grading 文件夹下运行build.bat ,新的build文件夹已经有了对应dll文件