@deeptrekker/api-domain 1.0.6-imu-quat-msg.1 → 1.0.6-imu-quat-msg.2

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.
@@ -1 +1 @@
1
- export declare const API_VERSION = "1.0.6-imu-quat-msg.1";
1
+ export declare const API_VERSION = "1.0.6-imu-quat-msg.2";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.API_VERSION = void 0;
4
4
  /* AUTO GENERATED FILE */
5
- exports.API_VERSION = "1.0.6-imu-quat-msg.1";
5
+ exports.API_VERSION = "1.0.6-imu-quat-msg.2";
@@ -339,18 +339,18 @@ export type X4TrackedPosition = {
339
339
  * This is used to track specific locations of interest in the vehicle's movement.
340
340
  *
341
341
  * The coordinates can be updated via SLAM or other localization methods.
342
- * See {@link X4TrackedPositionCoordinates | X4TrackedPositionCoordinates} for more details.
342
+ * See {@link X4Coordinate | X4Coordinate} for more details.
343
343
  */
344
- pois?: Record<string, X4TrackedPositionCoordinates>;
344
+ pois?: Record<string, X4Coordinate>;
345
345
  /**
346
346
  * A record of the snail trail associated with the X4 vehicle.
347
347
  * Each point in the snail trail is identified by a unique key and contains coordinates (x, y, z).
348
348
  * This is used to track the vehicle's path over time.
349
349
  *
350
350
  * The coordinates can be updated via SLAM or other localization methods.
351
- * See {@link X4TrackedPositionCoordinates | X4TrackedPositionCoordinates} for more details.
351
+ * See {@link X4Coordinate | X4Coordinate} for more details.
352
352
  */
353
- snailTrail?: Record<string, X4TrackedPositionCoordinates>;
353
+ snailTrail?: Record<string, X4Coordinate>;
354
354
  };
355
355
  /**
356
356
  * The X4 grabber type.
@@ -411,19 +411,6 @@ export type X4Coordinate = {
411
411
  y?: number;
412
412
  z?: number;
413
413
  };
414
- /**
415
- * The X4 coordinate type.
416
- * It includes properties for the x, y, and z coordinates of a point in space.
417
- * This type is used to represent a point in the X4 vehicle's movement or position.
418
- * @internal
419
- * @alpha
420
- * @group X4
421
- * @category Navigation
422
- */
423
- export type X4TrackedPositionCoordinates = {
424
- world?: X4Coordinate;
425
- map?: X4Coordinate;
426
- };
427
414
  /**
428
415
  * The PDM (Power Distribution Module) type.
429
416
  * It includes properties for controlling the ports, busses, and monitoring temperatures of the PDM.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeptrekker/api-domain",
3
- "version": "1.0.6-imu-quat-msg.1",
3
+ "version": "1.0.6-imu-quat-msg.2",
4
4
  "description": "A business domain of types and schemas that the Deep Trekker topside communicates with via an API.",
5
5
  "main": "dist/index.js",
6
6
  "engines": {