Why Dongfeng Is Turning the Chassis from Limbs into a Cerebellum
An Autonomous Vehicle Must Know Its Own Limits
2026-09-15 / 11월호 지면기사  / 한상민 기자_han@autoelectronics.co.kr



However precisely a self-driving system reads the road and plans its route, that decision cannot be carried out safely unless the car knows its own grip, braking capacity, and steering capability. Dongfeng argues that intelligent driving and the chassis need to exchange information about each other's state and limits, coordinating propulsion, braking, steering, and suspension as a single motion. What used to be a set of limbs taking orders is becoming a cerebellum, judging what the car can physically do.

By Sang Min Han _ han@autoelectronics.co.kr
한글로보기





A speed bump appears ahead. A conventional chassis waits until the wheel hits it, lets the body jolt, then adjusts the dampers. Dongfeng's intelligent chassis reads the road surface with a camera first, and changes the ride height and damper state before the wheels reach the bump.
Wet roads work the same way. The system doesn't wait for the tires to slip before adjusting tractive and braking force. It estimates the surface type and friction coefficient ahead, combines that with vehicle load, grade, speed, and tire condition, and pre-distributes force across the front and rear axles. If the wheels behave differently than expected, it revises its estimate on the fly.
But smoothing out a speed bump or cutting down on slip in the rain is only part of what an intelligent chassis can do. The bigger shift is that the car has begun to understand not just what's in front of it, but its own grip, braking power, steering response, and fault state.
Wang Dengfeng, E/E Architecture Manager at Dongfeng Motor's R&D Institute, called this the move "from limbs to cerebellum."
"If the chassis in a conventional car was a limb that took orders, the intelligent chassis of the future has to become a cerebellum — one that understands the vehicle's own state and coordinates multiple actuators on its own."
Even if the driving system plans a route, that route can turn into a plan the car cannot execute unless it knows the grip its tires can find on the current surface, the braking force the car can produce, and how the steering and suspension will respond. For Dongfeng, physical AI means understanding what the car can actually do and translating digital judgment into precise physical action.



Closing the Gap Between Planning and Motion

In a conventional car, propulsion, braking, steering, and suspension were each developed and controlled on their own. The autonomous system would hand down a target trajectory or deceleration, and each device would carry out its assigned command. Information mostly flowed one way, from the driving system down to the chassis.
But there's a gap between the trajectory a system plans and the motion a car can actually deliver. The hard braking and evasive steering possible on dry pavement can't be carried out the same way on snow or in the rain. Tire wear, vehicle load, speed, and grade all change how much a car can accelerate, brake, or turn.
Closing that gap means the driving system and the chassis have to talk to each other. The driving system uses cameras, radar, and map data to tell the chassis what the road ahead and the traffic look like. The chassis reports back the tire's grip, the vehicle's motion state, and how much force each actuator can deliver, along with any faults. The driving system folds that information back into planning a route the car can actually run.
"The chassis needs 'eyes' to read the road and the environment in advance. And the intelligent driving system needs to know the vehicle's own 'physical condition' — how hard it can accelerate, brake, and turn on the current surface — because that's what lets it plan a route the car can actually execute."
If intelligent driving is the eyes that watch the road and the cerebrum that decides where to go, the chassis is the cerebellum that calculates what the car's body can handle. The relationship between the two shifts from a one-way link of command and execution into a two-way collaboration that keeps adjusting plans against physical reality.
Dongfeng frames this integration in three stages. In stage 1.0, built for Level 1 and Level 2, intelligent driving makes the call and the chassis coordinates motion across the X, Y, and Z axes — execution folded inside judgment. Stage 2.0, aimed at Level 3 and Level 4, has the driving system understand the chassis's motion limits while the chassis picks up on driving intent ahead of time and prepares to act — judgment and execution moving into each other's territory. Stage 3.0, aimed at Level 5, is where perception, judgment, and execution stop being separate at all — what Dongfeng calls unity of knowledge and action. An embodied, mobile intelligence that understands not just its surroundings but its own state and capacity, and adapts as conditions change, is the long-term goal Dongfeng has set.




Dongfeng's intelligent chassis concept: the chassis reads the road with its "eyes," while the driving system learns the vehicle's own "physical condition," closing the loop between perception, decision, and execution.



From Reacting to Preparing

Where this shift shows up most directly is in timing. Most safety systems today detect a slipping tire or an unstable body after the fact, then step in. An intelligent chassis prepares the vehicle before it ever reaches the risky surface.
Predictive anti-slip control reads low-friction surfaces — wet roads, snow, ice — in advance. It combines that surface reading with vehicle load, grade, and speed to estimate the friction coefficient, then pre-distributes tractive and braking force across the front and rear axles. If it judges the low-friction condition will persist, it switches into anti-slip mode and keeps correcting its surface estimate against how the wheels actually respond.
Predictive terrain recognition distinguishes irregular ground — speed bumps, gravel, unpaved roads, potholes, bridge joints. Dongfeng uses a Detection Transformer to spot surface anomalies and a Vision Transformer to classify surface type, then combines that with vehicle-dynamics estimation to check what the camera saw against the impact and motion the car actually experienced.
Visual data alone can't be trusted. A surface can look wet and still be dry; a shadow or a patch of old pavement can read as a pothole that isn't there. So the system compares what the camera predicted against what the wheels experienced and revises its next judgment accordingly. Dongfeng's proposed approach forms a closed loop that fuses prediction with observation and verifies perception against the vehicle's physical response.
That feeds into predictive magic-carpet suspension. Before the car reaches a bump or a rough patch, it adjusts the dampers, ride height, and suspension state to cut the impact and keep the body stable. It doesn't stop at reading the road — it turns what it saw into an action that changes ride comfort and stability.
"It's a shift from controlling after something has already gone wrong, to anticipating risk and preparing for it."




Dongfeng's planned platform pairs OIB, the central computing brain, with zonal control units, or ZCUs. The OIB runs on Huawei's first 5-in-1 vehicle SoC, integrating an MCU, MPU, LSW, PHY, and I/O.



Four Actuators, One Motion

A car's motion on the road doesn't break cleanly into propulsion, braking, steering, and suspension. Acceleration and deceleration happen on the X axis, side-to-side movement on the Y axis, and vertical body motion on the Z axis — all at once, all affecting each other. Dongfeng is pushing integrated X-Y-Z control that coordinates all of this from a central point.
The starting point is turning physical actuators into services. Under a service-oriented architecture, brake-by-wire, steer-by-wire, rear-wheel steering, and suspension are abstracted into independent services that software can call.
Higher-level applications don't need to know how each device works internally. They request a steering angle, a deceleration rate, a ride height, and the relevant chassis device handles the execution. Separating the interface from the hardware's internal implementation means the same motion-control functions can be reused even when the vehicle or the components change. It also becomes possible to allocate propulsion, braking, steering, and suspension based on the vehicle's overall motion rather than controlling each device in isolation.
To do this, Dongfeng is building a platform that pairs a central computing brain, called OIB, with zonal control units, or ZCUs. According to Dongfeng, the OIB runs on the first 5-in-1 vehicle SoC developed by Huawei — a single chip integrating an MCU, MPU, LSW, PHY, and I/O. It's a concrete example of what Dongfeng calls its Tianyuan development principle: "in-house development plus co-creation." The OIB takes in raw data from the body, powertrain, brake-by-wire, steering, and suspension systems to handle integrated X-Y-Z control and cross-domain functions. Control strategies that need heavy computation, along with brand-specific motion characteristics, are also implemented on the OIB.
The ZCUs, by contrast, handle the local execution and redundant control of safety-critical functions like steering and braking. High-level judgment moves to the center, while immediate safety execution stays close to the actuators. It's a division of labor meant to use the central computer's processing power while keeping communication load and the computing demands on individual controllers low — and to keep essential safety functions running even if something goes wrong centrally.
Dongfeng describes this as a combination of brain, heart, and limbs. The OIB and the Tianyuan driving system are the brain and eyes; the Mach Power system is the heart; the by-wire chassis is the limbs. But the chassis doesn't stop at being a precisely moving limb — it also takes on the cerebellum's job of judging the vehicle's state and coordinating the other systems.

 

Wang Dengfeng, E/E Architecture Manager at Dongfeng Motor's R&D Institute,
presents "From Limbs to Cerebellum" at the 18th China (Guangzhou) Auto Parts Technology Conference on August 20, 2026.



When Steering Fails, Braking Takes Over

Safety in an intelligent chassis doesn't end with installing a backup for the same part. What Dongfeng calls cross-domain fault redundancy is a system where different actuators cover for each other's functions.
If the steering system loses functionality, the system can vary brake or drive force between the left and right wheels to help steer the car. Propulsion, braking, and steering each perform their own functions under normal conditions, but if one develops a fault, the system combines whatever actuators remain to bring the car to a safe state. It's an extension of redundancy from the level of individual parts to the level of the vehicle's motion as a whole.
This capability matters more at Level 3. At Level 2, the driver holds override authority — turning the wheel or hitting the brake overrides the system. But at Level 3, where the system takes on the job of driving, it's no longer simple to decide whose input, the person's or the ADS's, should take priority. The system may need to limit a driver's mistaken intervention, and if the system itself runs into trouble, the driver needs time to assess the situation and take back control.
In what Dongfeng calls emergency takeover assist, the chassis doesn't just warn the driver. During the seconds before the driver can react, it assists with braking and steering and keeps the body stable, buying the time needed for a safe handover of control. Still, deciding when to limit the driver's input and when to defer to it isn't something chassis control alone can settle. How accurately the system reads the driver's state and its own faults, whether limiting intervention creates new risk, and how liability gets divided in an accident all need to be worked out separately. The presentation showed how the chassis could support that transfer of control, but its actual scope will depend on the Level 3 operating conditions and functional-safety requirements.



Turning Judgment Into Reality

China’s GB 21670-2025 standard on passenger-car braking systems, along with GB 44495-2024 on vehicle cybersecurity, GB 44496-2024 on software updates, and GB 44497-2024 on automated-driving data recording, took effect on January 1, 2026. GB 17675-2025, which sets basic requirements for automotive steering systems, followed on July 1. Dongfeng expects these standards to accelerate the production deployment of intelligent chassis technologies.
It projects the chassis's share of a vehicle's total value rising from 10 to 15 percent in the mechanical-chassis era, to 15 to 20 percent for the electrified chassis around 2018, to 20 to 25 percent for the intelligent chassis around 2024, and up to 25 to 30 percent by the AI Car stage in 2030.
But the value of an intelligent chassis lies in more than additional electronics or higher component value. It's in judging whether the car can actually carry out the trajectory autonomous driving has planned, and using propulsion, braking, steering, and suspension to complete that motion safely. How far Dongfeng's OIB computing platform, by-wire chassis, cross-domain redundancy, and two-way integration with intelligent driving have actually made it into production cars is something that still needs to be checked separately. How much predictive control improves safety and ride comfort over existing methods, and under what conditions and speeds fault response using different actuators actually works, both need test data to confirm. Level 5 and full unity of knowledge and action aren't a description of a current product — they're the long-term direction Dongfeng has set for itself.
Even so, Wang Dengfeng's presentation made a clear case for why the chassis matters again in autonomous-driving development. The competition in self-driving has focused on how well a car sees the road and picks a path through complex situations. But however refined perception and route planning get, a car can't drive safely unless its tires, brakes, steering, and suspension can physically carry out that judgment.
Go back to the speed bump. A car that sees the bump first and prepares its suspension is a small example of what an intelligent chassis does. Inside it is a larger shift: the car understanding not just the world outside, but its own grip, braking capacity, steering capability, and fault state.
The cerebellum's job isn't to simply carry out the cerebrum's orders. It's to keep checking the state of the body and coordinate the limbs so a planned motion actually gets completed in the real world.
What Dongfeng calls physical AI doesn't end with how well a car can think. It begins with how precisely and safely it can carry out that thinking with its own body.

AEM(오토모티브일렉트로닉스매거진)



<저작권자 © AEM. 무단전재 및 재배포 금지>


  • 100자평 쓰기
  • 로그인



TOP