Enable UWB filter engine am: 74fa556410 am: 12894e082e

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/23102512

Change-Id: Ifee1e4764760ae4c11d09010fc94e7aa90079ba5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Kenzi Mudge 2023-05-10 18:35:28 +00:00 committed by Automerger Merge Worker
commit 917352c9a6

View file

@ -17,4 +17,15 @@
*/
-->
<resources>
<!-- When true, the filter engine will alter UWB values to improve accuracy. -->
<bool name="enable_filters">true</bool>
<!-- Enables elevation estimation. Strongly recommended for hardware that doesn't support
elevation. This helps produce better predictions from pose changes, and improves the quality
of the AoA primer. -->
<bool name="enable_primer_est_elevation">true</bool>
<!-- Enables the AoA conversion primer. This is needed on hardware that does not convert AoA
to spherical coordinates, including hardware that does not support elevation.-->
<bool name="enable_primer_aoa">true</bool>
</resources>