@aibee/crc-bmap 0.2.3 → 0.2.4

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.
@@ -93,6 +93,6 @@ export declare class ImuPosition {
93
93
  * @param rot: [yaw pitch roll] deg
94
94
  * @returns delta_yaw: deg
95
95
  */
96
- getDeltaYawFromRot(timestamp: number, rot: number[]): number;
96
+ getDeltaYawFromRot(timestamp: number, rot: number[]): number | null;
97
97
  private limitYaw;
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "main": "lib/bmap.min.js",
6
6
  "module": "lib/bmap.esm.js",