> For the complete documentation index, see [llms.txt](https://gryfn.gitbook.io/gryfn-hardware/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration.md).

# Integration

The following pages contain dedicated instructions for integrating necessary components for GOBI with a variety of sufficiently tested aircraft.

GRYFN Gobi integrates the Freefly Smart Dovetail for both mechanical mounting and electrical connection on all aircraft integrations. Developed by Freefly, in conjunction with Pixhawk, to become the new standard for payload mounting with Pixhawk Payload Bus interfaces, used on nearly all Pixhawk and Ardupilot based flight controllers.&#x20;

Please see Freefly's own words below, but do note that this dovetail is not hotswappable. Therefore, the payload should be attached to the aircraft before being powered, and not removed from the aircraft until after power is turned off.

{% hint style="danger" %}
No hotswap protection. Do not mate or demate Smart Dovetail while the aircraft is powered.

If the payload has even modest capacitance or other inrush current the connector contacts on both aircraft and payload side will be eroded.
{% endhint %}

***

## Mounting Parameters

In the table below, you can find the nominal IMU to Antenna lever arms that should be set in the configuration of the SBG Quanta Micro.

<table data-full-width="false"><thead><tr><th width="185.99993896484375">AIRCRAFT</th><th width="194.6666259765625">ANTENNA 1 (X, Y, Z)</th><th width="184">ANTENNA 2 (X, Y, Z)</th><th>CENTER OF GRAVITY</th></tr></thead><tbody><tr><td><p>Inspired Flight IF1200</p><p>     <em>A1: Front left</em> </p><p>     <em>A2: Rear right</em></p></td><td>0.168, -0.080, -0.448</td><td>-0.117, 0.085, -0.448</td><td>0.025, 0.002, -0.190</td></tr><tr><td><p>Inspired Flight IF800 </p><p>     <em>A1: Rear left</em></p><p>     <em>A2: Rear right</em></p></td><td>-0.235, -0.296, -0.324</td><td>-0.235, 0.313, -0.324</td><td>-0.016, 0.009, -0.176</td></tr><tr><td>Freefly Alta X<br>     <em>A1: Back Right</em><br>     <em>A2: Front Right</em></td><td>-0.133, 0.136, -0.287</td><td>0.170, 0.172, -0.287</td><td>0.036, 0.003, -0.185</td></tr><tr><td><p>DJI Matrice 350 RTK </p><p>     <em>A1: Rear left</em></p><p>     <em>A2: Rear right</em></p></td><td>-0.198, -0.301, -0.199</td><td>-0.198, 0.299, -0.199</td><td>0.034, 0.003, -0.165</td></tr><tr><td>DJI Matrice 600 Pro</td><td>0.036, -0.115, -0.400</td><td>0.036, 0.121, -0.400</td><td>Coming Soon</td></tr></tbody></table>

***

## Mounting

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

{% hint style="info" %}
LiDAR is the back of the remote sensing chassis.
{% endhint %}

### Pixhawk Standard Payload Bus

<table><thead><tr><th width="105">STEP</th><th>ACTION</th></tr></thead><tbody><tr><td>1</td><td>Release payload clamp mechanism from aircraft</td></tr><tr><td>2</td><td>Slide payload dovetail into dovetail mount until it clicks into place</td></tr><tr><td>3</td><td>Lock the payload clamp mechanism</td></tr><tr><td>4</td><td>Connect GNSS antenna cables to correct positions (A1 - Top; A2 - Bottom)</td></tr><tr><td>5</td><td>Attach GNSS antennae *and masts*</td></tr></tbody></table>

### Freefly Toad in the Hole

<table><thead><tr><th width="105">STEP</th><th>ACTION</th></tr></thead><tbody><tr><td>1</td><td>Release payload clamp mechanism from GOBI</td></tr><tr><td>2</td><td>Snap payload onto aircraft-side mount until it clicks into place</td></tr><tr><td>3</td><td>Rotate GOBI until it aligns with center of aircraft</td></tr><tr><td>4</td><td>Lock the payload clamp mechanism</td></tr><tr><td>5</td><td>Connect power cable to top of GOBI</td></tr><tr><td>6</td><td>Connect GNSS antenna cables to correct positions (A1 - Top; A2 - Bottom)</td></tr></tbody></table>


---

# 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://gryfn.gitbook.io/gryfn-hardware/support/gobi-user-manual/integration.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.
