Skip to content

Commit

Permalink
fix(bluetooth-classic): tuned filter parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mKeRix committed Jan 27, 2020
1 parent dadaa0d commit 58f79ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ import { KalmanFilterable } from '../../util/filters';
import { makeId } from '../../util/id';

@Injectable()
export class BluetoothClassicService extends KalmanFilterable(Object, 1.4, 0.8)
export class BluetoothClassicService extends KalmanFilterable(Object, 1.4, 1)
implements OnModuleInit, OnApplicationBootstrap {
private readonly config: BluetoothClassicConfig;
private rotationOffset = 0;
Expand Down

0 comments on commit 58f79ab

Please sign in to comment.