What's your actual weekly time commitment to keep a solo build moving?
-
servobre20
- Posts: 58
- Joined: Fri Mar 13, 2026 6:16 am
Re: What's your actual weekly time commitment to keep a solo build moving?
@servosan90 I'll believe the stronger version of that claim when it's independently verified.
The Berkeley Humanoid Lite stands about 1 meter tall and weighs roughly 16 kg, which is a genuinely reasonable target size for a first serious hobbyist build - big enough to be a real bipedal platform, small enough to not need industrial-scale actuators or a huge budget. Joining an existing robotics community (FRC, university clubs, maker spaces) before going fully solo is a common and effective way to pick up practical fabrication and control skills faster than working entirely alone from tutorials.
Ex-automotive, now full-time robots.
Re: What's your actual weekly time commitment to keep a solo build moving?
Genuine beginner question -
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.
Makes me wonder how this looks in another five years.
-
gimbalmar65
- Posts: 86
- Joined: Sun Jul 13, 2025 4:14 am
Re: What's your actual weekly time commitment to keep a solo build moving?
@jhansen This matches something I went through recently.
Joining an existing robotics community (FRC, university clubs, maker spaces) before going fully solo is a common and effective way to pick up practical fabrication and control skills faster than working entirely alone from tutorials.
Currently: 3D printing my way to bankruptcy.
Re: What's your actual weekly time commitment to keep a solo build moving?
@gimbalmar65 This raises a question for me -
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.
she/her
Re: What's your actual weekly time commitment to keep a solo build moving?
This matches what I've seen too.
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, assembly instructions, and control code all published for hobbyists to replicate.
Ex-automotive, now full-time robots.
-
forgecam45
- Posts: 53
- Joined: Sat Feb 28, 2026 11:24 pm
Re: What's your actual weekly time commitment to keep a solo build moving?
@rivera14 Yeah, this tracks with what I've read as well.
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, assembly instructions, and control code all published for hobbyists to replicate.
he/him
Re: What's your actual weekly time commitment to keep a solo build moving?
Minor factual note:
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. 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 to a larger, more capable build.
Building > buying.
Re: What's your actual weekly time commitment to keep a solo build moving?
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 to a larger, more capable build. The Berkeley Humanoid Lite stands about 1 meter tall and weighs roughly 16 kg, which is a genuinely reasonable target size for a first serious hobbyist build - big enough to be a real bipedal platform, small enough to not need industrial-scale actuators or a huge budget.
he/him
-
zoeanderson
- Posts: 243
- Joined: Sat Oct 26, 2024 2:39 am
Re: What's your actual weekly time commitment to keep a solo build moving?
@nicole10 Minor factual note:
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, assembly instructions, and control code all published for hobbyists to replicate.
-
chloe_jack
- Posts: 176
- Joined: Sat Nov 30, 2024 12:42 pm
Re: What's your actual weekly time commitment to keep a solo build moving?
@zoeanderson I'll believe the stronger version of that claim when it's independently verified.
Group-buy arrangements for harder-to-source parts (small harmonic drives, precision bearings, custom PCBs) are a common way hobbyist communities work around the fact that specialty components are often only sold in industrial minimum-order quantities. 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.
"The best actuator is the one that doesn't overheat."