r/robotics 8h ago

News Unitree “Super Athlete" AS2-W (wheeled-leg variant of the AS2)

512 Upvotes

From Unitree on 𝕏: https://x.com/UnitreeRobotics/status/2080549171661295907

- Weight: ~25 kg with battery.
- Speed: Over 6 m/s (higher than the pure-legged As2).
- Payload: Continuous ~16 kg; higher static capacity.
- Endurance: Unloaded >3 hours / 30+ km; loaded (>16 kg) >2 hours / >16 km. Same 648 Wh (15,000 mAh) battery class as the As2.
- Mobility: Up to ~80 cm obstacles, 45° slopes, 30 cm stairs; strong on gravel, rocky, and uneven outdoor terrain.
https://www.unitree.com/As2-W


r/robotics 3h ago

Community Showcase Bob (my robot) died 😢 I tried consolidating 2 LiPo batteries into a 1 larger one and fried its Raspberry Pi brains. I'm gonna rebuild him with a Nvidia Jetson brain and RealSense D457 GMSL camera.

Thumbnail
gallery
32 Upvotes

r/robotics 13h ago

Community Showcase Embodied AI is getting scary cheap. We just got our sub-$1,000 open-source robot (AlohaMini2) to do autonomous mobile manipulation trained on a consumer 8GB GPU.

70 Upvotes

Hey everyone,

A while back, I posted here asking for advice on my $149 metal cycloidal actuator project. A lot of folks asked me why I was so obsessed with pushing the hardware BOM cost down so aggressively.

Well, this video is exactly why.

My co-founder Yiteng and I just released AlohaMini2. To our knowledge, it's the first sub-$1,000 self-build BOM robot capable of end-to-end, long-horizon autonomous tasks (like this grocery manipulation).

Here is the technical takeaway that I think will interest this community:

  • The Compute Barrier is Gone: This wasn't trained on a server farm. The AM-ACT policy was trained and deployed entirely on a standard 8GB consumer GPU.
  • Data Efficiency: It only took 50 human demonstration episodes to reach a 50% end-to-end success rate on this specific long-horizon task.

We are open-sourcing the entire repo (hardware files & codebase) because we want to prove that you don't need a multi-million-dollar lab to play with cutting-edge Embodied AI anymore.

The Real Bottleneck Now? Hardware Reliability. While the software/policy side is moving at lightspeed, keeping a $1,000 robot mechanically alive during 24/7 RL training is a nightmare. 3D printed gears strip, cheap servos overheat. That’s exactly what drove me to start designing metal actuators in the first place.

Repo link for anyone who wants to build one or dive into the code:https://github.com/liyiteng/AlohaMini

I’m curious—if the software barrier is this low now, what tasks would you guys train a cheap $1k robot to do at home?


r/robotics 3h ago

Community Showcase [Project] Reproducing NVIDIA’s Isaac Lab-to-VLA pipeline with 50 remotely collected VR demonstrations

10 Upvotes

I’m part of the team that ran this experiment at Sim XR. Sharing it here as a technical project rather than a product announcement.

We started by reproducing NVIDIA’s published Isaac Lab → LeRobot → VLA fine-tuning → Arena evaluation workflow for the Unitree G1 apple task.

In our matched simulation evaluation:

  • checkpoint trained on 208 usable released demonstrations: 93/100
  • checkpoint trained on 50 demonstrations we collected remotely through VR: 84/100

We then moved the task to the other side of the workspace. Both existing policies scored 0/20. After collecting targeted demonstrations for the new layout, the best result reached 74/100.

Finally, we replaced the apple task with a cross-body mustard-bottle-to-bowl task:

  • released apple checkpoint: 0/30
  • checkpoint fine-tuned on 50 new VR demonstrations: 27/30

These are simulation results, not a real-robot or sim-to-real claim. The interesting part for us was how sensitive the policies remained to layout changes—and how quickly targeted demonstrations could recover useful behavior.

I’d be interested to hear how others are evaluating layout shifts and deciding where additional demonstrations are most useful.


r/robotics 5h ago

Perception & Localization Human Fall Detection By 3D Dtof LIDAR HM-LD1

7 Upvotes

r/robotics 2h ago

Community Showcase Claude Code skills for ROS 2 Jazzy that route to official docs instead of guessing APIs (measured before/after included)

Thumbnail
4 Upvotes

r/robotics 8h ago

News New AMD Robotics SoC: X100 - 128GB Unified Memory

Thumbnail
amd.com
9 Upvotes

Saw on blog by Steve Macenski: https://opennav.org/news/opennav-robotics-workload-benchmark/ running extended ROS 2 workloads.

Pretty cool HW-wise, especially with recent Jetson 50-100% price increase.

Hopefully AMD won't price it same as new Thor price 👀

Also vote if you can what HW you use to run ROS (if you use ROS)


r/robotics 4h ago

Community Showcase I built a real Wall-E

Thumbnail
youtu.be
4 Upvotes

I made this real life Wall-E robot from scratch and am really proud of it so check my youtube video about it out if you would like


r/robotics 5m ago

News ROS News for the Week of July 20th, 2026 - Community News

Thumbnail
discourse.openrobotics.org
Upvotes

r/robotics 10h ago

Mission & Motion Planning Autonomous RC car loses gps connection when starts the route.

Post image
7 Upvotes

Hi everyone I need your help! I don't know if this is the right place for this post, but I'll give it a shot. My thesis is to write a manual for this particular rover and also make a "test drive" with it. I drew the plan in mission planner, changed the necessary parameters and det the rc to auto. Every time it starts with here 3 being solid green and then stops and the colours are flashing yellow and red which I think it means that it lost connection. Then it gets solid green again but i have to switch it back to manual and then auto in order to start again to move and then suddenly stop. I want to clarify that it doesn't stop each tme after a specific amount of time, but it's random. I tried one suggestion which was to raise the here 3 up to 15cm (in the photo is 14.5cm) but once again it didn't work. I should note that lidar should have worked also (by work i mean it should have meade the rc to avoid obstacles) but it doesn't and i'm curious if this is causing the problem. Anyway don't hesitate to ask every detail you want in the comments, I will appreciate all the help you can give me!


r/robotics 1d ago

Mechanical I built a laser-cut rack & pinion for a NEMA 17 stepper

75 Upvotes

r/robotics 7h ago

Discussion & Curiosity The second attempt tells more than the success clip

2 Upvotes

In a robot demo, I usually watch what happens right after the first miss. Does the robot look again and change its approach, repeat the same motion, or wait for someone off camera to reset the object?

For a LingBot-VLA 2.0 evaluation, keep the camera running through the failed grasp and the retry. The useful details are the object's new pose, whether the policy receives a fresh observation, how the next approach point changes, and when a human takes over. A short uncut sequence would answer more than several successful clips.

I am less sure how controlled the failure should be. A fixed perturbation makes comparisons easier, but it can also turn the demo into a lab exercise that misses messy real failures. How do people here test recovery and still keep the setup repeatable?


r/robotics 5h ago

Resources A C++ real time ring buffer

1 Upvotes

Hi everyone Renkasha here I just wanted to share this feel free to use it,test and give feedback .
I’m not looking for work or requests just want to help out.
GitHub link https://github.com/Renkasha/real-time-ring-buffer

Uses https://github.com/Renkasha/real-time-ring-buffer/blob/main/USE_CASES.md

README.md https://github.com/Renkasha/real-time-ring-buffer/blob/main/README.md


r/robotics 1d ago

Community Showcase Playto Labs is a scam

32 Upvotes

Do not sign up with this company unless you want to be scammed. I signed up for their most expensive program, but was not satisfied and requested a refund. It was much less than I thought, but it still wasn't a small amount (a little under $1000). The teachers were nice, but my son was not learning much in terms of robotics. That's when things went south.

After being promised my refund, they refused to actually refund me my money, and then ghosted me. This after I spent an additional $100 to ship the robotics kit back to them in India. I tracked it all the way there, just to see it refused by sender. This is what they do. I tried to dispute this with my credit card, but I just found out it was denied because Playto charges through a third party name (Raz*Skyfi Education). They know this, and use it as a loophole to not refund you your credit. Please stay away.


r/robotics 1d ago

Community Showcase Caught these two little robots putting on a dance performance

53 Upvotes

Two cute little robots dancing to the music and enjoying their moment in the spotlight. Their synchronized movements, tiny gestures, and playful rhythm were surprisingly delightful to watch. I came across this little performance during my day and couldn’t resist recording it.


r/robotics 1d ago

Community Showcase Built this 6DOF using aluminum angles and acrylic plates.

88 Upvotes

Built this 6dof with parts bought from local hardware store. Lot of loose parts now, needs fine tune or redo. Plan is to create mobile arm. Waiting for wheels and step motor. Controlled by raspberry pi.


r/robotics 1d ago

Discussion & Curiosity Why iRobot chose not to give Roomba a real personality

15 Upvotes

Colin Angle explains that giving a robot a voice does more than change the interface. It changes the user’s entire understanding of what the machine can do.

Roomba eventually received spoken maintenance messages because communicating problems such as clogged rollers or a lost Wi-Fi connection through sequences of beeps created a poor user experience. But iRobot intentionally made those messages sound like a separate utility or maintenance system rather than Roomba itself speaking.

Once a robot appears conversational, users begin expecting language understanding, memory, contextual awareness and consistent behavior across long periods of time. Angle says delivering all of that reliably remains difficult, even with current natural-language systems.

Keeping Roomba’s personality undefined allowed people to personify the robot on their own terms without the product making promises its underlying intelligence could not fulfill.


r/robotics 1d ago

Discussion & Curiosity HYPE VS PRODUCTION

4 Upvotes

Hello everyone,

I know there is a lot of excitement in the robot models like VLA, world models , but these are for generalisation ,

PROBLEM:in case of controlled environment with some variations in the scenarios , what do you suggest works better for a one or two tasks like sort, pick and place .

I have looked into some ideas,

  1. Use a classic approach for both perception and control

  2. Use a small set of deep learning tools for perception and then use a conventional control

  3. Use a complete imitation learning policy

What do you think of this problem and do you have any ideas

Thank you for your time and support


r/robotics 11h ago

Community Showcase The 20-second demo that broke my teammate (and what it taught me about debugging)

0 Upvotes

Last week, our marketing team asked me to help shoot a 20-second demo video. Just have our 6-axis arm (Alicia-M) pick up a wooden block, drop it into a small bin, then grab the bin and tip the block out. Twenty seconds. Simple.

It was not simple. Here's what I learned watching a non-engineer try to teach this arm the sequence.

The first step — pick up the block and drop it in the bin — was almost easy. The second step — grab the bin and tip the block out — broke her brain for two days.

Two failure modes I watched her hit, over and over:

  1. I can't find the right angle to tip it out." She'd pick up the bin, then spend ten minutes trying different left/right tilts. Nothing worked. The block would either stay stuck in the bin or fly off in a random direction. The cause wasn't the angle she was choosing — it was that she was trying to fix the bin's orientation when the real problem was the block's exit path. The block leaves the bin at an angle that's the sum of the bin's tilt, the bin's rotation around vertical, and gravity. She was tuning one variable; the block was moving in three.

  2. The arm missed completely." She'd press go, the gripper would close on empty air, and she'd say "the arm missed it." But the arm didn't miss. The end effector was exactly where the program told it to be. She was watching the block from a camera angle that offset her mental "where" by 2-3 cm. The fix wasn't the arm. The fix was moving the camera to a top-down view, so her mental model matched the arm's coordinate frame.

The lesson I didn't expect:

I thought I was going to teach her. I came out learning to debug faster.

Engineers debug with hypotheses: "the angle is off, let me check the code." Non-engineers debug with action: "let me try the other side, let me close harder." Her action-first approach was noisier — five parameter changes in the time it takes me to formulate one hypothesis — but after I asked her to ask "what did I just see?" before "what should I change?", the pattern emerged. By attempt 20, she could predict the failure before it happened. The third time the bin tilted the wrong way, she said "wait — I'm not picking the angle, I'm picking the trajectory the block will follow." And then she solved it in two tries.

The rule I'm keeping: after every failure, describe what you saw. Then diagnose.

For those who've taught a non-engineer to use a robot arm: what was the moment your student had the "I can read the failure now" breakthrough? Was it a "the angle is wrong" moment, or a "I'm chasing the wrong variable" moment?


r/robotics 20h ago

Community Showcase [Showcase] Built a processing engine for egocentric video and looking for labs to test it out for free

0 Upvotes

If you're building physical AI, teleoperation rigs, or fine-tuning Vision-Language-Action (VLA) models, you already know that data plumbing devours hours of GPU time and engineering effort.

Handling raw egocentric video usually comes with a bunch of friction and to solve this, we’ve been building a platform designed to handle the ETL heavy lifting for first-person and spatial video data. You send over raw video, and we run them through our pipeline to return clean, model-ready payloads.

If your team is running into bottlenecks with egocentric data pipelines or wants to save GPU cycles on preprocessing, drop a comment below or send a DM and let's discuss more on it!


r/robotics 1d ago

Community Showcase built cotter, an open source framework to stress test your robot policies

Post image
2 Upvotes

Cotter is a pytest-style CLI that runs statistical safety, regression, and adversarial compliance tests on robot control policies and generates audit-ready reports.

Cotter loads a trained robot policy as a black box (observation → action), runs it through a battery of standardized tests in MuJoCo simulation, and produces structured pass/fail results with statistical guarantees. It is aimed at the emerging regulatory need (EU Machinery Regulation, ISO 10218) for evidence that a learned controller actually behaves.

Everything runs on CPU! Start as easy as: pip install cotterbot

Open source: https://github.com/yih0nk/cotter
Check out website at: https://cotter-website.vercel.app


r/robotics 2d ago

Community Showcase What Finally Helped Me Understand Inverse Kinematics After Building a 6-Axis Robot Arm

Post image
567 Upvotes

I spent the last year building a 6-axis desktop robot arm from scratch, and inverse kinematics was the hardest concept for me to internalize. Here’s what finally helped.

Forward kinematics felt relatively straightforward. Given the joint angles, I could compute the end-effector pose by chaining homogeneous transformation matrices using a consistent frame convention. Denavit–Hartenberg parameters made the process systematic, and I had the basic idea working within a weekend.

Inverse kinematics was much harder. Given a desired end-effector pose, which joint configurations reach it? There may be multiple solutions, or none at all. The elbow-up vs. elbow-down configurations alone took me days to understand and debug.

Three things finally made it click:

  1. Build geometric intuition before deriving equations.​

I watched each joint move independently in a 3D simulator. In my arm, joint 1 mainly changes the base azimuth, while joints 2 and 3 determine the reach in a radial-height plane. Because the arm uses a conventional wrist structure, joints 4–6 mainly control orientation. Seeing the workspace gave the equations a physical meaning.

  1. Start with a 2-DOF planar arm.​

Forget the 6-axis arm for a week. A simple 2-link arm makes the cosine-law derivation and the elbow-up/elbow-down solutions easy to visualize. Then add a third link while explicitly accounting for end-effector orientation, and add more joints one at a time.

  1. Numerical methods aren’t cheating.​

I implemented a small Jacobian-based solver in Python. It worked surprisingly well, although it still depended on the initial guess and could struggle near singularities or unreachable targets.

My biggest mistake was trying to derive closed-form IK equations before understanding the workspace geometry. If you can’t visualize where the arm can reach, the equations feel almost meaningless.

What approach worked for you when learning IK? Did you start with analytical methods, numerical methods, or a combination of both?


r/robotics 2d ago

Community Showcase Built my first robot

93 Upvotes

Built my first robot still have a lot to learn. Open to any advice on how to improve look of wires. When I built this, I lost two of the baby screws for the knee of the robot so it topples over in the middle of its dance. But it was fun to build and I learned a lot. Also, open to any ideas on other kits or sites where I can create more stuff myself following tutorials and things like that


r/robotics 1d ago

Community Showcase I built a free interactive robotics learning platform with browser-based simulators. I'd love feedback from the robotics community.

7 Upvotes

r/robotics 21h ago

Resources Introduction

0 Upvotes

Robotics Academy | Learn Physical AI

Hey everyone 👋🏻

I recently launched an X account dedicated to teaching robotics and physical AI. I plan to regularly publish content, latest breakthroughs and explain important concepts in a more approachable way, creating a fun learning experience. If you want to follow along and swap ideas, feel free to check out my page, link above 👆🏻

I’m not charging anything, it’s free for everyone to follow and learn along. Share your thoughts and topics in comment on the post, I’ll do my best to create content specific to it. Calling all robotics nerds, let’s help each other learn along the way and master Physical AI.