# Cyclops Computer

The Cyclops system uses a flight computer to process camera data in order to provide a position estimate to the flight controller.&#x20;

Cyclops has successfully integrated with the following flight computers:

* Nano Pi R6C (Ubuntu 22 LTS)
* [Raspberry Pi 5](https://pip-assets.raspberrypi.com/categories/892-raspberry-pi-5/documents/RP-008348-DS-4-raspberry-pi-5-product-brief.pdf?disposition=inline) (Ubuntu 24 LTS)

See [Pi 5 Walkthrough](/cyclops/cyclops-computer/pi-5-walkthrough.md) to get started setting up your Flight Computer


---

# 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://docs.theseus.us/cyclops/cyclops-computer.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.
