Reachy Mini documentation

Build, play, and innovate with Reachy Mini πŸ€–

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Build, play, and innovate with Reachy Mini πŸ€–

⚑️ Quick Look

Control your robot in just a few lines of code:

from reachy_mini import ReachyMini
from reachy_mini.utils import create_head_pose

with ReachyMini() as mini:
    # Look up and tilt head
    mini.goto_target(
        head=create_head_pose(z=10, roll=15, degrees=True, mm=True),
        duration=1.0
    )

πŸš€ Get Started

πŸ“‚ Code Examples

We provide a collection of ready-to-run scripts to help you understand how to use specific features of the robot.

πŸ‘‰ Browse the Examples Folder

πŸ€– AI-Assisted Development

Using an AI coding agent (Claude Code, Codex, Copilot, etc.)? You can start building apps right away. Paste this prompt to your agent:

I’d like to create a Reachy Mini app. Start by reading https://github.com/pollen-robotics/reachy_mini/blob/develop/agents.md

This agents.md guide gives AI agents everything they need: SDK patterns, best practices, example apps, and step-by-step skills.

❓ Troubleshooting

Encountering an issue? πŸ‘‰ Check the Troubleshooting & FAQ Guide

πŸ’¬ Community

Update on GitHub