ADAS TUTORIAL12 min + reviewLearn at your own pace

ACC basics: from radar to following control

Understand how a car uses distance and relative speed to adapt to traffic ahead.

By the end, you can:
  • Explain what ACC measures
  • Describe how automotive radar detects motion
  • Distinguish time headway from TTC
  • Describe how speed matching works
01

Start with the driver’s request

Adaptive Cruise Control adds following assistance to ordinary cruise control. The driver chooses a set speed and a following-gap setting. The set speed is a request, not a promise: a slower vehicle ahead can make ACC reduce speed. ACC manages forward motion; steering assistance is a separate function.

Example

You select 90 km/h. Traffic ahead travels at 72 km/h, so maintaining 90 km/h would keep shrinking the gap.

Remember: ACC balances the selected speed with the need to follow traffic.

Optional technical detail: how the radar sees motion
02

How the radar sees motion

Most modern automotive radars use a frequency-modulated continuous wave (FMCW). The sensor sends a sequence of short frequency sweeps, often called chirps, and listens for reflections from vehicles and other objects. The delay between transmission and reception helps estimate range. The frequency shift across chirps helps estimate relative velocity, while several receiving antennas help estimate angle. Signal processing groups these measurements into tracked objects before ACC uses them.

Example

A lead vehicle returns a reflection with a measurable delay and motion-related frequency change. The radar reports a target with range and relative speed; the camera can then help classify it and confirm its lane position.

Remember: Radar measures motion and distance from reflected radio waves; it does not see a finished image of the road.

03

Combine radar with the camera

Radar is strong at measuring range and relative speed, including in darkness or some poor-visibility conditions. A camera contributes visual classification, lane context and semantic detail. Sensor fusion compares both sources over time and manages uncertainty. The exact radar hardware, field of view and software behavior differ between vehicle programs.

Example

Radar reports a fast-closing target 45 metres ahead while the camera identifies a vehicle in our lane. Agreement between the sensors gives the controller stronger evidence than either source alone.

Remember: Radar and camera complement each other; one sensor should not be treated as perfect ground truth.

04

Separate time headway from TTC

Time headway divides the gap by our own speed. Time-to-collision (TTC) divides the gap by positive closing speed, assuming the same path and unchanged speeds. If we are not closing in, this simple model has no finite TTC. A large TTC alone does not prove that a following gap is appropriate.

Example

At 90 km/h (25 m/s), a 50 m gap gives a 2 s headway. With a 5 m/s closing speed, TTC is 10 s. These numbers describe different things.

Remember: Headway describes spacing; TTC describes a possible catch-up time under fixed assumptions.

05

Reduce speed, then maintain the gap

Reducing acceleration or braking lowers our speed. As the closing speed approaches zero, the gap stops shrinking. If more space is needed, our car must briefly travel slower than the lead vehicle to let the gap grow. The animation uses a scripted braking example; real controllers also account for uncertainty, actuator limits and changing traffic.

Example

At 72 km/h (20 m/s), a 40 m gap corresponds to a 2 s headway. Two cars at 72 km/h keep that gap constant, even though both continue moving.

Remember: Matching speeds preserves the existing gap; it does not automatically enlarge it.

Engineering notes: architecture, limitations and efficiency
Beyond the demonstration

What the system can and cannot do

A typical ACC chain is sensor measurement, object detection and tracking, target selection, longitudinal control, then actuation through the powertrain and brakes. Production systems add diagnostics, driver-state rules, redundancy assumptions and a defined operating envelope.

Known limitations

  • A cut-in vehicle, a motorcycle or a stopped object can be difficult to classify and track consistently.
  • Curves, hills and occlusion can make the selected target ambiguous.
  • ACC usually controls speed and following distance, not the complete driving task; steering, lane changes and attention remain separate responsibilities.

When problems can occur

  • Radar or camera blockage, misalignment after a repair, severe weather or poor lane context can reduce availability.
  • A lead vehicle changing lanes can cause the system to select a different target or briefly accelerate toward the set speed.
  • A controller tuned for comfort may respond more slowly than a driver expects when the gap closes quickly.
Fuel and energy perspective

ACC has no fixed fuel-saving percentage. Smooth acceleration and avoiding unnecessary speed variation can reduce energy use, especially on open roads. Following a slower vehicle can also save energy, while repeated acceleration to the set speed, a short following gap, hills, heavy traffic and aggressive driver overrides can remove that benefit or increase consumption. Treat any saving as vehicle- and route-dependent, not a guaranteed result.

Useful next investigations
  • Estimate fuel impact from speed and acceleration traces
  • Compare constant-time-headway and constant-distance control
  • Design target selection and cut-in handling tests
Optional technical detail: radar
Engineering detail

Radar suppliers used in automotive systems

Vehicle programs may use radar hardware from different suppliers. The final choice depends on the automaker, platform, model year, trim level, market and integration contract.

From signal to tracked object

  1. Transmit FMCW chirps
  2. Measure echo delay for range
  3. Compare frequency changes for relative speed
  4. Estimate angle with antenna arrays
  5. Track objects and share them with the vehicle controller

Example suppliers

  • BoschFront, corner and long-range radar platforms for driver-assistance systems.
  • ContinentalShort-, medium- and long-range radar sensors for perception and safety functions.
  • DENSOAutomotive radar and sensing systems integrated into vehicle platforms.
  • ZFRadar-based environment sensing for safety and automated-driving applications.
  • AptivRadar and perception components used in advanced vehicle electronics architectures.
  • Hyundai MobisRadar modules and ADAS sensing solutions for vehicle programs.

Important: A supplier list is not a claim that every vehicle from a brand uses the same radar. Confirm a specific vehicle through its service documentation, parts data or verified manufacturer information.

WATCH IT HAPPEN

Connect the lesson to the animation.

Pause at “Slow down”: compare headway with TTC. Then select “Maintain gap” and observe why TTC changes to “Not closing” while headway remains a number.

Revisit the ACC demo
Knowledge check

Apply what you learned.

Answer all three questions correctly to complete this basic lesson. You can review the explanations and retry as often as you like.

1. At 90 km/h (25 m/s), what is the time headway across a 50 m gap?
2. Both cars travel at 72 km/h. What happens to the gap?
3. Which measurements help ACC understand traffic ahead?

Answer each question to check your understanding.

NEXT LAYER

Continue into engineering.

Build on these basics with implementation, experiments and validation. More detailed engineering material is being developed.

Preview future technical topics
  • Filter noisy distance measurements with a Kalman filter
  • Track a lead vehicle through time
  • Design and test longitudinal control logic
Explore the engineering roadmap