Merge "[uwb] Add background ranging support for husky." into main
This commit is contained in:
commit
4d1b0240d7
1 changed files with 7 additions and 0 deletions
|
@ -23,4 +23,11 @@
|
||||||
<!-- Enables the AoA conversion primer. This is needed on hardware that does not convert AoA
|
<!-- 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.-->
|
to spherical coordinates, including hardware that does not support elevation.-->
|
||||||
<bool name="enable_primer_aoa">true</bool>
|
<bool name="enable_primer_aoa">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether background ranging is enabled or not
|
||||||
|
If enabled:
|
||||||
|
* Background 3p apps are allowed to open new ranging sessions
|
||||||
|
* When previously foreground 3p apps moves to background, sessions are not terminated
|
||||||
|
-->
|
||||||
|
<bool name = "background_ranging_enabled">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue