> For the complete documentation index, see [llms.txt](https://aifs-drone-curriculum.gitbook.io/published/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aifs-drone-curriculum.gitbook.io/published/5-flight/indoor-manual-flight.md).

# Indoor Manual Flight

## Learning Objectives&#x20;

* <mark style="color:red;">**`SWBAT`**</mark>: Develop "Free Flight" skills&#x20;
* <mark style="color:red;">**`SWBAT`**</mark>: Navigate the "Free Flight" checklist&#x20;
* <mark style="color:red;">**`SWBAT`**</mark>: Develop "Autonomous Flight" skills&#x20;
* <mark style="color:red;">**`SWBAT`**</mark>: Navigate the "Autonomous Flight" checklist&#x20;

## Key Objectives

This module introduces students to drone flight physics and teaches students how to operate drones manually. In this module, students will fly drones in the classroom, so they are not required to have a Part 107 license. A TRUST certification is necessary (which should have been obtained in the Regulations Module (Module 3).&#x20;

<mark style="color:red;">**`Note`**</mark>: Teachers must maintain a current Part 107 license before teaching this module.&#x20;

* [ ] What are the 3 rotational forces that act upon a drone?&#x20;
  * Roll: Rotation around front-to-back axis&#x20;
  * Pitch: Rotation about side-to-side axis&#x20;
  * Yaw: Rotation about vertical axis&#x20;
* [ ] Understand how a drone conducts vertical movement (up/down), rotational movement (left/right), lateral movement (forward/reverse), lateral movement (left/right)&#x20;
* [ ] Learn basic drone flying maneuvers: launch, climb, fly a box: pitch, fly a box: turn, landing&#x20;

## Data

| Type     |                                                     Material                                                     |
| -------- | :--------------------------------------------------------------------------------------------------------------: |
| Slides   |    [Link to Slides](https://docs.google.com/presentation/d/10LTzVCNayf_bcVYjSqOlw55yNvdtcFpGLogYYKT2TYE/edit)    |
| Quiz     | [Link to Quiz](https://docs.google.com/forms/d/1DdhSlVS2gQuV1Rhiq5-VGbVjKU00oqa-ggb7im8S7D0/edit?usp=drive_copy) |
| Activity |     [Link to Activity](https://docs.google.com/document/d/1YFlvu5_RYdixPsaL2jitYJQ4x0BP6pkUrWPPvtH3Pw0/edit)     |

## Lesson Plan

* [ ] Manual Flight Presentation&#x20;


---

# 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://aifs-drone-curriculum.gitbook.io/published/5-flight/indoor-manual-flight.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.
