> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/kits/mecanum/intro.md).

# 四驅麥輪車套件介紹

### 產品介紹

四驅麥輪車是為Microbit而設計的套件，是一套進階的車類套件。套件內的麥卡納姆輪有著全方位移動的特性，容許大家設計一些十分靈活的機械人，在一般車類機械人無法使用的狹窄環境大派用場，它奇妙的移動特性更可以教大家這種新型車輪的運作原理。

這套套件有兩種版本，基礎版和射擊版。

* 基礎版
  * 基礎版可以搭建出一台遙控四驅麥輪車。

<figure><img src="/files/GKE2xD3kDeluo5vu4trr" alt=""><figcaption></figcaption></figure>

* 射擊版
  * 射擊版比起基礎版多了額外的積木包和舵機，可以組裝進階版的射擊炮台；套件還附有一隻JoyFrog手掣，實現更加準確的遙控控制。

<div><figure><img src="/files/iQsPNTyYLGoPR5Lg0RV9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/fpNJtXSNX2p0vFVsAP6f" alt=""><figcaption></figcaption></figure></div>

### 四驅麥輪車套件內容

![](https://kittenbothk.readthedocs.io/en/latest/_images/32.jpg)

![](https://kittenbothk.readthedocs.io/en/latest/_images/8.jpg)

![](https://kittenbothk.readthedocs.io/en/latest/_images/7.jpg)

### 基礎版配件包

* Robotbit擴展板x1
* GeekServo電機x4
* 麥卡納姆輪x4
* 麥輪車軸轉接器x4
* 積木包x1
* 18650鋰電池x1
* USB數據線x1
* Microbit矽膠套x1

### 射擊版配件包

* GeekServo舵機x1
* GeekServo 360續轉舵機x1
* 炮台擴展積木包x1
* JoyFrog手掣x1
* 電池盒x1
* 橡筋包x1

### 產品特色

* 基於Microbit的圖形化編程，更容易上手
* 兼容樂高積木，擴展性高
* 全方位移動，新穎兼靈活性高
* 支援MakeCode和Kittenblock編程

### 產品參數

* 包裝盒尺寸：251x182x81mm
* 重量：880g(基礎版)，1140g(射擊版)
* 麥輪尺寸：64mm外經

### 介紹短片

{% embed url="<https://www.youtube.com/watch?feature=youtu.be&v=OkAB-bp0mbQ>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/kits/mecanum/intro.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
