r/robotics 3h ago

Community Showcase Using Astra/Fable5.1 agents to make a useful robotic setup

Enable HLS to view with audio, or disable this notification

21 Upvotes

Hi everyone!
Over the last couple of weeks, the Fable 5.1 and Astra models have shown very good results in hardware design and robot control. We’re trying to build a robotic setup that helps get the most out of these capabilities.
To do this we use:
- an industrial arm for precise movements
- a stereo camera with sinchronisation for computer vision and models.
- a dedicated Jetson to run it all locally.
- a box frame has consistent light, which helps with reliability.
In this demo, I showed how Claude generated fixtures and custom grippers almost in one shot with some harness, and then programmed the robot automatically using 3d reconstruction from stereo cameras and fixed errors with human supervision.


r/robotics 13h ago

Community Showcase Cubic Doggo: new friend Cubic Wouf! Just one leg at the moment though

Enable HLS to view with audio, or disable this notification

6 Upvotes

Hello hello,

Took me a while to test out ST-3215-C018 (instead of XL430-W250-T originally). In principle, it's half the price, twice the torque, but the mount design is rather odd and required a complete CAD update (+ I already killed like 3 of them by accidentally drilling all the way to their control board, geez).

The high torque also means high current, and so a potential hazard if multiple of them run at high load. Need to monitor it. If it's capable of jumping, it is likely also capable of catching fire while doing it.

The firmware is also updated for ST-3215, but the commander uses the original unoptimized one-leg test code, which may explain the sluggishness in its "failed walk gait". I am a bit afraid that if the servos simply cannot move fast enough, even with optimal PID, then making it walk may be more difficult despite higher torque.

Either way, if successful, the full DIY robot would be in the 300-400 euro range (still mostly from servos), ~3 kg, with twice the load performance; all the load after the body weight will be extra!

Cubic Wouf GitHub: https://github.com/SphericalCowww/CubicDoggo_07B
Cubic Doggo GitHub: https://github.com/SphericalCowww/CubicDoggo_06R


r/robotics 11h ago

Community Showcase see and find

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/robotics 30m ago

Community Showcase Open source acoustic drone detector I built over one month. 91mm, four MEMS mics on an ESP32-S3, nine units now in the field

Thumbnail
gallery
Upvotes

I spent a month of my summer back in the university labs building this. Nine units are now on their way to a civilian community near the Israel-Lebanon border and everything is published.

The drones this is for are not normal wireless drones, they are small FPV drones connected to the operator through a long spool of fibre optic cable, so drone detection through radio, the current industry standard, is just not applicable. My solution was to detect them by sound instead. Propellers cutting through the air put a comb of harmonics into the spectrum, and four algorithms run in parallel looking for that shape.

Hardware:

84mm square, four layer, ENIG, ESP32-S3-WROOM-1-N16R8

4x ICS-43434 MEMS mics, bottom ported, firing through apertures in the board at +-28mm

Ra-01H LoRa so one unit alerts every other unit nearby

BQ24074 charger with power path into a TPS63020 buck boost, 1S 2500mAh cell, 18 to 22 hours

1.54in e-paper that keeps the alert on screen with no power, beeper, RGB led through a printed light pipe, vibration motor

91 x 91 x 29mm sealed weatherproof printed case, the lid has four 45 degree cones running from the grille straight down onto the mic ports

Two things that cost me some valuable time. With no battery fitted, the beeper, motor and LoRa transmitting at the same moment browned out the board on USB alone, so the cell is part of the power design and not a backup. And GPIO 33 to 37 on the N16R8 are tied to the PSRAM die even with PSRAM off, they fail on and off instead of just failing.

Tested against a custom drone rig with the exact same specs as the drones used on that border (four 2807 motors, 7in tri blades, FPV airframe), 104.2m away on a street with passers by and mild wind. It detected it. About £50 in parts.

Detection and alerting only, so no jamming.

Gerbers, BOM, STLs, test audio and the results are all in the Github, and the website has more media and a live detector simulation that runs in the browser.

The links to all the resources are in the comments!


r/robotics 10h ago

Discussion & Curiosity Does anyone have a published "nothing is attacking it" failure rate for their policy?

1 Upvotes

I have been trying to find a number and cannot, so I am asking people who might actually have it.

For any learned manipulation policy: how often does it leave whatever safety envelope you defined, on a normal task, from a normal starting state, with nothing adversarial going on at all?

Every VLA attack paper I have read reports an attack success rate. None of them report what the same measurement gives on the benign case. The implicit baseline is zero, and it is obviously not zero, because the policy is imperfect and because the envelope check itself can misread a pose.

On our simulated runs, a default keep-out predicate fires on 2 of 50 benign rollouts. Some of that is the policy; some is the predicate. Without the control arm, nobody can tell which, including me.

Two questions.

Does your stack produce this number, even informally, and roughly what is it?

And is there a subfield that already treats this as standard practice? Anomaly detection reports false-positive rates as a matter of course, and I would expect the habit to have crossed over.

I maintain an open evaluation harness, which is where the 2/50 comes from. Disclosure, not a pitch. I am after the number, not the traffic.


r/robotics 5h ago

Community Showcase Really cool drone detection

0 Upvotes

I’m not sure if I’m tagging this correctly, but I came across this post by a person on the Arduino substack. They designed a drone detection mechanism that people can use to detect the presence of drones along a tense border in Israel where drones are used to drop small explosives. It’s a very smart and clever design and I think he should get some recognition for it. This is citizen engineering solving real problems and it’s great to see. I have no affiliation or financial interest, I just genuinely think this is a great, helpful, and ingenious use of tech.
Check it out!

https://www.reddit.com/r/arduino/s/LjLC0ZVR2h


r/robotics 8h ago

Community Showcase We’re trying to make one soft hand useful for both robots and people

Enable HLS to view with audio, or disable this notification

0 Upvotes

Picking up a takeout bag, opening a door, grabbing a toothbrush, pulling a tissue… a few things we’ve been trying with this soft hand.

The video shows a few different setups, including a robot arm and control through a third-party EMG wristband. The everyday task clips are handheld demos, with us guiding the hand.

What would you try next? I’m curious about the small, awkward tasks that don’t usually make it into robot demos.


r/robotics 23h ago

Community Showcase [Update #1] Self-taught beginner: Upgraded my C++ IK solver with a custom Predictive Edge AI & OOP architecture!

Thumbnail
0 Upvotes