# ottopus

Ottopus is an octopus robot developed by Daehan Won.

![](/files/-Mgi90aLnLTWjh0G4D0a)

## video

{% embed url="<https://www.youtube.com/watch?v=pe11TF9Kvl4>" %}

## library

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

### method

```
Ottopus Ottopus; //define ottpus object
Ottopus.ready(); //initalize ottopus
Ottopus.home(); //home
Ottopus.move(/* value : 1(forward), 2(backward), 3(left), 4(right) */); //move
Ottopus.motion(/* value : 1(hello), 2(yes), 3(no), 4(jump), 5(icanfly), 6(sleeping), 7(yay), 8(dance1), 9(dance2), 10(crazydance), 11(eating), 12(UFO) */) //motion
Ottopus.sound(/* value : 1(happy), 2(sad), 3(surprised), 4(angry), 5(sleepy), 6(joy) */); //sound
```


---

# 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/ottopus.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.
