简体   繁体   English

如何理解 carla 模拟器中的模拟时间和时间步长

[英]How to understand simulation time and time step in carla simulator

i am new to carla and have one question regarding the statement (below mentioned) in carla docu: how to understand the simulation time and time step mentioned in the statement?我是 carla 的新手,对 carla docu 中的语句(如下所述)有一个问题:如何理解语句中提到的模拟时间和时间步长? Is this same as rendering frame?这和渲染帧一样吗?

"There is a difference between real time, and simulation time. The simulated world has its own clock and time, conducted by the server. Computing two simulation steps takes some real time. However, there is also the time span that went by between those two simulation moments, the time-step." “实时和模拟时间之间存在差异。模拟世界有自己的时钟和时间,由服务器执行。计算两个模拟步骤需要一些实时时间。但是,它们之间也存在时间跨度两个模拟时刻,时间步长。”

Thank you for your help!谢谢您的帮助!

So you might set a simulation time of 5 seconds to model something - like how far the ripples progress in water when a stone hits the surface.因此,您可以将 model 的模拟时间设置为 5 秒——例如当石头撞击表面时,水波纹在水中的进展程度。

But the computer/processor may take 5 minutes to complete all the calculations to provide that solution.但是计算机/处理器可能需要 5 分钟才能完成所有计算以提供该解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM