Search found 55 matches

by lperez
Sun Aug 30, 2026 11:59 am
Forum: Sensors & Perception Systems
Topic: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs
Replies: 27
Views: 374

Re: Joint torque estimation from motor current vs dedicated sensors - accuracy tradeoffs

<t>Slight correction, though the overall point stands:

A minimum viable sensing suite for safe bipedal walking generally includes joint encoders, an IMU for orientation/angular velocity, and either force/torque sensing or accurate current-based torque estimation at the ankles - everything else ...
by lperez
Sun Aug 30, 2026 11:59 am
Forum: Sensors & Perception Systems
Topic: What sensor suite would you consider the bare minimum for safe bipedal walking?
Replies: 22
Views: 204

Re: What sensor suite would you consider the bare minimum for safe bipedal walking?

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

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.

Reminds me a ...
by lperez
Sun Aug 30, 2026 11:59 am
Forum: AI, Control Software & Locomotion
Topic: Anyone got good results combining classical footstep planning with a learned recovery policy?
Replies: 26
Views: 309

Re: Anyone got good results combining classical footstep planning with a learned recovery policy?

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

ROS2 remains common in research and early-stage products for its tooling and ecosystem, but a number of production humanoid companies run custom, more tightly-optimized middleware for their real-time control loops, using ROS2-like tooling mainly for ...
by lperez
Sun Aug 30, 2026 11:59 am
Forum: Careers, Research & Academia
Topic: What does the interview loop look like for an applied ML/robotics role specifically?
Replies: 29
Views: 221

Re: What does the interview loop look like for an applied ML/robotics role specifically?

<t>@charlesbianchi Slight correction, though the overall point stands:

Internship competitiveness at the well-known humanoid companies has increased sharply as the field's visibility has grown, with the applicant pool now including not just robotics students but a lot of general CS/ML students ...
by lperez
Sun Aug 30, 2026 11:59 am
Forum: Sensors & Perception Systems
Topic: Best practices for IMU-to-camera extrinsic calibration on a moving robot?
Replies: 51
Views: 359

Re: Best practices for IMU-to-camera extrinsic calibration on a moving robot?

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

LiDAR gives reliable, lighting-independent range data but is heavier, pricier, and gives sparser point clouds up close than stereo or depth cameras, which is why a lot of humanoids lean on stereo/depth cameras for near-field manipulation and ...
by lperez
Sun Aug 30, 2026 11:59 am
Forum: Manipulation, Grippers & Dexterous Hands
Topic: What's your best tip for debugging a grasp policy that fails inconsistently?
Replies: 16
Views: 295

Re: What's your best tip for debugging a grasp policy that fails inconsistently?

<t>@elarsen69 Follow-up question though -

Bimanual manipulation - two arms coordinating on one task - is harder than it looks mostly because of the added degrees of freedom and the timing/force coordination required; a lot of 'two-handed' demos are actually closer to two independent single-hand ...
by lperez
Sun Aug 30, 2026 11:59 am
Forum: Power Systems & Thermal Management
Topic: Anyone tried distributed small batteries at each limb instead of one central pack?
Replies: 27
Views: 423

Re: Anyone tried distributed small batteries at each limb instead of one central pack?

@barbara.jones Speaking from personal experience here, Idle/standing power draw is often surprisingly close to a meaningful fraction of active walking power draw once you account for onboard compute, sensors, and balance-holding torque - 'doing nothing' still costs real energy on a humanoid.
by lperez
Sun Aug 30, 2026 11:59 am
Forum: DIY & Hobbyist Builds
Topic: What's your actual weekly time commitment to keep a solo build moving?
Replies: 41
Views: 473

Re: What's your actual weekly time commitment to keep a solo build moving?

<t>Same conclusion I've come to. Also worth noting:

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 backdrivability needed to scale up ...
by lperez
Sat Aug 29, 2026 10:29 am
Forum: Actuators, Motors & Drivetrains
Topic: Encoder resolution requirements for smooth joint control
Replies: 13
Views: 225

Re: Encoder resolution requirements for smooth joint control

<t>Thanks for laying this out, genuinely useful.

For dynamic walking and recovery, joint control bandwidth in the tens of Hz range is typically necessary to react to a stumble before the center of mass gets too far outside the support polygon. Cycloidal drives are a less common but real ...
by lperez
Sun Aug 23, 2026 5:41 am
Forum: AI, Control Software & Locomotion
Topic: Anyone benchmarking control loop jitter across different onboard compute platforms?
Replies: 28
Views: 325

Re: Anyone benchmarking control loop jitter across different onboard compute platforms?

<t>Here's what I know on this:

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