# MAVLINK AUTOPILOT

#### **Gremsy Payload Integration with Mavlink-based Autopilot Systems**

**Integration Capabilities**

Gremsy payloads support standard communication protocols to interface smoothly with Pixhawk systems, including:

* **MAVLink v2 Protocol**: Compatible with popular firmware such as PX4 and ArduPilot. The payload can receive and respond to gimbal control commands from the autopilot, including angle control, ROI (Region of Interest) tracking, and camera navigation along waypoints.
* **UART/Serial Communication**: Gremsy gimbals offer UART ports for direct communication with the flight controller. Baud rate and protocol settings can be configured to match the specific autopilot setup.
* **Ethernet Interface**: Enables high-speed, low-latency communication for advanced use cases:
  * **UDP Protocol** for real-time gimbal and camera control commands from onboard computers or ground stations.
  * **RTSP (Real-Time Streaming Protocol)** for live video streaming from the payload camera to ground control software or network video recorders.

## General Hardware Connection

1. **Flight Stack without onboard computer**\
   E.g: Cube Pilot, Pixhawk series with Herelink v1.1 remote

<figure><img src="/files/9dSwnYc4BvsmxzeAmVUL" alt=""><figcaption></figcaption></figure>

2. **Flight Stack with onboard computer built-in**\
   E.g: Skynode, VOXL2 with Herelink v1.1

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


---

# 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://docs.gremsy.com/payloads/orus-l/third-parties-integration/mavlink-autopilot.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.
