# Mavic Pro

## Overview

The first generation of the Mavic series from DJI.  This quadcopter includes GPS, 3-axis gimbal for camera stablization, forward optical collision avoidance, and folding arms for portability.  Released in 2016, the Mavic Pro features a top speed of 18 m/s and a flight time of around 27 minutes.

<figure><img src="/files/AFlCNrYFed6PIvWf7qVx" alt=""><figcaption></figcaption></figure>

## Specifications

### Aircraft

|                                   |                                                     |
| --------------------------------: | --------------------------------------------------- |
|                         **Model** | Mavic Pro                                           |
|                  **Manufacturer** | DJI                                                 |
|                        **Copter** | Quadcopter                                          |
| **Satellite Positioning Systems** | GPS                                                 |
|   **Operating Temperature Range** | 32° to 104℉ (0° to 40℃)                             |
|              **Max Ascent Speed** | 5 m/s                                               |
|             **Max Descent Speed** | 3 m/s                                               |
|                     **Max Speed** | 18 m/s                                              |
|               **Max Flight Time** | Approx. 27 minutes                                  |
|          **Hover Accuracy Range** | <p>Vertical:<br>±0.5 m<br>Horizontal:<br>±1.5 m</p> |
|                      **Released** | 2016                                                |

### Gimbal

|                        |                                                                             |
| ---------------------: | --------------------------------------------------------------------------- |
|      **Stabilization** | 3-axis (pitch, roll, yaw)                                                   |
| **Controllable Range** | <p>Pitch: -90° to +30°<br>Roll: 0° or 90° (Horizontally and Vertically)</p> |


---

# 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://wiki.zephyr-sim.com/getting-started/drones/dji/mavic-pro.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.
