# \[햄스터로봇] 이동하기

### 코드

```
@햄스터 이동하기
```

***

### 설명

* 햄스터로봇을 현재 설정된 속도로 이동시킬 때 사용해요.

***

### 주의사항

* `속도 설정하기`를 먼저 해두는 게 좋아요.
* 장애물/낙하 위험 환경에서는 주의해서 실행해야 해요.

***

### 파이썬 대응 코드

```
from roboid import *
hamster = Hamster()
hamster.wheels(40)
```

***

### 예시

{% code title="예시 코드" %}

```
@햄스터 속도 40 설정하기
@햄스터 이동하기
1초 기다리기
```

{% endcode %}

{% code title="예시 코드의 결과" %}

```
(햄스터로봇이 속도 40 기준으로 1초 동안전진해요.)
```

{% endcode %}

***

### 검색 키워드

햄스터로봇, 이동하기


---

# 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://codebook.horang.it/undefined/undefined-1.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.
