GripMap: An Efficient, Spatially Resolved Constraint Framework for Offline and Online Trajectory Planning in Autonomous Racing
Frederik Werner, Ann-Kathrin Schwehn, Markus Lienkamp, Johannes Betz
TL;DR
GripMap tackles the problem of location-dependent tire-road grip in autonomous racing by introducing a Frenet-frame, spatially resolved constraint framework. It stores a local grip-scaling factor θ_{ij} in a dense M×N grid and enables efficient O(1) lookups via perfect hashing, allowing both offline raceline optimization and high-frequency online planning to account for locally varying grip. The approach yields a 5.2% lap-time improvement on Yas Marina, maintains dynamic feasibility, and reduces risk in multi-vehicle interactions while incurring only about 0.77% additional runtime. By bridging offline and online planning with interpretable, location-specific data, GripMap lays the groundwork for real-time adaptation and broader applications beyond autonomous racing.
Abstract
Conventional trajectory planning approaches for autonomous vehicles often assume a fixed vehicle model that remains constant regardless of the vehicle's location. This overlooks the critical fact that the tires and the surface are the two force-transmitting partners in vehicle dynamics; while the tires stay with the vehicle, surface conditions vary with location. Recognizing these challenges, this paper presents a novel framework for spatially resolving dynamic constraints in both offline and online planning algorithms applied to autonomous racing. We introduce the GripMap concept, which provides a spatial resolution of vehicle dynamic constraints in the Frenet frame, allowing adaptation to locally varying grip conditions. This enables compensation for location-specific effects, more efficient vehicle behavior, and increased safety, unattainable with spatially invariant vehicle models. The focus is on low storage demand and quick access through perfect hashing. This framework proved advantageous in real-world applications in the presented form. Experiments inspired by autonomous racing demonstrate its effectiveness. In future work, this framework can serve as a foundational layer for developing future interpretable learning algorithms that adjust to varying grip conditions in real-time.
