Loading…
Creator · nasa-jpl
View original source ↗
Prompt
What it is: The Open Source Rover is an open-source hardware project released by NASA JPL. It is a scaled-down replica of the six-wheeled rover design JPL uses for Mars exploration, built entirely from consumer-grade commercial off-the-shelf (COTS) parts. The project began in 2017 and remains active today, and it has received official OSHW open-source hardware certification. Hardware list and approximate cost: Ten motors drive six wheels. The rover has an aluminum chassis built mainly from off-the-shelf GoBilda parts, with a Raspberry Pi as the control computer. A 7.2Ah battery provides approximately three hours of runtime. The official estimated cost for the complete rover is about $1,600, excluding shipping and tools. Build overview: 1. Order all parts from GoBilda and other suppliers according to parts_list 2. Build the cable harnesses first, then solder and assemble the PCB 3. Assemble the chassis, the two rocker-bogie units, and the drive/steering motor assemblies 4. Integrate the cables and electronics into the mechanical structure 5. Configure the control software on the Raspberry Pi by following the osr-rover-code repository tutorial 6. Once everything is assembled, complete the drive tests, then add sensor extensions as needed Getting-started advice: NASA estimates that a complete build requires at least 100 person-hours. It involves metal cutting, soldering and wiring, plus basic Linux, ROS, and Python knowledge. Read the experience posts in the Slack community first, and do not underestimate the workload.
Models & stability
Recommended models
Keep exploring

A low-cost mobile robotic arm combining a three-wheel omnidirectional base with a SO-ARM101 robotic arm. It works with the LeRobot library for teleoperation and data collection, costing approximately $482 for the complete 12V version and $499 for the 5V version.
Prompt
What it is: LeKiwi is a low-cost mobile manipulation platform created by the SIGRobotics club at the University of Illinois Urbana-Champaign. It combines a three-wheel omnidirectional Kiwi drive base with a SO-ARM101 robotic arm and later b

An AI assistant running on a $5 ESP32-S3 chip. It uses pure C with no Linux or Node.js, communicates through Telegram, calls Claude or GPT to complete tasks, and remembers history across restarts.
Prompt
What it is: MimiClaw packs a complete set of AI agent capabilities—reasoning, tool use, and reading and writing memory—into an ESP32-S3 chip that does not run Linux. It is implemented in pure C, sends and receives messages through Telegram,
A desktop-sized replica of Disney’s BDX robot, standing 42 cm tall. Its reinforcement-learning gait has already been transferred from simulation to the real robot, and the official BOM cost is listed at under approximately $400.
Prompt
What it is: Open Duck Mini v2 is a miniature replica of Disney’s BDX droid. The biped stands 42 cm tall. The author describes the repository as “a work in progress”; many scripts are undocumented, and the repository will continue to be orga