# ottopus

Ottopus is an octopus robot developed by Daehan Won.

![](https://4092286226-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Mf1gYI7w-fy2c89mn2-%2F-Mgi6ZF__byPJjvKGvgG%2F-Mgi90aLnLTWjh0G4D0a%2Fottopus.png?alt=media\&token=aa8e7cf7-238c-4352-94dd-a878cef98dd8)

## 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
```
