将二维车辆模型与三维道路几何耦合,提升自动驾驶仿真精度。
Beyond the Plane: Coupling Planar Vehicle Dynamics with Three-Dimensional Road Geometry
- 将平面车辆状态映射到三维空间,结合道路几何计算受力。
- 实测显示轮胎法向力最高增加66%,显著提升模拟真实性。
- 无需替换原有模型,适合快速集成到现有仿真系统中。
仿真在自动驾驶系统开发与测试中至关重要,尤其是定位与控制算法的验证依赖于精确的车辆动力学模拟。然而,多数车辆动力学模型为二维,而真实道路具有三维几何特征。例如,在拉斯维加斯赛车场,三维道路结构使轮胎法向力比静止时额定载荷高出超过66%。因此,即使是最精细的二维模型也难以准确复现真实车辆行为。尽管已有三维车辆动力学解决方案,但因计算成本高、复杂度大而极少被采用。为此,本文提出一种新方法:将二维车辆模型与真实三维道路几何耦合。通过将车辆状态从二维平面映射至三维空间,并计算道路几何引起的力与力矩,再施加于原二维模型。我们在高速实测数据上验证了该方法,使用全尺寸赛车在弯道倾斜的拉斯维加斯赛车场采集数据。此外,在合成赛道上,该方法在极端工况下仍保持高精度。结果表明,无需放弃简单二维模型,即可弥合平面仿真与真实三维道路之间的差距。为便于应用,我们已将实现代码开源至github.com/TUMFTM/3d-road-geometry-coupling。
原文摘要 · Abstract (English)
Simulation is crucial for developing and testing autonomous driving systems. In particular, the development of localization and control algorithms relies on an accurate vehicle dynamics simulation. However, most vehicle dynamics models are two-dimensional while real-world roads are three-dimensional. For example, effects from the three-dimensional road geometry on the Las Vegas Motor Speedway can increase the normal forces on the tires by more than 66% compared to the nominal load at standstill. As a result, even highly detailed planar vehicle dynamics models struggle to accurately reproduce the real vehicle's behavior. While solutions for three-dimensional vehicle dynamics exist, they are rarely adopted, computationally expensive, and complex. To address this issue, we present a novel method to couple planar vehicle dynamics models with real-world three-dimensional road geometry. We transform the planar vehicle state from the vehicle model's two-dimensional plane to its corresponding representation in three-dimensional space. Additionally, we calculate road-geometry-induced forces and moments and apply them to the planar vehicle model. We validate our approach using high-speed data recorded with a full-scale race car on the banked Las Vegas Motor Speedway. Furthermore, on synthetic tracks, we show that our method yields accurate results even in edge cases. Together, our results demonstrate that the gap between planar simulation and real-world three-dimensional roads can be closed without abandoning simpler planar models. To simplify adoption of our method, we provide the implementation as open-source software on github.com/TUMFTM/3d-road-geometry-coupling.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。