@aibee/crc-bmap 0.8.7 → 0.8.8
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.
- package/lib/bmap.cjs.min.js +1 -1
- package/lib/bmap.esm.js +1 -1
- package/lib/bmap.esm.min.js +1 -1
- package/lib/bmap.min.js +1 -1
- package/lib/build/base.d.ts +2 -5
- package/package.json +1 -1
package/lib/bmap.esm.js
CHANGED
|
@@ -23443,7 +23443,7 @@ var ImuPosition = class {
|
|
|
23443
23443
|
abnor_peak_time = 0;
|
|
23444
23444
|
abnor_peak_accH = 0;
|
|
23445
23445
|
// step length
|
|
23446
|
-
const_step_length = 0.
|
|
23446
|
+
const_step_length = 0.85;
|
|
23447
23447
|
// mean step length, can be changed
|
|
23448
23448
|
// rotation parsing
|
|
23449
23449
|
last_rot = [];
|