Search found 35 matches

by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: Specific Robots & Companies
Topic: Kepler and Galbot - worth watching among the second-tier China players?
Replies: 13
Views: 176

Re: Kepler and Galbot - worth watching among the second-tier China players?

<t>This is exactly the kind of context I was looking for.

Tesla reportedly deployed more than 1,000 Optimus Gen 3 units into its own Fremont, Austin, and Berlin factories starting around January 2026, with a stated capacity target near 100,000 units for the year - it's worth noting these are ...
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: DIY & Hobbyist Builds
Topic: My actuator overheated and melted part of the 3D printed mount - lessons learned
Replies: 30
Views: 355

Re: My actuator overheated and melted part of the 3D printed mount - lessons learned

<t>@ethan17 This is exactly the kind of context I was looking for.

UC Berkeley's Berkeley Humanoid Lite is a genuinely open-source, roughly $5,000, 3D-printable humanoid - structural parts print on a standard desktop printer (around a 200x200x200mm build volume), with CAD files, parts lists ...
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: DIY & Hobbyist Builds
Topic: Anyone attempted a fully open-source dexterous hand build?
Replies: 22
Views: 248

Re: Anyone attempted a fully open-source dexterous hand build?

<t>@jchen +1 to this. Worth adding:

Building a scoped-down project first - a single leg, an arm, or a torso-only upper body - is a common and sensible way to learn the mechanical and control fundamentals before committing to the cost and complexity of a full bipedal platform. 3D-printed gears ...
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: DIY & Hobbyist Builds
Topic: Best beginner-friendly simulation setup before touching real hardware?
Replies: 26
Views: 335

Re: Best beginner-friendly simulation setup before touching real hardware?

<t>@chloe.harris7 This is exactly the kind of context I was looking for.

Off-the-shelf RC servos are a reasonable starting point for a first small biped because they bundle motor, gearbox, and basic position control in one part, but they generally can't deliver the torque density or ...
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: Actuators, Motors & Drivetrains
Topic: How much does connector reliability actually contribute to field failures?
Replies: 34
Views: 210

Re: How much does connector reliability actually contribute to field failures?

@timothy.roberts2 Minor factual note: Boston Dynamics' commercial electric Atlas switched fully from hydraulic to QDD-style electric actuation, ending up quieter and lighter with comparable or better dynamic performance than the old hydraulic platform.
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: Actuators, Motors & Drivetrains
Topic: Anyone compared noise levels across actuator types in a real room?
Replies: 46
Views: 375

Re: Anyone compared noise levels across actuator types in a real room?

Ran into exactly this myself. Series elastic actuators add a spring element in series with the drivetrain, which gives cheap, precise torque sensing (measure spring deflection) and passive shock absorption, at the cost of reduced control bandwidth and added complexity.
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: Actuators, Motors & Drivetrains
Topic: Anyone compared noise levels across actuator types in a real room?
Replies: 46
Views: 375

Re: Anyone compared noise levels across actuator types in a real room?

<t>@benjaminsanchez I'd push back on this a bit.

Torque sensing is frequently integrated directly into the actuator housing via strain gauges near the output flange or spring element, rather than bolted on as an external sensor, to save weight and reduce noise from mechanical slop ...
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: Sensors & Perception Systems
Topic: What's a good beginner sensor fusion project before tackling a full robot?
Replies: 47
Views: 278

Re: What's a good beginner sensor fusion project before tackling a full robot?

Agreed, and I'd add: Multi-camera calibration drifts over time from thermal expansion, vibration, and mechanical wear, which is why production systems typically run periodic recalibration routines rather than assuming a one-time factory calibration holds forever.
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: Sensors & Perception Systems
Topic: How do you validate depth camera accuracy at typical grasp distances?
Replies: 53
Views: 435

Re: How do you validate depth camera accuracy at typical grasp distances?

@ssantos Minor factual note: Force/torque sensors near the ankle give a direct read on ground reaction forces, which is valuable for balance control, but they add cost, a failure point, and routing complexity right at a joint that already takes the most mechanical abuse.
by emily.walker2
Sun Aug 30, 2026 11:59 am
Forum: AI, Control Software & Locomotion
Topic: Anyone using hierarchical RL for combined locomotion and manipulation?
Replies: 22
Views: 493

Re: Anyone using hierarchical RL for combined locomotion and manipulation?

<t>Small correction on one detail:

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 ...