Search found 103 matches

by nicole10
Sun Aug 30, 2026 11:59 am
Forum: DIY & Hobbyist Builds
Topic: Is joining an FRC/robotics club a good way to build skills before going solo?
Replies: 15
Views: 249

Re: Is joining an FRC/robotics club a good way to build skills before going solo?

<t>@elarsen69 This is a great summary, thanks.

A realistic hobbyist bill-of-materials for a small biped balloons fast once you add a real IMU, decent motor controllers, a reasonable battery/BMS setup, and enough compute for onboard control - the headline '$5k' budget assumes a fair amount of DIY ...
by nicole10
Sun Aug 30, 2026 11:59 am
Forum: DIY & Hobbyist Builds
Topic: Anyone attempted a fully open-source dexterous hand build?
Replies: 22
Views: 227

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

<t>@edward.nelson Slight correction, though the overall point stands:

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 nicole10
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: 311

Re: What's the biggest skill gap you see in new grads applying to robotics roles?

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

Companies like Figure, 1X, Apptronik, and Agility Robotics are reportedly pulling senior ROS, controls, and learning engineers directly out of warehouse-automation and industrial-robotics roles - a sign of real talent competition ...
by nicole10
Sun Aug 30, 2026 11:59 am
Forum: Actuators, Motors & Drivetrains
Topic: What's a reasonable service interval for a commercial-grade joint actuator?
Replies: 43
Views: 547

Re: What's a reasonable service interval for a commercial-grade joint actuator?

<t>@barbara.jones Speaking from personal experience here,

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. Harmonic drives use high ...
by nicole10
Sun Aug 30, 2026 11:59 am
Forum: Actuators, Motors & Drivetrains
Topic: Anyone building actuator test rigs at home for validation?
Replies: 33
Views: 269

Re: Anyone building actuator test rigs at home for validation?

<t>@jwang Just to be precise about one thing:

Field-oriented control (FOC) tuning directly affects how smooth torque output feels - poorly tuned current loops show up as audible whine and jerky low-speed motion, while well-tuned FOC can make even a geared actuator feel fairly fluid.

Kind of ...
by nicole10
Sun Aug 30, 2026 11:59 am
Forum: Manipulation, Grippers & Dexterous Hands
Topic: Anyone tried fully passive compliant fingers with no active sensing at all?
Replies: 45
Views: 535

Re: Anyone tried fully passive compliant fingers with no active sensing at all?

<t>I'd take that specific number with a grain of salt, honestly.

Compliant wrists that absorb impact during a bad approach or misjudged contact reduce mechanical stress on the whole arm, which matters a lot for long-term reliability even though it's a less visible feature than the hand itself ...
by nicole10
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: 706

Re: Anyone measured actual battery degradation after a full year of daily cycling?

<t>Can I ask a dumb follow-up -

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 ...
by nicole10
Sun Aug 30, 2026 11:59 am
Forum: Power Systems & Thermal Management
Topic: How much does ambient warehouse temperature affect battery performance in practice?
Replies: 12
Views: 210

Re: How much does ambient warehouse temperature affect battery performance in practice?

@jwang From what I've seen: DC-DC conversion losses across all the individual actuator drivers add up across a whole robot - it's a less glamorous efficiency question than battery chemistry, but power electronics efficiency meaningfully affects real-world runtime too.
by nicole10
Sun Aug 30, 2026 11:59 am
Forum: DIY & Hobbyist Builds
Topic: Anyone built custom PCBs for motor control instead of buying drivers?
Replies: 27
Views: 233

Re: Anyone built custom PCBs for motor control instead of buying drivers?

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

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 ...
by nicole10
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: 653

Re: What's the cheapest reliable force sensor setup you've actually gotten working?

<t>Slightly off-topic, but related:

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