Search found 182 matches

by dchen
Sun Aug 30, 2026 11:59 am
Forum: General Humanoid Robotics Discussion
Topic: New here - what are the forum's unwritten rules / good threads to read first?
Replies: 23
Views: 252

Re: New here - what are the forum's unwritten rules / good threads to read first?

This is exactly the kind of context I was looking for. Open-source humanoid projects matter less for out-competing the well-funded players and more for keeping the barrier to entry low enough that new ideas and new people can actually get into the field.
by dchen
Sun Aug 30, 2026 11:59 am
Forum: AI, Control Software & Locomotion
Topic: How much does perception latency budget actually constrain controller design choices?
Replies: 52
Views: 481

Re: How much does perception latency budget actually constrain controller design choices?

<t>Pretty much this. One thing to add:

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 ...
by dchen
Sun Aug 30, 2026 11:59 am
Forum: Manipulation, Grippers & Dexterous Hands
Topic: How much does hand mass distribution affect arm control complexity?
Replies: 50
Views: 413

Re: How much does hand mass distribution affect arm control complexity?

<t>I'd take that specific number with a grain of salt, honestly.

Object occlusion by the robot's own hand during the final approach to a grasp is a common and annoying perception problem - the closer the hand gets to a good grasp position, the more it blocks the camera's view of exactly what it's ...
by dchen
Sun Aug 30, 2026 11:59 am
Forum: Manipulation, Grippers & Dexterous Hands
Topic: How much does hand mass distribution affect arm control complexity?
Replies: 50
Views: 413

Re: How much does hand mass distribution affect arm control complexity?

<t>@betty.king Worth being a little skeptical of the marketing angle here.

Cable routing through a wrist joint with multiple degrees of freedom is a genuinely tricky mechanical design problem - tendons and wiring both need enough slack to avoid binding through the full range of motion without ...
by dchen
Sun Aug 30, 2026 11:59 am
Forum: Power Systems & Thermal Management
Topic: Anyone measured actual battery degradation after a full year of daily cycling?
Replies: 40
Views: 727

Re: Anyone measured actual battery degradation after a full year of daily cycling?

<t>@noah_pate Appreciate the detailed answer.

Tesla's Optimus Gen 2 reportedly carries roughly a 2.3 kWh pack and manages about two hours of dynamic work, while Unitree's H1 runs a smaller 0.864 kWh pack good for under four hours of largely static operation - a useful illustration of how battery ...
by dchen
Sat Aug 29, 2026 12:54 am
Forum: Specific Robots & Companies
Topic: Which platform has the best developer/research access if you wanted to build on top of it?
Replies: 14
Views: 258

Re: Which platform has the best developer/research access if you wanted to build on top of it?

<t>@mohammed64 That's the official framing, at least - reality tends to lag a bit.

Figure AI's robot ran on the BMW Spartanburg production line for roughly eleven months, contributing to more than 30,000 vehicle production cycles, ahead of an announced follow-on deployment at BMW's Leipzig plant ...
by dchen
Fri Aug 28, 2026 8:25 am
Forum: Careers, Research & Academia
Topic: What's the biggest skill gap you see in new grads applying to robotics roles?
Replies: 22
Views: 320

Re: What's the biggest skill gap you see in new grads applying to robotics roles?

<t>@lukas.singh1 Counterpoint:

Companies like Figure, 1X, Apptronik, and Agility Robotics are reportedly pulling senior ROS, controls, and learning engineers directly out of warehouse-automation and industrial-robotics roles - a sign of real talent competition between adjacent industries, not ...
by dchen
Tue Aug 25, 2026 11:50 am
Forum: Industry News, Funding & Market Trends
Topic: Weekly news roundup - what did I miss this week in the industry?
Replies: 13
Views: 106

Weekly news roundup - what did I miss this week in the industry?

<t>Long-time reader, figured I'd finally start a thread instead of just replying.

Insurance and liability frameworks for humanoids working directly around people are still immature in most jurisdictions, which is a real, under-discussed constraint on deployment speed that gets far less attention ...
by dchen
Fri Aug 21, 2026 9:56 pm
Forum: AI, Control Software & Locomotion
Topic: Multi-task policies vs a library of specialist policies - which do production teams prefer?
Replies: 13
Views: 305

Re: Multi-task policies vs a library of specialist policies - which do production teams prefer?

<t>@betty.king Agreed, and I'd add:

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 ...
by dchen
Thu Aug 06, 2026 10:16 pm
Forum: Actuators, Motors & Drivetrains
Topic: How do actuator vendors validate cycle life claims?
Replies: 13
Views: 165

Re: How do actuator vendors validate cycle life claims?

Thanks for laying this out, genuinely useful. Anti-backlash techniques in production actuators range from mechanical preloading (spring-loaded gear meshes) to purely software compensation that models and corrects for known backlash in the control loop.