# Outdoor 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 program drones to fly autonomously. 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;

## Data

| Type         |                                                     Material                                                     |
| ------------ | :--------------------------------------------------------------------------------------------------------------: |
| Slides       |    [Link to Slides](https://docs.google.com/presentation/d/1Vy-uKFg22eHlwQeuICv2dZpvsuh0HIptOtXQSpvoPrE/edit)    |
| Guided Notes |   [Link to Guided Notes](https://docs.google.com/document/d/1Bg3fdxCVvt2zcRAYmWjCeAKVkfNCtx6SnvmjctOjmgM/edit)   |
| Quiz         | [Link to Quiz](https://docs.google.com/forms/d/10SIEzYC5aH_7z0i2Y4JPLbgLypNsvtOXyZxbBsAu_XM/edit?usp=drive_copy) |
| Activity     |     [Link to Activity](https://docs.google.com/document/d/1PYxxb2x2Yo9eNNED9XB_KyW7Z_oPW6pxE4x6oOcFrqU/edit)     |

## Lesson Plan

* [ ] Outdoor Flight Presentation&#x20;


---

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