Skip to content

Commit

Permalink
Merge pull request #1109 from bitcraze/krichardsson/tdoa3-lr-std
Browse files Browse the repository at this point in the history
Higher default std for tdoa3 long range
  • Loading branch information
krichardsson authored Sep 6, 2022
2 parents 681bb85 + 635c4b2 commit 6cd1b6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/interface/tdoa/tdoaEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@

#include "tdoaStorage.h"
#include "tdoaStats.h"
#include "autoconf.h"

#if CONFIG_DECK_LOCO_LONGER_RANGE
#define TDOA_ENGINE_MEASUREMENT_NOISE_STD 0.30f
#else
#define TDOA_ENGINE_MEASUREMENT_NOISE_STD 0.15f
#endif

typedef void (*tdoaEngineSendTdoaToEstimator)(tdoaMeasurement_t* tdoaMeasurement);

Expand Down

0 comments on commit 6cd1b6b

Please sign in to comment.