Python library for Robomation robots and AI extensions
Project description
robomation
로보메이션(Robomation) 로봇과 AI 확장모듈을 위한 파이썬 패키지입니다.
햄스터 S, 햄스터, 삐오봇, 터틀, Beagle, 라쿤봇, 치즈스틱 등 로보메이션 로봇을 파이썬 코드로 제어하고,
카메라·마이크 기반의 AI 인식 기능(얼굴/손/몸/사물/색깔/마커 인식, 음성 인식, 자율주행)을 손쉽게 사용할 수 있습니다.
Windows / macOS / Chromebook 어느 환경에서든, VSCode 같은 파이썬 환경에서 바로 동작합니다.
설치
pip install -U robomation
요구 사항
- Python 3.9 이상
- 로봇 사용 시: USB 동글 또는 시리얼 연결
- AI 모듈 사용 시: 카메라 / 마이크, 그리고 OS의 카메라·마이크 권한 허용
주요 의존성(pip install -U robomation 시 자동 설치됩니다):
pyserial, numpy, opencv-contrib-python, mediapipe, SpeechRecognition, sounddevice (Windows는 pygrabber 추가).
지원 라이브러리
공통
| 모듈 | 설명 |
|---|---|
| Utils | 유틸리티 |
로봇
| 모듈 | 설명 |
|---|---|
| HamsterS | 햄스터 S |
| Hamster | 햄스터 |
| Pio | 삐오봇 |
| Turtle | 터틀 |
| Beagle | 비글 |
| RaccoonBot | 라쿤봇 |
| CheeseStick | 치즈스틱 |
AI 확장모듈
| 모듈 | 설명 |
|---|---|
| ASR | 음성 인식 |
| FaceDetection | 얼굴 찾기 |
| DetailedFaceDetection | 상세하게 얼굴 찾기 |
| FaceExpression | 나이, 성별, 표정 |
| HandDetection | 손 찾기 |
| BodyDetection | 몸 찾기 |
| ObjectDetection | 사물 인식 찾기 |
| ColorDetection | 색깔 찾기 |
| ArucoMarker | ArUco 마커 찾기 |
| SelfDriving | 카메라 자율주행하기 |
치즈스틱 확장모듈
| 모듈 | 설명 |
|---|---|
| CSD01 | 스위치 |
| CSD02 | RGB LED |
| CSD03 | 로터리 퍼텐쇼미터 |
| CSD07 | 소리 센서 |
| CSD09 | 모터 |
| CSD10 | 조도 센서 |
| NeoPixel | 네오픽셀 |
| HAT010 | HAT-010 5x5 매트릭스 |
| HAT022 | HAT-022 터치 피아노 |
| PID13 | PID-13 조이스틱과 버튼 |
| PID26 | PID-26 환경 센서 |
사용법 (Usage)
로봇 제어
from robomation import *
hamster_s = HamsterS()
hamster_s.set_wheel_speed('both', 30)
AI 확장 모듈 — 얼굴 인식
from robomation import *
face_detection = FaceDetection(0)
face_detection.device(0)
face_detection.load_model()
face_detection.detect_continuous()
while True:
if face_detection.detected():
print(face_detection.face('x'), face_detection.face('y'))
Utils.wait(0.1)
치즈스틱 확장 모듈 - 네오픽셀
from robomation import *
cheesestick = CheeseStick()
neopixel = cheesestick.NeoPixel()
neopixel.set_range_pattern(1, 1, '3_colors')
참고 사항 (Notes)
- 카메라/마이크는 OS 권한 허용이 필요합니다.
문서 (Documentation)
자세한 사용법과 예제는 Github Wiki에서 확인할 수 있습니다.
라이선스 (License)
본 라이브러리는 GNU Lesser General Public License v2.1 이상(LGPL-2.1-or-later) 하에 배포됩니다.
자세한 내용은 LICENSE 파일을 참고하세요.
Copyright (c) 2016 Kwang-Hyun Park.
Copyright (c) 2026 Robomation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robomation-0.1.0.tar.gz.
File metadata
- Download URL: robomation-0.1.0.tar.gz
- Upload date:
- Size: 173.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f14c2f13041150226c010d192a79597e14da9183e966345ae4525922cece9a28
|
|
| MD5 |
299f4ab1ede0b4b90eb1caf75f26a01b
|
|
| BLAKE2b-256 |
66edcebda1bd8656375e3b58771ed65dfd91164b21cf6b57971805fa7f21fedc
|
Provenance
The following attestation bundles were made for robomation-0.1.0.tar.gz:
Publisher:
publish.yml on RobomationLAB/Robomation_Python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
robomation-0.1.0.tar.gz -
Subject digest:
f14c2f13041150226c010d192a79597e14da9183e966345ae4525922cece9a28 - Sigstore transparency entry: 2114057920
- Sigstore integration time:
-
Permalink:
RobomationLAB/Robomation_Python@02bc095bbb3c9e42b74c5904984b93a6471e8f9a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/RobomationLAB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@02bc095bbb3c9e42b74c5904984b93a6471e8f9a -
Trigger Event:
push
-
Statement type:
File details
Details for the file robomation-0.1.0-py3-none-any.whl.
File metadata
- Download URL: robomation-0.1.0-py3-none-any.whl
- Upload date:
- Size: 244.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd2ecaf73c7f8a749e40f94c16f53c5341b580a6978cf2be99b049219736f0f5
|
|
| MD5 |
0280f0f5e9e161930d08428d3d3e735d
|
|
| BLAKE2b-256 |
4335fbdf6c60418a3b2f0b571806b8f50ad32ff6fefaeb02962e1af1dbeb977a
|
Provenance
The following attestation bundles were made for robomation-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on RobomationLAB/Robomation_Python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
robomation-0.1.0-py3-none-any.whl -
Subject digest:
fd2ecaf73c7f8a749e40f94c16f53c5341b580a6978cf2be99b049219736f0f5 - Sigstore transparency entry: 2114057942
- Sigstore integration time:
-
Permalink:
RobomationLAB/Robomation_Python@02bc095bbb3c9e42b74c5904984b93a6471e8f9a -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/RobomationLAB
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@02bc095bbb3c9e42b74c5904984b93a6471e8f9a -
Trigger Event:
push
-
Statement type: