# APX4 3.2.14

{% hint style="info" %}
Please use Auterion Mission Control 1.34 or newer with this version of APX4.
{% endhint %}

{% hint style="info" %}
Changes compared to APX4 3.2.12
{% endhint %}

### General Improvements <a href="#gnss-denied-operational-enhancements" id="gnss-denied-operational-enhancements"></a>

* Commander Failsafe: Never override a user intended *Termination*. Fixes: system switches out of *Termination* during a failsafe event.
  * Example: The user sends a termination command to the vehicle (e.g. by pressing the *Shutdown* button in the AMC Emergency Actions) and then switches off the remote control station before the vehicle is disarmed. Without this fix the drone will execute the "manual control loss" failsafe (by default: *Return to Launch*) and spin up the motors again. With this fix a switch to *Termination* is not reversible, the vehicle cannot switch to another mode and has to be rebooted to be flown again.
* Navigator: RTL type reverse: during last stage of landing, set next waypoint to invalid. Fixes: Vehicle oscillates horizontally while in landing during a RTL type *reverse* (RTL\_TYPE=2 and no mission landing).
* EKF2: Initialize global position from GNSS position when no global position measurement exists but GNSS velocity is active. Fixes: Position estimation not initialized in these cases.
* Increase stack size of UAVCAN workqueue. Fixes: Removes "Low on stack" warnings.


---

# 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.auterion.com/release-notes/flight-control/apx4-3.2/apx4-3.2.1.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.
