AV Stopping Distance Calculator

Calculate total AV stopping distance — system latency travel plus braking distance — and the minimum forward detection range your sensor stack must achieve for safe emergency stops.

UDHY Tools / AV Stopping Distance Calculator

⚙️ Input Parameters

Full pipeline: sensor→actuator
AV: 4–8 | Emergency: 8–10
Dry: 0.7 | Wet: 0.45 | Ice: 0.1

📊 Results

🛑

Enter speed, latency, and road conditions to compute minimum stopping distance and required detection range.

Total Stopping Distance
m
Distance during latency window
Braking distance
Friction limit (max safe decel)
Deceleration status
Required sensor detection range

Why Stopping Distance Defines Your Sensor Range Requirement

What This Calculates

Total stopping distance is the sum of two phases: travel at full speed during system latency (sensor capture → inference → planning → CAN bus → actuator), and the physical braking distance limited by tyre-road friction. The result sets your minimum required forward sensor detection range — your LiDAR or camera must reliably detect and classify obstacles at least this far ahead.

When to Use It

  • Setting minimum LiDAR/camera detection range for your ODD
  • Evaluating whether latency improvements expand safe operating speed
  • Checking deceleration doesn’t exceed tyre friction limits
  • Adverse weather analysis (wet/ice dramatically increases stopping distance)
  • Regulatory safety case documentation

Formula

v_ms = speed_kmh / 3.6 d_latency = v_ms × (lat_ms/1000) d_brake = v_ms² / (2 × decel) d_total = d_latency + d_brakefriction_limit = μ × 9.81 m/s² Decel must not exceed friction_limit Detection range = d_total × 1.1
Built by Dr. Dilip Kumar Limbu · Co-Founder, MooVita · Former Principal Scientist, A*STAR · UDHY Engineering Tools

FAQs on AV Stopping Distance Calculator

Scroll to Top