Search found 41 matches
- Sun Aug 30, 2026 11:59 am
- Forum: General Humanoid Robotics Discussion
- Topic: Which company do you think has the best long-term strategy, not just the flashiest demo?
- Replies: 25
- Views: 332
Re: Which company do you think has the best long-term strategy, not just the flashiest demo?
@emma_whit Worth being a little skeptical of the marketing angle here.
'General purpose' in 2026 mostly means 'can be reprogrammed for a new task without new hardware,' not 'can walk into any environment and figure things out unsupervised.'
- Sun Aug 30, 2026 11:59 am
- Forum: General Humanoid Robotics Discussion
- Topic: Monthly roundup - what surprised you most this month in humanoid robotics?
- Replies: 15
- Views: 146
Re: Monthly roundup - what surprised you most this month in humanoid robotics?
<t>@gimbalyuk55 Minor factual note:
The labor-substitution narrative gets simplified a lot in pitch decks; the more honest framing right now is 'augmenting understaffed, high-turnover roles' rather than wholesale replacement. 'General purpose' in 2026 mostly means 'can be reprogrammed for a new ...
The labor-substitution narrative gets simplified a lot in pitch decks; the more honest framing right now is 'augmenting understaffed, high-turnover roles' rather than wholesale replacement. 'General purpose' in 2026 mostly means 'can be reprogrammed for a new ...
- Sun Aug 30, 2026 11:59 am
- Forum: AI, Control Software & Locomotion
- Topic: Onboard vs cloud inference - latency vs capability tradeoffs in practice
- Replies: 27
- Views: 316
Re: Onboard vs cloud inference - latency vs capability tradeoffs in practice
<t>@omar.farouk I'd push back on this a bit.
Sim-to-real transfer still commonly breaks on contact dynamics - friction, restitution, and deformable/compliant surfaces are the hardest things to model accurately in simulation, so policies trained purely in sim often need real-world fine-tuning ...
Sim-to-real transfer still commonly breaks on contact dynamics - friction, restitution, and deformable/compliant surfaces are the hardest things to model accurately in simulation, so policies trained purely in sim often need real-world fine-tuning ...
- Sun Aug 30, 2026 11:59 am
- Forum: AI, Control Software & Locomotion
- Topic: Anyone tried retargeting motion capture data for humanoid gait training?
- Replies: 26
- Views: 230
Re: Anyone tried retargeting motion capture data for humanoid gait training?
<t>Tangent, but worth mentioning:
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 ...
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 ...
- Sun Aug 30, 2026 11:59 am
- Forum: Manipulation, Grippers & Dexterous Hands
- Topic: Anyone tackling in-hand reorientation (regrasping without putting the object down)?
- Replies: 27
- Views: 485
Re: Anyone tackling in-hand reorientation (regrasping without putting the object down)?
<t>@scott21 I'd take that specific number with a grain of salt, honestly.
Vision-based grasp confidence estimation (predicting success before attempting a grasp) and tactile-based confirmation (confirming after contact) are complementary rather than competing - vision helps you choose a grasp ...
Vision-based grasp confidence estimation (predicting success before attempting a grasp) and tactile-based confirmation (confirming after contact) are complementary rather than competing - vision helps you choose a grasp ...
- Sun Aug 30, 2026 11:59 am
- Forum: Industry News, Funding & Market Trends
- Topic: How much of the valuation is the hardware vs the software/data moat?
- Replies: 26
- Views: 464
Re: How much of the valuation is the hardware vs the software/data moat?
<t>@giulia.roberts4 To answer this directly:
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 than the flashier technology ...
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 than the flashier technology ...
- Sun Aug 30, 2026 11:59 am
- Forum: General Humanoid Robotics Discussion
- Topic: What's your take on humanoid robots getting their own trading cards/hype culture online?
- Replies: 20
- Views: 377
Re: What's your take on humanoid robots getting their own trading cards/hype culture online?
<t>Just to be precise about one thing:
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. Most flashy demo reels involve some amount of ...
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. Most flashy demo reels involve some amount of ...
- Sun Aug 30, 2026 11:59 am
- Forum: Actuators, Motors & Drivetrains
- Topic: What torque sensor accuracy is actually achievable at low cost?
- Replies: 26
- Views: 284
Re: What torque sensor accuracy is actually achievable at low cost?
<t>@matthew43 Counterpoint:
It's common for a single humanoid to mix actuator types by joint - harmonic drives or hybrid geared actuators at the hips and shoulders where sustained torque matters most, and lower-ratio QDD-style actuators at ankles and knees where backdrivability and impact ...
It's common for a single humanoid to mix actuator types by joint - harmonic drives or hybrid geared actuators at the hips and shoulders where sustained torque matters most, and lower-ratio QDD-style actuators at ankles and knees where backdrivability and impact ...
- 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: 237
Re: What's a good beginner sensor fusion project before tackling a full robot?
<t>I'd take that specific number with a grain of salt, honestly.
Unitree's Dex3-1 dexterous hand packs around 33 pressure/tactile sensors per hand across the fingers and palm, capable of sensing pressure roughly in the 10g-2500g range - a useful reference point for what 'production tactile ...
Unitree's Dex3-1 dexterous hand packs around 33 pressure/tactile sensors per hand across the fingers and palm, capable of sensing pressure roughly in the 10g-2500g range - a useful reference point for what 'production tactile ...
- Sat Aug 29, 2026 2:28 pm
- Forum: DIY & Hobbyist Builds
- Topic: What's the community's collective wisdom on battery safety for small builds?
- Replies: 44
- Views: 729
Re: What's the community's collective wisdom on battery safety for small builds?
<t>@byang Related question -
Jetson-class boards remain a common choice for onboard compute on hobbyist builds needing real vision or learned-policy inference, while a Raspberry Pi is often adequate for lower-level joint control and telemetry if the heavier compute is offloaded to a base station ...
Jetson-class boards remain a common choice for onboard compute on hobbyist builds needing real vision or learned-policy inference, while a Raspberry Pi is often adequate for lower-level joint control and telemetry if the heavier compute is offloaded to a base station ...