# Tello - HumanPose

## Table of Contents

1. Hardware Setup
   1. Tello Explanation
   2. Possible further investigation
2. Software Setup
   1. Synapse of the Humanpose System
      1. HumanPose Commands
      2. HumanPose Emergency Controls
   2. Docker Explanation
      1. How to Install Docker
      2. How to use Docker
   3. Docker Commands
      1. How to use the bash scripts to run HumanPose
3. Flight Safety
   1. Pre Flight Checklist
   2. Arial Saftey
   3. Emergency Shutoff
4. Field Testing
   1. Steps to run
   2. Expected Outcomes
5. Technical Summary


---

# 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://clemson-autonomous-systems.gitbook.io/clemson-university-autonomous-systems/development-projects/tello-humanpose.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.
