<t>Ran into exactly this myself.
Latency between a perceived event (like a slip) and a corrective control response matters enormously for balance - even 50-100ms of extra perception latency can be the difference between a smooth recovery and a fall, which is part of why a lot of balance-critical ...
Search found 72 matches
- Sun Aug 30, 2026 11:59 am
- Forum: Sensors & Perception Systems
- Topic: Anyone using ultrasonic sensors for close-range obstacle detection still, or is that obsolete?
- Replies: 14
- Views: 211
- Sun Aug 30, 2026 11:59 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: 265
Re: Which platform has the best developer/research access if you wanted to build on top of it?
<t>Not to derail, but this reminds me of something adjacent:
1X's NEO platform is notable for explicitly targeting home use rather than only industrial deployment, which is a meaningfully different (and arguably harder) engineering and safety target than warehouse or factory-floor robots. AgiBot ...
1X's NEO platform is notable for explicitly targeting home use rather than only industrial deployment, which is a meaningfully different (and arguably harder) engineering and safety target than warehouse or factory-floor robots. AgiBot ...
- Sun Aug 30, 2026 11:59 am
- Forum: Careers, Research & Academia
- Topic: What's the biggest skill gap you see in new grads applying to robotics roles?
- Replies: 22
- Views: 325
Re: What's the biggest skill gap you see in new grads applying to robotics roles?
<t>@chloe.harris7 Pretty much this. One thing to add:
A field-deployment or reliability engineer's day-to-day work leans much more toward diagnosing real-world failure patterns, managing spare-parts logistics, and working directly with the customer site than toward algorithm development - a ...
A field-deployment or reliability engineer's day-to-day work leans much more toward diagnosing real-world failure patterns, managing spare-parts logistics, and working directly with the customer site than toward algorithm development - a ...
- Sun Aug 30, 2026 11:59 am
- Forum: Careers, Research & Academia
- Topic: How do you talk about a DIY robotics project convincingly in an interview?
- Replies: 28
- Views: 482
Re: How do you talk about a DIY robotics project convincingly in an interview?
<t>@rivera14 Minor factual note:
Robotics engineers in the US were reportedly seeing $150k-$205k total comp at mid-level and $205k-$300k at senior level in 2026, with humanoid- and foundation-model-specialist roles clearing $280k-$475k - a meaningful premium over general robotics/automation roles ...
Robotics engineers in the US were reportedly seeing $150k-$205k total comp at mid-level and $205k-$300k at senior level in 2026, with humanoid- and foundation-model-specialist roles clearing $280k-$475k - a meaningful premium over general robotics/automation roles ...
- Sun Aug 30, 2026 11:59 am
- Forum: Sensors & Perception Systems
- Topic: Anyone tracking sensor cost trends the way we track actuator cost trends?
- Replies: 54
- Views: 400
Re: Anyone tracking sensor cost trends the way we track actuator cost trends?
<t>Thanks for laying this out, genuinely useful.
Event cameras (which report per-pixel brightness changes rather than full frames) are still more of a research curiosity than a production sensor for humanoids, mainly because the software ecosystem and processing pipelines around them are far less ...
Event cameras (which report per-pixel brightness changes rather than full frames) are still more of a research curiosity than a production sensor for humanoids, mainly because the software ecosystem and processing pipelines around them are far less ...
- Sun Aug 30, 2026 11:59 am
- Forum: Sensors & Perception Systems
- Topic: What sensor would meaningfully reduce false positives in obstacle detection?
- Replies: 54
- Views: 550
Re: What sensor would meaningfully reduce false positives in obstacle detection?
<t>@samuel.adams I dealt with almost this exact situation.
Event cameras (which report per-pixel brightness changes rather than full frames) are still more of a research curiosity than a production sensor for humanoids, mainly because the software ecosystem and processing pipelines around them ...
Event cameras (which report per-pixel brightness changes rather than full frames) are still more of a research curiosity than a production sensor for humanoids, mainly because the software ecosystem and processing pipelines around them ...
- 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?
<t>@emily.kumar To answer this directly:
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 reserve LiDAR ...
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 reserve LiDAR ...
- Sun Aug 30, 2026 11:59 am
- Forum: Manipulation, Grippers & Dexterous Hands
- Topic: What's the realistic timeline for reliable cluttered-bin picking at human-level speed?
- Replies: 14
- Views: 245
Re: What's the realistic timeline for reliable cluttered-bin picking at human-level speed?
<t>Yeah, this tracks with what I've read as well.
Grasp planning for deformable or non-rigid objects (bags, cables, cloth) remains one of the genuinely unsolved problems in manipulation - rigid-body grasp models simply don't capture how the object will behave once contact starts. Figure's fourth ...
Grasp planning for deformable or non-rigid objects (bags, cables, cloth) remains one of the genuinely unsolved problems in manipulation - rigid-body grasp models simply don't capture how the object will behave once contact starts. Figure's fourth ...
- 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: 745
Re: Anyone measured actual battery degradation after a full year of daily cycling?
<t>To answer this directly:
A BMS (battery management system) has to guard against transient current spikes from sudden gait changes or lifting motions, not just steady-state draw - peak current headroom and fast-acting protection logic matter as much as total capacity for real-world duty cycles ...
A BMS (battery management system) has to guard against transient current spikes from sudden gait changes or lifting motions, not just steady-state draw - peak current headroom and fast-acting protection logic matter as much as total capacity for real-world duty cycles ...
- Sun Aug 30, 2026 11:59 am
- Forum: DIY & Hobbyist Builds
- Topic: What's the cheapest reliable force sensor setup you've actually gotten working?
- Replies: 43
- Views: 692
Re: What's the cheapest reliable force sensor setup you've actually gotten working?
Speaking from personal experience here,
Starting in simulation (even a simplified physics sim of just the leg or the target gait) before touching real hardware is one of the more reliable ways to avoid destroying expensive parts while debugging balance and walking control from scratch.