# R BOT

R BOT is a humanoid robot developed by Daehan Won.

![](/files/-Mgi7shGYD7KMcpa8UfC)

## video

{% embed url="<https://youtu.be/qPRbOdSb7tU>" %}

## library

{% embed url="<https://github.com/makebot-lab/Rbot-lib>" %}

### method

```
Rbot Rbot; //define Rbot object
Rbot.ready(); //initalize Rbot
Rbot.home(); //Rbot home
Rbot.move(direction); //move Rbot(direction : 1(forward), 2(backward), 3(turn left), 4(turn right))
Rbot.motion(motion); //play motion(motion : 1(hello1), 2(hello2), 3(jump), 4(stand up), 5(icanfly), 6(penguin), 7(yay), 8(sit down), 9(yes), 10(no), 11(dance), 12(handshake))
Rbot.sound(sound); //play sound(sound : 1(happy), 2(sad), 3(surprise), 4(angry), 5(sleepy), 6(joy))
Rbot.distance(); //return distance sensor's value
```


---

# 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://docs.makebot.kro.kr/r-bot.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.
