# Setup & Getting Started (PX4)

# Setup & Getting Started (PX4)

## Use as Rover (Aircraft) Station

> ⚠️ **Warning**
>
> For PX4 v1.15 and later, the guide below does not apply, please visit the PX4 documentation site for the setup guide:
> 
> <https://docs.px4.io/main/en/gps_compass/septentrio.html>

You only need to set the following parameters:

* GPS\_1\_CONFIG: GPS1 (default to GPS1)
* GPS\_1\_GNSS: 31
* GPS\_1\_PROTOCOL: SBF
* SER\_GPS1\_BAUD: 115200 8N1
* EKF2\_GPS\_CTRL: Bit 3 Dual antenna heading (if the Heading function is not required, this bit does not need to be set)
* GPS\_PITCH\_OFFSET: set according to your setup
* GPS\_YAW\_OFFSET: set according to your setup

> 🖼️ _[Image — to be added]_

To check for heading MAVlink Console :

"listener estimator\_status\_flags " command, Then check the content displayed by cs\_gps\_yaw . True means that Heading has been enabled , False means that Heading has not been enabled .

### GNSS Data Filtering

Set the following parameters to decrease drifting caused by fluctuation from the GNSS reading

* EKF2\_GPS\_P\_NOISE = 1
* EKF2\_GPS\_V\_NOISE = 0.6

## Use as Base Station

> ⚠️ **Warning**
>
> The QGC ground station currently cannot recognize the RTCM data stream of Mosaic-H GPS at this moment, therefore QGC does not support the use of this GPS as Basestation.