# CrazyFlie Setting Up

## AI Deck

### Environment setup

Ubuntu 22.04

#### Set up KVM

Follow the instructions here to set up KVM

{% embed url="<https://docs.docker.com/desktop/install/linux-install/#kvm-virtualization-support>" %}

<figure><img src="/files/3QfcXFQuxxXN0PlFTv31" alt=""><figcaption></figcaption></figure>

#### Install Docker

Follow the instructions here

{% embed url="<https://docs.docker.com/desktop/install/ubuntu/#install-docker-desktop>" %}

If there is error about "docker-desktop : Depends: docker-ce-cli but it is not installable", follow solutions here

{% embed url="<https://stackoverflow.com/questions/72299444/docker-desktop-doesnt-install-saying-docker-ce-cli-not-installable>" %}

#### Launch Docker

```bash
systemctl --user start docker-desktop
```

<figure><img src="/files/45ZxgUALiqsal8TIj1A4" alt=""><figcaption></figcaption></figure>

hello world should be able to run

```bash
docker run hello-world
```

<figure><img src="/files/4X5qmQKaXpexIEY4lXzo" alt=""><figcaption></figcaption></figure>

sudo apt install libtool pkg-config autoconf automake texinfo


---

# 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://tk233.gitbook.io/notes/tools/crazyflie-setting-up.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.
