humanoid_robot
휴머노이드 로봇을 주제로 만든 파이썬 패키지 예제입니다.
구조
humanoid_robot/ # 메인 패키지: 휴머노이드 로봇
├── robot_spec.py # 로봇 사양
├── sensor/ # 서브 패키지: 센서
│ ├── camera.py # 카메라
│ └── imu.py # IMU(균형 센서)
├── actuator/ # 서브 패키지: 구동부
│ ├── arm_motor.py # 팔 모터
│ └── leg_motor.py # 다리 모터
└── controller/ # 서브 패키지: 제어기
├── brain.py # 두뇌(판단)
└── battery.py # 배터리
Install
pip install humanoid_robot
Usage
from humanoid_robot import robot_spec
robot_spec.robot_spec_func()
from humanoid_robot.sensor import camera, imu
camera.camera_func()
imu.imu_func()
from humanoid_robot.actuator import arm_motor, leg_motor
arm_motor.arm_motor_func()
leg_motor.leg_motor_func()
from humanoid_robot.controller import brain, battery
brain.brain_func()
battery.battery_func()
Release files for humanoid-robot 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| humanoid_robot-0.1.0.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| humanoid_robot-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / humanoid_robot-0.1.0.tar.gz
| Download URL | humanoid_robot-0.1.0.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5cf606729224b4e19548f545d7db459d2c9a2aa16ad9ff737818afa5864a8bdc
|
|
BLAKE2b-256 checksum How to use checksums |
3d95e2083bbc4584f784d12e1a098b1a8530678e13edfa386ffd11c7dbfdbfdb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / humanoid_robot-0.1.0-py3-none-any.whl
| Download URL | humanoid_robot-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
95488a096fb23a83dc5366035887d4c01a1fd5bd8aeb9368f0cc3f0f1508e23b
|
|
BLAKE2b-256 checksum How to use checksums |
0696f5fc5e40a205fd7928afa64391288e0d8bd2242807ee417d93b95c00ff0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|