@aibee/crc-bmap 0.12.51 → 0.12.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,7 @@ import { SensorData } from "./sensor";
4
4
  export interface PdrOptions {
5
5
  using_gps: boolean;
6
6
  gps_max_horizontalAccuracy: number;
7
+ initial_gps_delay_time: number;
7
8
  }
8
9
  export declare class PositioningSystem {
9
10
  particleFilter: ParticleFilter;
@@ -21,6 +22,7 @@ export declare class PositioningSystem {
21
22
  TrustNum: number;
22
23
  cacheSensorData: SensorData[];
23
24
  startTime: null | number;
25
+ options: PdrOptions;
24
26
  constructor(options: Partial<PdrOptions>);
25
27
  /**
26
28
  * 基于 PDR、iBeacon、罗盘和语义地图的粒子滤波器。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.12.51",
3
+ "version": "0.12.52",
4
4
  "description": "",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.esm.min.js",