Handling contact-rich manipulation in sim - still painful in 2026?

Whole-body control, RL policies, VLA models, sim-to-real, ROS2, and the software stack that makes a humanoid actually walk and act.
erik_novi
Posts: 192
Joined: Sun Oct 13, 2024 6:23 am

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by erik_novi »

@johnrossi Same conclusion I've come to. Also worth noting: Isaac Lab (the successor to Isaac Gym) is widely used for large-scale parallel RL training thanks to GPU-accelerated physics, while MuJoCo is often used as a secondary 'sim-to-sim' validation step because its contact dynamics are generally considered more realistic than Isaac's, even though it trains slower at scale.
she/her
rebecca_lefe
Posts: 56
Joined: Sun Nov 23, 2025 6:36 am

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by rebecca_lefe »

Appreciate the detailed answer. Whole-body control (WBC) formulates locomotion and manipulation as a single optimization problem across all joints simultaneously, respecting contact constraints and task priorities - it's more general than ZMP-only approaches but is computationally heavier and harder to tune.
she/her
garcia51
Posts: 94
Joined: Fri Oct 24, 2025 3:36 pm

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by garcia51 »

Not sure I fully agree here. Diffusion policies model the distribution of possible actions and sample from it, which handles multimodal manipulation tasks (multiple valid ways to grasp something) more naturally than a single deterministic action output, at the cost of slower inference. Reminds me a bit of the early drone hobbyist scene, honestly.
they/them
arjunsanchez
Posts: 74
Joined: Sun Nov 23, 2025 3:20 am

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by arjunsanchez »

One nitpick - A lot of what reads as 'full autonomy' in public demos is closer to a mix of scripted state machines, teleoperation for the hardest sub-tasks, and autonomous execution for the easier, well-rehearsed parts - transparency about this mix varies a lot between companies. This whole thread is a good reminder how young this field still is.
he/him | robotics hobbyist since the DARPA Grand Challenge days
deborahperez
Posts: 279
Joined: Sat Aug 31, 2024 4:22 am

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by deborahperez »

Still learning the space, so correct me if wrong - 'Zero-shot sim-to-real' rarely means literally zero real-world tuning in practice - it usually means the policy transfers well enough to be usable with only calibration and minor safety-limit adjustments, rather than needing a full additional training phase on hardware. Isaac Lab (the successor to Isaac Gym) is widely used for large-scale parallel RL training thanks to GPU-accelerated physics, while MuJoCo is often used as a secondary 'sim-to-sim' validation step because its contact dynamics are generally considered more realistic than Isaac's, even though it trains slower at scale. Makes me wonder how this looks in another five years.
nancy_lewi
Posts: 102
Joined: Sun Aug 31, 2025 1:11 pm

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by nancy_lewi »

@deborahperez This is exactly the kind of context I was looking for. Model predictive control (MPC) is still very much alive in production humanoids, often working alongside or underneath learned policies - MPC handles short-horizon dynamically-consistent trajectory optimization while learned components handle perception, task-level decisions, or recovery behaviors that are hard to hand-model. Makes me wonder how this looks in another five years.
"Torque is a lifestyle."
zoeanderson
Posts: 243
Joined: Sat Oct 26, 2024 2:39 am

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by zoeanderson »

Slight correction, though the overall point stands: Zero Moment Point (ZMP) control keeps the robot's center of pressure within its support polygon and has been the classical backbone of bipedal walking for two decades - it's robust and well-understood, but tends to produce a somewhat conservative, flat-footed gait compared to more dynamic approaches.
greta78
Posts: 58
Joined: Fri Jan 23, 2026 8:34 pm

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by greta78 »

@zoeanderson Just to be precise about one thing: Zero Moment Point (ZMP) control keeps the robot's center of pressure within its support polygon and has been the classical backbone of bipedal walking for two decades - it's robust and well-understood, but tends to produce a somewhat conservative, flat-footed gait compared to more dynamic approaches.
"Torque is a lifestyle."
lbianchi
Posts: 81
Joined: Mon Sep 15, 2025 6:56 pm

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by lbianchi »

@greta78 Here's what I know on this: OpenVLA is a notable open-source VLA model - roughly 7 billion parameters, trained on hundreds of thousands of real-world robot demonstrations - and has been shown to outperform much larger closed models on some manipulation benchmarks, which says a lot about how much of VLA performance comes from data curation rather than raw scale. Model predictive control (MPC) is still very much alive in production humanoids, often working alongside or underneath learned policies - MPC handles short-horizon dynamically-consistent trajectory optimization while learned components handle perception, task-level decisions, or recovery behaviors that are hard to hand-model.
harmonicjen60
Posts: 64
Joined: Sat Feb 07, 2026 7:12 am

Re: Handling contact-rich manipulation in sim - still painful in 2026?

Post by harmonicjen60 »

Short answer: Zero Moment Point (ZMP) control keeps the robot's center of pressure within its support polygon and has been the classical backbone of bipedal walking for two decades - it's robust and well-understood, but tends to produce a somewhat conservative, flat-footed gait compared to more dynamic approaches.
Post Reply