# Humanoid Design Notes

## 人设图

## Mechanical Details

Bone Dimension

![](/files/0VcRhm8Q5GbIvRISi5D1)

Number of joints: 39

head (neck): 3

arm: (3+2+3) x 2

body: 6

leg: (3+2+2) x 2

<figure><img src="/files/6LLlNUxoiQne08WmBi0V" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/q6Tz3CSjwiFRGMFG8Isi" alt=""><figcaption></figcaption></figure>

## Electrical Details

## Control System Details

### Input methods

* [x] XboxController (Python `dotxboxcontroller` [library](https://pypi.org/project/dotxboxcontroller/))
* [ ] IMU angle motion capture (MPU6050 / BNO085) + UWB positioning ++
* [ ] Vive VR
* [ ] Small scale model ++
* [ ] Camera Mocap

### Sync methods

* [ ] Blender
* [ ] Unreal

### Output methods

* [ ] Blender
* [ ] Unreal (digital twin to robot)
* [ ] Pi @ Robot, display control status (Operation GUI)
* [ ] Actual Robot

Joint Position Packet Format

```
joints = [arms[], legs[], hands[], head, neck, spines[], waist, hip]

joints[0:6]: left arm
joints[6:12]: right arm
joints[12:18]: left leg
joints[18:24]: right leg
joints[24:29]: left hand (5 fingers)
joints[29:34]: right hand (5 fingers)
joints[34]: head
joints[35]: neck
joints[36]: spine_0
joints[37]: spine_1
joints[38]: waist
joints[39]: hip
```

### Vision feedback


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tk233.gitbook.io/notes/uw/ai233-design-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
