# Test MC\_02 - Full Autonomous

## Create and upload mission

❏ Mission Criteria

&#x20;   ❏ Auto take-off

&#x20;   ❏ Changes in Altitude throughout the mission

&#x20;   ❏ First waypoint set to Takeoff

&#x20;   ❏ Enable Mission End RTL

&#x20;   ❏ Duration of 5 to 6 minutes

❏ Upload mission to vehicle using *QGroundControl*

## Arm and Take-off

❏ Arm in any manual mode

❏ Engage Auto to trigger take-off

❏ Observe tracking, cornering and proper RTL performance

❏ Upon touching ground, copter should disarm automatically within 2 seconds (disarm time set by parameter: [COM\_DISARM\_LAND](/px4-user-guide/advanced_config/parameter_reference.md#COM_DISARM_LAND))

## Expected Results

* Take-off should be smooth as throttle is raised
* Mission should upload on first attempt
* Vehicle should automatically take-off upon engaging Auto
* Upon landing, copter should not bounce on the ground


---

# 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://px4.gitbook.io/px4-user-guide/development/test_and_ci/test_flights/mc_02_full_autonomous.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.
