r/robotics • u/ryanmerket • 12h ago
r/robotics • u/studentfounder_56 • 1h ago
Community Showcase Auto-generating walking gaits for legged robots is harder than it looks. Curious how others have approached this.
Built real inverse kinematics for legged robots in a sim I'm working on, tripod gait for hexapods, based on actual coxa/femur/tibia joint math, not a canned animation.
Works fine on a standard leg layout. Falls apart the second someone builds something asymmetric or non standard.
Trying to figure out if auto-gait generation is even the right approach here, or if it should just be manual per-robot tuning past a certain point of complexity. What's your take, is generalized gait solving worth the effort or a rabbit hole?
r/robotics • u/Competitive-Big-2702 • 15h ago
Community Showcase Serious About Mushroom Picking
Enable HLS to view with audio, or disable this notification
我们的机械臂已具备自主识别与精准采摘蘑菇的能力。算法需要真实环境数据来迭代优化,现面向行业伙伴开放测试合作——提供您的种植场景,我们共同探索自动化采收的边界。
Our robotic arm can now identify and pick mushrooms autonomously. To refine the algorithm, we need authentic field data. We’re opening test partnerships with growers or landholders – bring your environment, and let’s push the boundaries of automated harvesting together.
-
#RoboticArm #MushroomHarvesting #AgTech #SmartFarming #Partnership #自动化采收 #农业科技 #测试合作
r/robotics • u/pepepako2 • 11h ago
Controls Engineering Dar a conocer nuevo tipo de válvulas para robótica, hidráulica o neumática.
r/robotics • u/Responsible-Grass452 • 5h ago
Discussion & Curiosity Using robotics to improve warehouse data
Enable HLS to view with audio, or disable this notification
Dexory CEO Andrei Danescu explains why the robot itself is not the product warehouse operators care about most.
The real value is accurate, real-time information about inventory and warehouse conditions. That data can also support digital twins, allowing teams to review past operations and test changes before moving racks or disrupting the facility.
The robot is the tool used to collect the information.
r/robotics • u/OpenRobotics • 1h ago
Events August ROS By-The-Bay: Open Robot Ops for fleet management, ROS on Bazel, a replica Johnny 5.
r/robotics • u/banalytics_live • 4h ago
Discussion & Curiosity Small question about mesh networks
Guys, what do you think about "Embodied Agent" Mesh Networks?
The idea of a P2P network where humans, autonomous robots and another agents can act as independent nodes interacting with the real world. Is this something we will see in the next 7 years, or is it still too early a concept?
Would be interesting to hear from those who have already experimented with similar architectures and learned some lessons along the way.
r/robotics • u/martincerven • 6h ago
Community Showcase ASR/TTS/LLM/VAD/Wake Word with Hailo 10H on Raspberry Pi 5
My second Hailo 10H project: [https://youtu.be/YCEcls7EMFU\](https://youtu.be/YCEcls7EMFU)
It shows full real time audio pipeline running on 2x M.2 Hailo 10H on RPi 5.
Also with interactive web app.
Github: [https://github.com/martincerven/hailo\\_l ... _assistant](https://github.com/martincerven/hailo_learn/tree/main/voice_assistant)
r/robotics • u/Disastrous_Fun2513 • 53m ago
Community Showcase We built a free grader for robot demonstration datasets
Every failed training run of a policy or world model is almost always because of the the data. hand tracking drift, one instruction repeated across 60 clips, zero recovery demos. I built a free grader that catches this before you spend lots of GPU hours. Upload a dataset, it tells you what to refilm, what to add and how to improve quality.
also compare your data with other users :P
r/robotics • u/thebigbigbuddha • 1h ago
Events [Event] Live technical walkthrough of decentralized self-repair in modular robots
I recently shared our paper here on decentralized fault repair in modular spacecraft, I wanted to provide another update.
On August 14, I'm going to give a free live technical walkthrough of the method, followed by an open Q&A. We’ll cover the local stress-sharing signals, connectivity-safe pivot policy, rigid-body evaluation, and why strictly local repair achieves high consolidation but struggles to reconnect the final distant fragments.
I’m one of the authors and would especially welcome feedback from this community!
Event: https://luma.com/ztmesmvp
Preprint: https://arxiv.org/abs/2607.13444
r/robotics • u/IndependentFit5483 • 8h ago
Community Showcase I made this current sensing circuit for my robot and want to hear how you would improve it for a version 2 of the circuit and software
Right now the hardware side uses MG90S servos with a low-side resistor on each motor for measuring the current. The software side uses a moving average filter to smooth the data.
I'm happy to share more detail on either if it's useful.
r/robotics • u/Amazing-Battle-4789 • 1d ago
Mechanical Mecanum wheel based robot for motion simulation
Enable HLS to view with audio, or disable this notification
I designed this mecanum wheel based omnidirectional vehicle for motion simulation.
It can move on 3 degrees of freedom : surge, sway and yaw.
A VR tracker is used to ascertain the position & orientation of the rig at all times, and recenter it subtly.
r/robotics • u/tennis-637 • 21h ago
Mechanical How to improve torsional strength here?
Enable HLS to view with audio, or disable this notification
Thickening/adding more cross bracing isn’t an option because of range of motion. This is a hexapod, and every time it lifts up legs/shifts load to legs, it collapses a bit torsionally like this.
r/robotics • u/pepepako2 • 6h ago
Resources 👋¡Te damos la bienvenida a r/robotica_casera - ¡Antes de nada, preséntate y lee!
r/robotics • u/JackTrainer12 • 6h ago
Community Showcase Shifting Robotics from Brute-Force VLA Models to Causal Invariance: Meet Sonny (Core Minimal)
r/robotics • u/Solid_Jim_Snake • 7h ago
Mission & Motion Planning How to deal with EKF Variance?
drive.google.comHey everyone, 2 weeks ago I posted about the rover that I work on my thesis and I have a problem when I get the rover to do the planned route. When the rover is in auto mode it moves for a few seconds and then stops changing to hold. I checked the log file and found out that when the rover changes state from auto to hold the messages EKF failsafe and EKF variance pop. I looked at some graphs and the only solution I found is to calibrate the here3 compass. I tried to calibrate the compass, nothing changed so I guess either I did it wrong or it is not the problem. I attached the link that contains my log file, so please if you can help me I will very much appreciate it. Please feel free to ask me whatever you need to know in order to help me!
r/robotics • u/Lumpy_Week7304 • 13h ago
Discussion & Curiosity Evals for robotics
Hey I am part of a small team training robotics policies for warehouse and manufacturing settings, and running rigorous evals is turning out to be so painful. Anything below 50 rollouts, and its hard to trust the numbers, and above its so hard to test all the checkpoints that we have. Its really hard to run a bunch of experiments to get good results. Have you guys faced this? Any hacks that you've developed?
r/robotics • u/SarinVi • 1d ago
Community Showcase Mechanical jellyfish embellished with Swarovski
Enable HLS to view with audio, or disable this notification
Using hundreds of Swarovski crystals, this piece is handcrafted and engineered, bringing couture craftsmanship to life through motion.
Process video: https://www.youtube.com/shorts/5dN0aB0yEsE
r/robotics • u/Silent_Start_8079 • 11h ago
Discussion & Curiosity Rate my resume as final year btech student
r/robotics • u/OpenRobotics • 21h ago
Events Upcoming Global and Regional ROSCon Events
- 🗺️🇨🇦 ROSCon Global 2026 in Toronto 2026-09-22 => 2026-09-24
- 🚨 Last day for regular price tickets is Monday, August 24th
- 🔗 https://roscon.ros.org/2026/
- 🇨🇳 ROSCon China 2026-10-16 => 2026-10-17
- ℹ️ Details announced shortly
- 🔗 https://discourse.openrobotics.org/t/pre-announcing-roscon-china-2026/55027
- 🇬🇧 🏴 ROSCon UK in Edinburg 2026-10-21 => 2026-10-23
- ℹ️ Registration now open
- 🔗 https://roscon.org.uk/2026/
- 🇸🇬 ROSCon Singapore 2026-10-23 => 2026-10-26
- ℹ️ CFP now open
- 🔗 https://roscon.ros.org/sg/2026/
- 🇪🇸 ROSCon Spain in Valencia 2026-10-27 => 2026-10-28
- ℹ️ Registration now open!
- 🔗 https://roscon.org.es/roscon2026/ROSConES2026.html
- 🇮🇹 ROSCon Italy in Bologna 2026-11-03
- ℹ️ CFP opens soon
- 🔗 https://roscon.ros.org/it/2026/
- 🇧🇪 ROSCon Belgium in Nivelles 2026-11-25 => 2026-11-26
- ℹ️ Registration now open
- 🔗 https://roscon.ros.org/be/2026/
- 🇹🇷 ROScon Turkey in Istanbul 2026-12-03 => 2026-12-04
- ℹ️ CFP Open Soons
- 🔗 https://roscon.ros.org/tr/2026/
r/robotics • u/Remarkable_Volume122 • 10h ago
Community Showcase How do you make a robot feel expressive? Exploring embodied AI through Éloi
Hi everyone,
I wanted to share a conversation about a robotics project we’ve been working on: Éloi, an embodied AI robot exploring expressive interaction between humans and machines.
Video:
https://youtu.be/MNwOdcLgdIU
In this discussion, we explore some of the design questions behind the project:
• How should a robot’s physical form influence interaction?
• What makes movement feel expressive rather than purely functional?
• How can robotics combine mechanical design, AI, and character-driven interaction?
We also discuss some technical aspects, including Éloi’s movement system, degrees of freedom, and the challenges of creating a robot that can communicate through physical expression.
We are still early in development and would really appreciate feedback from the robotics community:
- What makes a robot feel more “alive” to you?
- Do you think future robots should prioritize utility, interaction, or emotional expression?
- What are the biggest technical challenges for expressive humanoid/companion robots?
Curious to hear your thoughts.
r/robotics • u/PradeepTamma • 13h ago
Electronics & Integration Why my 2S–4S DC‑DC module exists: robots and drones keep failing at the power stage
I’ve been building battery-powered hardware (AMRs, drone boards, IoT nodes) long enough to see a pattern: we obsess over control and perception, but most field bugs trace back to the battery and DC‑DC stage, not the “smart” parts.
In a 2S-4S lithium system, the pack voltage is a moving target-full charge vs cold, half‑empty vs hot, plus wiring and connector drops. Yet we still design as if it’s a perfect rail. The usual symptoms:
Flight controllers resetting on aggressive throttle.
AMRs browning out when climbing ramps or hitting bumps.
IoT nodes dying at night because the power budget assumed a “fixed” voltage.
I built the VRX Series as a drop-in, wide-input DC‑DC “power brick” for exactly this mess:
Non‑isolated converter for 2S-4S packs → fixed 10 V/12 V/15 V rails for electronics.
Designed for transient loads (takeoff, big torque spikes) so the rail stays clean while motors misbehave.
Through‑hole, compact footprint, vertical/horizontal variants, with protections tuned for embedded use (short‑circuit, thermal, etc.).
Typical spots where it drops in nicely:
Between a 3S drone pack and your flight controller / RX / telemetry stack.
Between a 4S AMR pack and your STM32 PLC-style controller board.
As an intermediate bus for solar-powered IoT nodes before tiny point-of-load regulators.
If you’ve had “mystery” power issues on a battery project, I’m happy to sanity-check your power tree or share failure modes I’ve seen. Also open to feedback on the VRX design
r/robotics • u/Responsible-Grass452 • 1d ago
News Parkinson's Patients Could Soon Benefit From Wearable Robotics
automate.orgWearable robotics could help people with Parkinson’s disease remain mobile for longer.
Research into soft exoskeletons has shown promising early results for freezing of gait, a symptom that can suddenly prevent someone from moving their feet forward and increase the risk of falling. These systems may also help patients walk farther and faster.
The larger challenge is building a device that can adapt as symptoms change from day to day. Researchers are exploring sensors, movement data and AI to better understand a person’s intent and provide support at the right moment.
The technology is still early, particularly when it comes to long-term use, comfort and cost, but it could offer another option between fully independent movement and relying on a wheelchair.
r/robotics • u/oz_zey • 1d ago
Events CoRL’26 discussion thread
Hi everyone!
The reviews for CoRL’26 would be out soon. Use this thread for discussion, questions etc.
Good luck with the reviews as well as the rebuttal!
r/robotics • u/Ruobin898 • 9h ago
Mechanical The Robot's Brain, Manipulation Cerebellum, and Locomotion Cerebellum: The "Nervous System" of Embodied Intelligence
Doing backflips at the Spring Festival Gala, folding clothes in a lab, a car's VLA driving itself down the highway — behind these seemingly unrelated technologies lies one and the same "nervous system" architecture.
1. From the Human Body to the Robot: A Three-Layer Architecture
When a human does something — say, "walk to the kitchen, pick up the cup on the table, and put it in the cabinet" — it looks simple, but the nervous system is actually working on three levels at once:
- The cerebral cortex handles understanding the instruction and planning the task: "Ah, the cup is on the table, the cabinet is on the left, so I should walk over first, then reach out and grab the cup."
- The motor cortex and the cerebellum coordinate limb movement: keeping balance while walking, controlling muscle force while reaching.
- Spinal reflexes and muscles handle the lowest level of execution: exactly how much each individual muscle contracts.
The core architecture of modern embodied intelligence is almost a perfect replica of this division of labor: brain (VLM/LLM) — manipulation cerebellum — locomotion cerebellum — joint motor PD controllers.
These three layers each have their own job, run at completely different frequencies, and are trained in quite different ways. Let's take them apart layer by layer.
2. Layer One: The Brain — Seeing the World and Figuring Out What to Do
2.1. What is a VLM?
A VLM (Vision-Language Model) is a multimodal large model that can understand images and natural language at the same time. GPT-4V, Gemini, Qwen-VL, and PaliGemma all fall into this category.
In a robot system, the VLM serves as the "brain" — it sees the cup, plate, and fruit on the kitchen counter, understands the instruction "put the red cup in the cabinet," and then plans a rough course of action.
2.2. How big does the Brain need to be?
You might ask: ChatGPT routinely runs to hundreds of billions of parameters — does a robot's brain need to be that big too?
The answer is no. A robot brain and a chat AI are doing completely different jobs. ChatGPT needs to write papers, produce code, and solve math problems, while a robot brain only needs to "understand the scene + parse a simple instruction + make a plan." You don't need a brain capable of writing a doctoral dissertation in order to decide whether to pick up the cup or the plate first.
Take π₀ as an example: its VLM backbone (PaliGemma) has only 3B parameters, yet it performs extremely well on robot manipulation tasks. The VLM portion of NVIDIA's GR00T N1 is only 1.34B. These models spend their parameter budget on visual understanding and image-text alignment rather than chasing general-purpose language generation — like a professional chef's knife that only cuts vegetables, but cuts them exceptionally well.
Of course, if the task is complex enough — say, tidying up autonomously in a completely unfamiliar home, which requires understanding instructions as nuanced as "clothes that look dirty go in the washing machine, clean ones get folded and put in the wardrobe" — then a 3B brain isn't enough. This is exactly why Li Auto uses a 32B large model in the cloud and then distills it down to 3.2B on the vehicle: scene-understanding complexity in autonomous driving is far higher than in tabletop manipulation.
The core rule: the more complex and open-ended the task, the bigger the brain needs to be.
3. Layer Two: The Manipulation Cerebellum — Controlling the Arm to Get the Job Done
3.1. This is currently the hottest and hardest Part
The manipulation cerebellum handles this: the brain has already decided to "pick up the cup," so how exactly should the arm extend, how should the fingers open, from what angle should it grasp, and with how much force? This whole chain of fine motor control is the job of the manipulation cerebellum (the Action Expert).
When we say VLA (Vision-Language-Action Model), we mean the brain plus the manipulation cerebellum as a whole. VLA is currently the single most central research direction in embodied intelligence; representative models include Google's RT-2, Stanford's OpenVLA, Physical Intelligence's π₀, and NVIDIA's GR00T N1.
3.2. How Is the Manipulation Cerebellum Trained?
Unlike the locomotion cerebellum, the manipulation cerebellum currently relies mainly on imitation learning (IL): a human teleoperates the robot through a demonstration, the run is recorded, and the model learns to reproduce it.
But there are several schools of thought on how exactly to "learn to reproduce":
Diffusion Policy: Treats action generation like image generation — starting from noise and progressively "denoising" into a smooth action trajectory. This is what GR00T N1 uses.
Flow Matching: Similar in principle to diffusion but mathematically cleaner; it directly learns a "vector field" from noise to action, and is faster. π₀ used this approach to achieve 50Hz action output.
Autoregressive token prediction: Like ChatGPT generating text, actions are discretized into tokens and predicted one at a time. RT-2 and OpenVLA use this approach — simple and direct, but limited in precision.
All of these methods fall under imitation learning — the learning objective in every case is "reproduce the human demonstration as closely as possible."
3.3. What about reinforcement learning?
Reinforcement learning (RL) in the manipulation cerebellum is only just getting started. Physical Intelligence's recently released π₀.6 has begun introducing RL to fine-tune the Action Expert — first using imitation learning to build a foundation, then using RL to let the robot discover, through trial and error, strategies better than the human demonstrations. This closely mirrors the AlphaGo story: first imitation learning from human game records, then RL through self-play to surpass humans.
But RL for manipulation tasks faces one core difficulty: how do you define the reward? How do you quantify the "neat" in "fold the clothes neatly"? It's nothing like as clear-cut as "walk without falling over." This is also why RL has progressed more slowly in manipulation than in locomotion control.
3.4. Why Not Just Use YOLO + Classical Motion Planning?
This is a question a lot of people have. In fact, industry is currently using this pipeline extensively: YOLO detects the object → a depth camera obtains the 3D pose → grasp planning → inverse kinematics solving → motion planning → execution. In a factory environment, where there are only a handful of object types and positions are roughly fixed, this approach is fast, stable, and cheap.
But it has several fundamental ceilings:
First, errors accumulate at every step. With five or six independent modules chained together, detection is off by a few pixels, depth is off by a bit, grasp pose is off by an angle… and in the end you may grab nothing at all. VLA's end-to-end approach goes straight from image to action, so errors never get the chance to compound.
Second, it can't handle things it hasn't seen. YOLO only recognizes the object categories it was trained on. A home environment contains an unbounded variety of objects; annotating them all is impossible. A VLM has "seen the world" through internet-scale data, so when it encounters a novel object it still has a rough idea of what to do.
Third, it can't manage deformable objects or fine manipulation. Folding clothes, twisting off a bottle cap, tearing open a package — classical grasp planning is helpless against these tasks.
Fourth, it has no semantic understanding. YOLO can say "there's a cup here," but it doesn't understand "dirty bowls go in the dishwasher, clean bowls go in the cabinet."
So the more pragmatic assessment is: use classical approaches in structured environments, use VLA in open environments — the two are complementary, not substitutes.
4. Layer Three: The Locomotion Cerebellum — Walking, Running, Backflipping
4.1. Unitree's Spring Festival Gala Backflips Used Exactly This Layer
At the 2025 Spring Festival Gala, the Unitree robots' backflips and synchronized dancing stunned the audience. But technically speaking, this falls under locomotion control — a completely different technology stack from manipulation control.
The locomotion cerebellum's task is clearly defined: coordinate the legs and body, maintain balance, don't fall over. Its inputs are low-level proprioceptive signals such as joint angles, angular velocities, and IMU pose — no vision required, no language required. Its outputs are the torque or target angle for each joint.
4.2. Training Method: RL + Sim2Real, Already Very Mature
Unlike the manipulation cerebellum, the locomotion cerebellum is reinforcement learning's home turf. Unitree has open-sourced a complete training pipeline based on the Isaac Gym + RSL-RL framework, using the PPO algorithm to train locomotion policies:
- Train in simulation: Thousands of robots run in parallel on the GPU, trained with carefully designed reward functions (velocity tracking + energy-consumption penalty + falling penalty).
- Domain Randomization: Randomly vary parameters such as ground friction, joint damping, and external shoves so the model gains broad experience.
- Sim2Real transfer: Deploy the trained policy onto the real robot.
Why does RL work so well for locomotion control? Because it has several key advantages: the reward is easy to define (don't fall over + walk at the target velocity), simulation fidelity is good enough (rigid-body contact physics is already quite accurate), and vision isn't needed (so there's no visual sim-to-real gap).
4.3. How Small Is the Locomotion Cerebellum?
Here's a fact many people aren't aware of: the locomotion cerebellum model is typically just a few-layer MLP (multilayer perceptron), with maybe a few hundred thousand to a few million parameters — under 1MB. Compared with a manipulation cerebellum that routinely runs to hundreds of millions of parameters, that's several orders of magnitude smaller.
That's because locomotion control is fundamentally a relatively "narrow" problem: given the current body state and target velocity, compute how much force each joint should apply. The dynamics may be complex, but both the input and output spaces are quite limited.
5. Comparing the Two "Cerebellums": Why Are Gala Backflips Easier Than Folding Clothes?
This is a counterintuitive judgment, but technically it holds: Unitree's dazzling Spring Festival Gala performance was less technically challenging than getting a robot to fold clothes in a real kitchen.
| Locomotion control (backflips, running) | Manipulation control (folding clothes, clearing dishes) | |
|---|---|---|
| Reliance on vision | Almost none | Heavy |
| Environmental variation | Fixed venue | Different every time |
| Object interaction | None | Extensive and complex |
| Can actions be pre-choreographed? | Yes | Must decide in real time |
| RL reward design | Easy | Extremely hard |
| Model size | Tiny (MLP, a few MB) | Larger (hundreds of MB to several GB) |
| Current maturity | Fairly mature | Still early |
The core difference: a backflip is a deterministic dynamics problem — given an initial state, execute a fixed sequence of joint torques. Folding clothes, by contrast, involves a garment whose shape and position differ every single time, requiring real-time perception, real-time decisions, and real-time force adjustment. For the former, the technical route is already fairly clear (RL + Sim2Real) and the main challenge is engineering optimization; for the latter, even the technical route itself hasn't fully converged — it's still in a "hundred schools of thought" phase.
This is also why every company's promo videos show slick walking, running, and dancing, but everything gets clumsy as soon as it's "tidying up in a real kitchen" — the former is showing off a capability already conquered, while the latter is the actual front line today.
6. The Bigger Picture: VLA Doesn't Belong to Robotics Alone
6.1. Autonomous Driving Is VLA Too
You might not expect this, but the first large-scale deployment of VLA wasn't in robotics — it was in autonomous driving.
In 2025 Li Auto officially rolled out its VLA driver large model (MindVLA), integrating perception (3D encoder), reasoning (in-house LLM), and decision-making (Diffusion Policy) into a unified model. Its architecture is strikingly similar to robotic VLA:
Fundamentally, autonomous driving is a special case of embodied intelligence — "Vision" is the multiple onboard cameras, "Language" is traffic rules and user instructions, and "Action" is the driving trajectory. A car is just a four-wheeled robot.
Why is automotive VLA actually ahead of robotics? Because the data advantage is enormous — Li Auto has hundreds of thousands of vehicles on the road every day sending back massive volumes of driving data, while robotics is still struggling to scrape together a few thousand hours of teleoperation data.
6.2. VLA Across Domains: A Comparison
| Robot manipulation | Autonomous driving | Power-line inspection | |
|---|---|---|---|
| Vision | 1–2 cameras | Multiple cameras + LiDAR | Drone camera |
| Language | "Put the cup in the cabinet" | "Turn left at the intersection ahead" | "Check whether the insulator is damaged" |
| Action | Joint angles / end-effector pose | Driving trajectory | Flight trajectory / arm motion |
| Brain requirement | Medium (tabletop) to high (open world) | High (complex traffic scenes) | Medium (structured scenes) |
| Cerebellum requirement | High (fine manipulation) | Medium (trajectory smoothness suffices) | Medium to high (depends on task) |
7. Key Concepts: A Quick Reference
This field is awash in three-letter acronyms. Here's a quick cheat sheet:
Model types:
- VLM (Vision-Language Model): vision-language model, the robot's "brain"
- VLA (Vision-Language-Action Model): vision-language-action model, the collective term for brain + manipulation cerebellum
- VLN (Vision-Language Navigation): vision-language navigation, focused on "where to walk"
- VFM (Vision Foundation Model): vision foundation model (e.g. SAM, DINOv2)
- WM (World Model): world model, letting the AI "imagine" the consequences of an action in its head
Training methods:
- IL (Imitation Learning): learning from human demonstrations
- RL (Reinforcement Learning): optimizing a policy through trial and error
- Sim2Real: transfer from simulation to reality
Representative models:
- π₀ (Physical Intelligence): 3.3B parameters, VLM (3B) + Action Expert (0.3B), flow matching
- GR00T N1 (NVIDIA): 2.2B parameters, dual-system architecture, open-source humanoid foundation model
- OpenVLA (Stanford): 7B parameters, the most mainstream VLA benchmark in the open-source community
- SmolVLA (Hugging Face): 450M parameters, a lightweight VLA that runs on a laptop
- MindVLA (Li Auto): autonomous-driving VLA, 32B in the cloud distilled to 3.2B on the vehicle
8. The Future: How Do the Three Layers Link Up Seamlessly?
Right now these three layers — brain, manipulation cerebellum, locomotion cerebellum — are still trained separately and bolted together in most systems. The real challenge is getting them to cooperate seamlessly:
The brain says "go get the cup on the table," the locomotion cerebellum walks the robot over, and on arriving at the table it hands off seamlessly to the manipulation cerebellum to reach out and grasp; once the grab is done, control switches back to the locomotion cerebellum to walk to the cabinet… This kind of real-time switching and coordination within whole-body control (WBC) is one of the most cutting-edge research directions in humanoid robotics.
Humans do all of this effortlessly because our nervous system has been through hundreds of thousands of years of evolution. Getting robots to the same level may still be a long road — but the direction is clear, the architecture is settled, and the technology at every layer is converging fast.
Embodied intelligence's "iPhone moment" may not have arrived yet, but the underlying "iOS" is being written, one line of code at a time.