# 全向輪

## 什麼是全向輪 <a href="#what-is-an-omni-wheel" id="what-is-an-omni-wheel"></a>

![](/files/-LylJ2QWApusdhiFhKJi)

全向輪是輪胎的一種，具有輪框和與其垂直方向的多個滾輪，數個全向輪的組合可以往360度任一方向移動，多用於空間狹小、不方便轉彎的地方。

FlipRobot中的全向輪，除了使用馬達的程方塊進行控制，也可以使用已經定義好的全向輪之函式控制其移動方位、時鐘方向、角度、座標、速度。

![](/files/-LylJ72lwZ-dcnBeoNHN)

## **如何控制全向輪** <a href="#how-to-control-omni-wheel" id="how-to-control-omni-wheel"></a>

下面的程式範例將控制全向輪的移動。

如下圖，使用角度來控制全向輪的行徑路線。全向輪先以200的速度往210°移動1秒後，再往45°移動1秒。

![](/files/-LRq0iDSW6YhjPYFmuuH)

​


---

# 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://fliprobot.gitbook.io/knowledge-base/body-of-e300-machanical-parts/omni-wheel.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.
