Skip to content

orocapangyo/reachy-mini

Repository files navigation

<<<<<<< HEAD

reachy-mini

소개

reachy-mini는 소형 로봇 플랫폼 또는 소프트웨어 프로젝트로, 간단한 제어, 시뮬레이션, 또는 로봇 동작 테스트를 위해 설계되었습니다. 이 프로젝트는 사용자가 손쉽게 로봇의 동작을 제어하고, 다양한 실험을 수행할 수 있도록 직관적인 인터페이스와 확장 가능한 구조를 제공합니다.

주요 특징

  • 간단한 설치 및 실행
  • 모듈화된 구조로 손쉬운 확장성
  • 다양한 로봇 동작 예제 제공
  • 시뮬레이션 및 실제 하드웨어 연동 지원(필요시)

서브모듈

이 프로젝트는 Git Submodule을 사용하여 외부 저장소를 포함하고 있습니다.

reachy_mini

reachy_mini_stl_convexify

서브모듈 사용 방법

# 처음 클론할 때
git clone --recurse-submodules https://github.com/orocapangyo/reachy-mini.git

# 이미 클론한 경우 서브모듈 초기화
git submodule update --init --recursive

# 서브모듈 업데이트
git submodule update --remote

관련 영상

reachy-mini 소개 영상

해당 영상을 클릭하면 YouTube에서 자세한 내용을 확인할 수 있습니다.

기여자 (Contributors)

No. 이름 이메일 GitHub
1 하범수 habemsu7@gmail.com BeomsuHa
2 최정호 ho8909585y@gmail.com
3 이하빈 ihb0126@gmail.com yabeeu0126
4 나승원 jws10375@gmail.com lala4768
5 이세현 a93450311@gmail.com -
6 임태양 jennetime98@gmail.com jenlime98
7 이주선 km01049@gmail.com km01049
8 서다원 tjekdnjs96@gmail.com seodawon
9 정재욱 m6488kk@gmail.com -
10 문진환 jhmoon0224@gmail.com -
=======

Reachy Mini 🤖

Ask on HuggingChat Discord

Reachy Mini is an open-source, expressive robot made for hackers and AI builders.

🛒 Buy Reachy Mini

Reachy Mini Hello

⚡️ Build and start your own robot

Choose your platform to access the specific guide:

🤖 Reachy Mini (Wireless) 🔌 Reachy Mini Lite 💻 Simulation
The full autonomous experience.
Raspberry Pi 4 + Battery + WiFi.
The developer version.
USB connection to your computer.
No hardware required.
Prototype in MuJoCo.
👉 Go to Wireless Guide 👉 Go to Lite Guide 👉 Go to Simulation

Pro tip: Install uv for 10-100x faster app installations (auto-detected, falls back to pip).


📱 Apps & Ecosystem

Reachy Mini comes with an app store powered by Hugging Face Spaces. You can install these apps directly from your robot's dashboard with one click!

  • 🗣️ Conversation App: Talk naturally with Reachy Mini (powered by LLMs).
  • 📻 Radio: Listen to the radio with Reachy Mini !
  • 👋 Hand Tracker: The robot follows your hand movements in real-time.

👉 Browse all apps on Hugging Face


🚀 Getting Started with Reachy Mini SDK

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
    )

User guides


🛠 Hardware Overview

Reachy Mini robots are sold as kits and generally take 2 to 3 hours to assemble. Detailed step-by-step guides are available in the platform-specific folders linked above.

  • Reachy Mini (Wireless): Runs onboard (RPi 4), autonomous, includes IMU. See specs.
  • Reachy Mini Lite: Runs on your PC, powered via wall outlet. See specs.

❓ Troubleshooting

Encountering an issue? 👉 Check the Troubleshooting & FAQ Guide


🤝 Community & Contributing

  • Join the Community: Join Discord to share your moments with Reachy, build apps together, and get help.
  • Found a bug? Open an issue on this repository.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for details. Hardware design files are licensed under Creative Commons BY-SA-NC.

upstream/main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors