@foxglove/schemas 0.7.0 → 0.7.1

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.
Files changed (103) hide show
  1. package/internal/schemas.d.ts.map +1 -1
  2. package/internal/schemas.js +14 -14
  3. package/internal/schemas.js.map +1 -1
  4. package/internal/schemas.ts +14 -20
  5. package/package.json +1 -1
  6. package/schemas/README.md +14 -14
  7. package/schemas/jsonschema/ArrowPrimitive.json +1 -1
  8. package/schemas/jsonschema/CubePrimitive.json +1 -1
  9. package/schemas/jsonschema/CylinderPrimitive.json +1 -1
  10. package/schemas/jsonschema/KeyValuePair.json +1 -1
  11. package/schemas/jsonschema/LinePrimitive.json +1 -1
  12. package/schemas/jsonschema/ModelPrimitive.json +1 -1
  13. package/schemas/jsonschema/SceneEntity.json +10 -10
  14. package/schemas/jsonschema/SceneEntityDeletion.json +1 -1
  15. package/schemas/jsonschema/SceneUpdate.json +12 -12
  16. package/schemas/jsonschema/SpherePrimitive.json +1 -1
  17. package/schemas/jsonschema/TextPrimitive.json +1 -1
  18. package/schemas/jsonschema/TriangleListPrimitive.json +1 -1
  19. package/schemas/jsonschema/index.js +32 -32
  20. package/schemas/jsonschema/index.js.map +1 -1
  21. package/schemas/jsonschema/index.ts +32 -32
  22. package/schemas/proto/foxglove/ArrowPrimitive.proto +1 -1
  23. package/schemas/proto/foxglove/CubePrimitive.proto +1 -1
  24. package/schemas/proto/foxglove/CylinderPrimitive.proto +1 -1
  25. package/schemas/proto/foxglove/KeyValuePair.proto +1 -1
  26. package/schemas/proto/foxglove/LinePrimitive.proto +2 -2
  27. package/schemas/proto/foxglove/ModelPrimitive.proto +1 -1
  28. package/schemas/proto/foxglove/SceneEntity.proto +1 -1
  29. package/schemas/proto/foxglove/SceneEntityDeletion.proto +2 -2
  30. package/schemas/proto/foxglove/SceneUpdate.proto +1 -1
  31. package/schemas/proto/foxglove/SpherePrimitive.proto +1 -1
  32. package/schemas/proto/foxglove/TextPrimitive.proto +1 -1
  33. package/schemas/proto/foxglove/TriangleListPrimitive.proto +1 -1
  34. package/schemas/ros1/ArrowPrimitive.msg +1 -1
  35. package/schemas/ros1/CubePrimitive.msg +1 -1
  36. package/schemas/ros1/CylinderPrimitive.msg +1 -1
  37. package/schemas/ros1/KeyValuePair.msg +1 -1
  38. package/schemas/ros1/LinePrimitive.msg +1 -1
  39. package/schemas/ros1/ModelPrimitive.msg +1 -1
  40. package/schemas/ros1/SceneEntity.msg +1 -1
  41. package/schemas/ros1/SceneEntityDeletion.msg +1 -1
  42. package/schemas/ros1/SceneUpdate.msg +1 -1
  43. package/schemas/ros1/SpherePrimitive.msg +1 -1
  44. package/schemas/ros1/TextPrimitive.msg +1 -1
  45. package/schemas/ros1/TriangleListPrimitive.msg +1 -1
  46. package/schemas/ros2/ArrowPrimitive.msg +1 -1
  47. package/schemas/ros2/CubePrimitive.msg +1 -1
  48. package/schemas/ros2/CylinderPrimitive.msg +1 -1
  49. package/schemas/ros2/KeyValuePair.msg +1 -1
  50. package/schemas/ros2/LinePrimitive.msg +1 -1
  51. package/schemas/ros2/ModelPrimitive.msg +1 -1
  52. package/schemas/ros2/SceneEntity.msg +1 -1
  53. package/schemas/ros2/SceneEntityDeletion.msg +1 -1
  54. package/schemas/ros2/SceneUpdate.msg +1 -1
  55. package/schemas/ros2/SpherePrimitive.msg +1 -1
  56. package/schemas/ros2/TextPrimitive.msg +1 -1
  57. package/schemas/ros2/TriangleListPrimitive.msg +1 -1
  58. package/schemas/typescript/ArrowPrimitive.d.ts +1 -1
  59. package/schemas/typescript/ArrowPrimitive.d.ts.map +1 -1
  60. package/schemas/typescript/ArrowPrimitive.ts +1 -1
  61. package/schemas/typescript/CubePrimitive.d.ts +1 -1
  62. package/schemas/typescript/CubePrimitive.d.ts.map +1 -1
  63. package/schemas/typescript/CubePrimitive.ts +1 -1
  64. package/schemas/typescript/CylinderPrimitive.d.ts +1 -1
  65. package/schemas/typescript/CylinderPrimitive.d.ts.map +1 -1
  66. package/schemas/typescript/CylinderPrimitive.ts +1 -1
  67. package/schemas/typescript/KeyValuePair.d.ts +1 -1
  68. package/schemas/typescript/KeyValuePair.d.ts.map +1 -1
  69. package/schemas/typescript/KeyValuePair.ts +1 -1
  70. package/schemas/typescript/LinePrimitive.d.ts +1 -1
  71. package/schemas/typescript/LinePrimitive.d.ts.map +1 -1
  72. package/schemas/typescript/LinePrimitive.ts +1 -1
  73. package/schemas/typescript/LineType.d.ts +1 -1
  74. package/schemas/typescript/LineType.d.ts.map +1 -1
  75. package/schemas/typescript/LineType.js +1 -1
  76. package/schemas/typescript/LineType.js.map +1 -1
  77. package/schemas/typescript/LineType.ts +1 -1
  78. package/schemas/typescript/ModelPrimitive.d.ts +1 -1
  79. package/schemas/typescript/ModelPrimitive.d.ts.map +1 -1
  80. package/schemas/typescript/ModelPrimitive.ts +1 -1
  81. package/schemas/typescript/SceneEntity.d.ts +1 -1
  82. package/schemas/typescript/SceneEntity.d.ts.map +1 -1
  83. package/schemas/typescript/SceneEntity.ts +1 -1
  84. package/schemas/typescript/SceneEntityDeletion.d.ts +1 -1
  85. package/schemas/typescript/SceneEntityDeletion.d.ts.map +1 -1
  86. package/schemas/typescript/SceneEntityDeletion.ts +1 -1
  87. package/schemas/typescript/SceneEntityDeletionType.d.ts +1 -1
  88. package/schemas/typescript/SceneEntityDeletionType.d.ts.map +1 -1
  89. package/schemas/typescript/SceneEntityDeletionType.js +1 -1
  90. package/schemas/typescript/SceneEntityDeletionType.js.map +1 -1
  91. package/schemas/typescript/SceneEntityDeletionType.ts +1 -1
  92. package/schemas/typescript/SceneUpdate.d.ts +1 -1
  93. package/schemas/typescript/SceneUpdate.d.ts.map +1 -1
  94. package/schemas/typescript/SceneUpdate.ts +1 -1
  95. package/schemas/typescript/SpherePrimitive.d.ts +1 -1
  96. package/schemas/typescript/SpherePrimitive.d.ts.map +1 -1
  97. package/schemas/typescript/SpherePrimitive.ts +1 -1
  98. package/schemas/typescript/TextPrimitive.d.ts +1 -1
  99. package/schemas/typescript/TextPrimitive.d.ts.map +1 -1
  100. package/schemas/typescript/TextPrimitive.ts +1 -1
  101. package/schemas/typescript/TriangleListPrimitive.d.ts +1 -1
  102. package/schemas/typescript/TriangleListPrimitive.d.ts.map +1 -1
  103. package/schemas/typescript/TriangleListPrimitive.ts +1 -1
@@ -1,7 +1,7 @@
1
1
  import { Color } from "./Color";
2
2
  import { Pose } from "./Pose";
3
3
  import { Vector3 } from "./Vector3";
4
- /** (Experimental, subject to change) A primitive representing a cube or rectangular prism */
4
+ /** A primitive representing a cube or rectangular prism */
5
5
  export declare type CubePrimitive = {
6
6
  /** Position of the center of the cube and orientation of the cube */
7
7
  pose: Pose;
@@ -1 +1 @@
1
- {"version":3,"file":"CubePrimitive.d.ts","sourceRoot":"","sources":["CubePrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,6FAA6F;AAC7F,oBAAY,aAAa,GAAG;IAC1B,qEAAqE;IACrE,IAAI,EAAE,IAAI,CAAC;IAEX,uCAAuC;IACvC,IAAI,EAAE,OAAO,CAAC;IAEd,yBAAyB;IACzB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC"}
1
+ {"version":3,"file":"CubePrimitive.d.ts","sourceRoot":"","sources":["CubePrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,2DAA2D;AAC3D,oBAAY,aAAa,GAAG;IAC1B,qEAAqE;IACrE,IAAI,EAAE,IAAI,CAAC;IAEX,uCAAuC;IACvC,IAAI,EAAE,OAAO,CAAC;IAEd,yBAAyB;IACzB,KAAK,EAAE,KAAK,CAAC;CACd,CAAC"}
@@ -4,7 +4,7 @@ import { Color } from "./Color";
4
4
  import { Pose } from "./Pose";
5
5
  import { Vector3 } from "./Vector3";
6
6
 
7
- /** (Experimental, subject to change) A primitive representing a cube or rectangular prism */
7
+ /** A primitive representing a cube or rectangular prism */
8
8
  export type CubePrimitive = {
9
9
  /** Position of the center of the cube and orientation of the cube */
10
10
  pose: Pose;
@@ -1,7 +1,7 @@
1
1
  import { Color } from "./Color";
2
2
  import { Pose } from "./Pose";
3
3
  import { Vector3 } from "./Vector3";
4
- /** (Experimental, subject to change) A primitive representing a cylinder, elliptic cylinder, or truncated cone */
4
+ /** A primitive representing a cylinder, elliptic cylinder, or truncated cone */
5
5
  export declare type CylinderPrimitive = {
6
6
  /** Position of the center of the cylinder and orientation of the cylinder. The flat face(s) are perpendicular to the z-axis. */
7
7
  pose: Pose;
@@ -1 +1 @@
1
- {"version":3,"file":"CylinderPrimitive.d.ts","sourceRoot":"","sources":["CylinderPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,kHAAkH;AAClH,oBAAY,iBAAiB,GAAG;IAC9B,gIAAgI;IAChI,IAAI,EAAE,IAAI,CAAC;IAEX,0CAA0C;IAC1C,IAAI,EAAE,OAAO,CAAC;IAEd,yGAAyG;IACzG,YAAY,EAAE,MAAM,CAAC;IAErB,mGAAmG;IACnG,SAAS,EAAE,MAAM,CAAC;IAElB,4BAA4B;IAC5B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC"}
1
+ {"version":3,"file":"CylinderPrimitive.d.ts","sourceRoot":"","sources":["CylinderPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,gFAAgF;AAChF,oBAAY,iBAAiB,GAAG;IAC9B,gIAAgI;IAChI,IAAI,EAAE,IAAI,CAAC;IAEX,0CAA0C;IAC1C,IAAI,EAAE,OAAO,CAAC;IAEd,yGAAyG;IACzG,YAAY,EAAE,MAAM,CAAC;IAErB,mGAAmG;IACnG,SAAS,EAAE,MAAM,CAAC;IAElB,4BAA4B;IAC5B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC"}
@@ -4,7 +4,7 @@ import { Color } from "./Color";
4
4
  import { Pose } from "./Pose";
5
5
  import { Vector3 } from "./Vector3";
6
6
 
7
- /** (Experimental, subject to change) A primitive representing a cylinder, elliptic cylinder, or truncated cone */
7
+ /** A primitive representing a cylinder, elliptic cylinder, or truncated cone */
8
8
  export type CylinderPrimitive = {
9
9
  /** Position of the center of the cylinder and orientation of the cylinder. The flat face(s) are perpendicular to the z-axis. */
10
10
  pose: Pose;
@@ -1,4 +1,4 @@
1
- /** (Experimental, subject to change) A key with its associated value */
1
+ /** A key with its associated value */
2
2
  export declare type KeyValuePair = {
3
3
  /** Key */
4
4
  key: string;
@@ -1 +1 @@
1
- {"version":3,"file":"KeyValuePair.d.ts","sourceRoot":"","sources":["KeyValuePair.ts"],"names":[],"mappings":"AAEA,wEAAwE;AACxE,oBAAY,YAAY,GAAG;IACzB,UAAU;IACV,GAAG,EAAE,MAAM,CAAC;IAEZ,YAAY;IACZ,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
1
+ {"version":3,"file":"KeyValuePair.d.ts","sourceRoot":"","sources":["KeyValuePair.ts"],"names":[],"mappings":"AAEA,sCAAsC;AACtC,oBAAY,YAAY,GAAG;IACzB,UAAU;IACV,GAAG,EAAE,MAAM,CAAC;IAEZ,YAAY;IACZ,KAAK,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -1,6 +1,6 @@
1
1
  // Generated by https://github.com/foxglove/schemas
2
2
 
3
- /** (Experimental, subject to change) A key with its associated value */
3
+ /** A key with its associated value */
4
4
  export type KeyValuePair = {
5
5
  /** Key */
6
6
  key: string;
@@ -2,7 +2,7 @@ import { Color } from "./Color";
2
2
  import { LineType } from "./LineType";
3
3
  import { Point3 } from "./Point3";
4
4
  import { Pose } from "./Pose";
5
- /** (Experimental, subject to change) A primitive representing a series of points connected by lines */
5
+ /** A primitive representing a series of points connected by lines */
6
6
  export declare type LinePrimitive = {
7
7
  /** Drawing primitive to use for lines */
8
8
  type: LineType;
@@ -1 +1 @@
1
- {"version":3,"file":"LinePrimitive.d.ts","sourceRoot":"","sources":["LinePrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,uGAAuG;AACvG,oBAAY,aAAa,GAAG;IAC1B,yCAAyC;IACzC,IAAI,EAAE,QAAQ,CAAC;IAEf,kDAAkD;IAClD,IAAI,EAAE,IAAI,CAAC;IAEX,qBAAqB;IACrB,SAAS,EAAE,MAAM,CAAC;IAElB,gKAAgK;IAChK,eAAe,EAAE,OAAO,CAAC;IAEzB,4BAA4B;IAC5B,MAAM,EAAE,MAAM,EAAE,CAAC;IAEjB,0FAA0F;IAC1F,KAAK,EAAE,KAAK,CAAC;IAEb,2HAA2H;IAC3H,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB;;;;OAIG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"LinePrimitive.d.ts","sourceRoot":"","sources":["LinePrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,qEAAqE;AACrE,oBAAY,aAAa,GAAG;IAC1B,yCAAyC;IACzC,IAAI,EAAE,QAAQ,CAAC;IAEf,kDAAkD;IAClD,IAAI,EAAE,IAAI,CAAC;IAEX,qBAAqB;IACrB,SAAS,EAAE,MAAM,CAAC;IAElB,gKAAgK;IAChK,eAAe,EAAE,OAAO,CAAC;IAEzB,4BAA4B;IAC5B,MAAM,EAAE,MAAM,EAAE,CAAC;IAEjB,0FAA0F;IAC1F,KAAK,EAAE,KAAK,CAAC;IAEb,2HAA2H;IAC3H,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB;;;;OAIG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC"}
@@ -5,7 +5,7 @@ import { LineType } from "./LineType";
5
5
  import { Point3 } from "./Point3";
6
6
  import { Pose } from "./Pose";
7
7
 
8
- /** (Experimental, subject to change) A primitive representing a series of points connected by lines */
8
+ /** A primitive representing a series of points connected by lines */
9
9
  export type LinePrimitive = {
10
10
  /** Drawing primitive to use for lines */
11
11
  type: LineType;
@@ -1,4 +1,4 @@
1
- /** (Experimental, subject to change) An enumeration indicating how input points should be interpreted to create lines */
1
+ /** An enumeration indicating how input points should be interpreted to create lines */
2
2
  export declare enum LineType {
3
3
  /** 0-1, 1-2, ..., (n-1)-n */
4
4
  LINE_STRIP = 0,
@@ -1 +1 @@
1
- {"version":3,"file":"LineType.d.ts","sourceRoot":"","sources":["LineType.ts"],"names":[],"mappings":"AAEA,yHAAyH;AACzH,oBAAY,QAAQ;IAClB,6BAA6B;IAC7B,UAAU,IAAI;IAEd,kCAAkC;IAClC,SAAS,IAAI;IAEb,yBAAyB;IACzB,SAAS,IAAI;CACd"}
1
+ {"version":3,"file":"LineType.d.ts","sourceRoot":"","sources":["LineType.ts"],"names":[],"mappings":"AAEA,uFAAuF;AACvF,oBAAY,QAAQ;IAClB,6BAA6B;IAC7B,UAAU,IAAI;IAEd,kCAAkC;IAClC,SAAS,IAAI;IAEb,yBAAyB;IACzB,SAAS,IAAI;CACd"}
@@ -2,7 +2,7 @@
2
2
  // Generated by https://github.com/foxglove/schemas
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.LineType = void 0;
5
- /** (Experimental, subject to change) An enumeration indicating how input points should be interpreted to create lines */
5
+ /** An enumeration indicating how input points should be interpreted to create lines */
6
6
  var LineType;
7
7
  (function (LineType) {
8
8
  /** 0-1, 1-2, ..., (n-1)-n */
@@ -1 +1 @@
1
- {"version":3,"file":"LineType.js","sourceRoot":"","sources":["LineType.ts"],"names":[],"mappings":";AAAA,mDAAmD;;;AAEnD,yHAAyH;AACzH,IAAY,QASX;AATD,WAAY,QAAQ;IAClB,6BAA6B;IAC7B,mDAAc,CAAA;IAEd,kCAAkC;IAClC,iDAAa,CAAA;IAEb,yBAAyB;IACzB,iDAAa,CAAA;AACf,CAAC,EATW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QASnB"}
1
+ {"version":3,"file":"LineType.js","sourceRoot":"","sources":["LineType.ts"],"names":[],"mappings":";AAAA,mDAAmD;;;AAEnD,uFAAuF;AACvF,IAAY,QASX;AATD,WAAY,QAAQ;IAClB,6BAA6B;IAC7B,mDAAc,CAAA;IAEd,kCAAkC;IAClC,iDAAa,CAAA;IAEb,yBAAyB;IACzB,iDAAa,CAAA;AACf,CAAC,EATW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QASnB"}
@@ -1,6 +1,6 @@
1
1
  // Generated by https://github.com/foxglove/schemas
2
2
 
3
- /** (Experimental, subject to change) An enumeration indicating how input points should be interpreted to create lines */
3
+ /** An enumeration indicating how input points should be interpreted to create lines */
4
4
  export enum LineType {
5
5
  /** 0-1, 1-2, ..., (n-1)-n */
6
6
  LINE_STRIP = 0,
@@ -1,7 +1,7 @@
1
1
  import { Color } from "./Color";
2
2
  import { Pose } from "./Pose";
3
3
  import { Vector3 } from "./Vector3";
4
- /** (Experimental, subject to change) A primitive representing a 3D model file loaded from an external URL or embedded data */
4
+ /** A primitive representing a 3D model file loaded from an external URL or embedded data */
5
5
  export declare type ModelPrimitive = {
6
6
  /** Origin of model relative to reference frame */
7
7
  pose: Pose;
@@ -1 +1 @@
1
- {"version":3,"file":"ModelPrimitive.d.ts","sourceRoot":"","sources":["ModelPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,8HAA8H;AAC9H,oBAAY,cAAc,GAAG;IAC3B,kDAAkD;IAClD,IAAI,EAAE,IAAI,CAAC;IAEX,yDAAyD;IACzD,KAAK,EAAE,OAAO,CAAC;IAEf,0EAA0E;IAC1E,KAAK,EAAE,KAAK,CAAC;IAEb,6GAA6G;IAC7G,cAAc,EAAE,OAAO,CAAC;IAExB,6EAA6E;IAC7E,GAAG,EAAE,MAAM,CAAC;IAEZ,uPAAuP;IACvP,UAAU,EAAE,MAAM,CAAC;IAEnB,mJAAmJ;IACnJ,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"ModelPrimitive.d.ts","sourceRoot":"","sources":["ModelPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,4FAA4F;AAC5F,oBAAY,cAAc,GAAG;IAC3B,kDAAkD;IAClD,IAAI,EAAE,IAAI,CAAC;IAEX,yDAAyD;IACzD,KAAK,EAAE,OAAO,CAAC;IAEf,0EAA0E;IAC1E,KAAK,EAAE,KAAK,CAAC;IAEb,6GAA6G;IAC7G,cAAc,EAAE,OAAO,CAAC;IAExB,6EAA6E;IAC7E,GAAG,EAAE,MAAM,CAAC;IAEZ,uPAAuP;IACvP,UAAU,EAAE,MAAM,CAAC;IAEnB,mJAAmJ;IACnJ,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC"}
@@ -4,7 +4,7 @@ import { Color } from "./Color";
4
4
  import { Pose } from "./Pose";
5
5
  import { Vector3 } from "./Vector3";
6
6
 
7
- /** (Experimental, subject to change) A primitive representing a 3D model file loaded from an external URL or embedded data */
7
+ /** A primitive representing a 3D model file loaded from an external URL or embedded data */
8
8
  export type ModelPrimitive = {
9
9
  /** Origin of model relative to reference frame */
10
10
  pose: Pose;
@@ -9,7 +9,7 @@ import { SpherePrimitive } from "./SpherePrimitive";
9
9
  import { TextPrimitive } from "./TextPrimitive";
10
10
  import { Time } from "./Time";
11
11
  import { TriangleListPrimitive } from "./TriangleListPrimitive";
12
- /** (Experimental, subject to change) A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference. */
12
+ /** A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference. */
13
13
  export declare type SceneEntity = {
14
14
  /** Timestamp of the entity */
15
15
  timestamp: Time;
@@ -1 +1 @@
1
- {"version":3,"file":"SceneEntity.d.ts","sourceRoot":"","sources":["SceneEntity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,sKAAsK;AACtK,oBAAY,WAAW,GAAG;IACxB,8BAA8B;IAC9B,SAAS,EAAE,IAAI,CAAC;IAEhB,yBAAyB;IACzB,QAAQ,EAAE,MAAM,CAAC;IAEjB,8GAA8G;IAC9G,EAAE,EAAE,MAAM,CAAC;IAEX,8LAA8L;IAC9L,QAAQ,EAAE,QAAQ,CAAC;IAEnB,wKAAwK;IACxK,YAAY,EAAE,OAAO,CAAC;IAEtB,yFAAyF;IACzF,QAAQ,EAAE,YAAY,EAAE,CAAC;IAEzB,uBAAuB;IACvB,MAAM,EAAE,cAAc,EAAE,CAAC;IAEzB,sBAAsB;IACtB,KAAK,EAAE,aAAa,EAAE,CAAC;IAEvB,wBAAwB;IACxB,OAAO,EAAE,eAAe,EAAE,CAAC;IAE3B,0BAA0B;IAC1B,SAAS,EAAE,iBAAiB,EAAE,CAAC;IAE/B,sBAAsB;IACtB,KAAK,EAAE,aAAa,EAAE,CAAC;IAEvB,+BAA+B;IAC/B,SAAS,EAAE,qBAAqB,EAAE,CAAC;IAEnC,sBAAsB;IACtB,KAAK,EAAE,aAAa,EAAE,CAAC;IAEvB,uBAAuB;IACvB,MAAM,EAAE,cAAc,EAAE,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"SceneEntity.d.ts","sourceRoot":"","sources":["SceneEntity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,oIAAoI;AACpI,oBAAY,WAAW,GAAG;IACxB,8BAA8B;IAC9B,SAAS,EAAE,IAAI,CAAC;IAEhB,yBAAyB;IACzB,QAAQ,EAAE,MAAM,CAAC;IAEjB,8GAA8G;IAC9G,EAAE,EAAE,MAAM,CAAC;IAEX,8LAA8L;IAC9L,QAAQ,EAAE,QAAQ,CAAC;IAEnB,wKAAwK;IACxK,YAAY,EAAE,OAAO,CAAC;IAEtB,yFAAyF;IACzF,QAAQ,EAAE,YAAY,EAAE,CAAC;IAEzB,uBAAuB;IACvB,MAAM,EAAE,cAAc,EAAE,CAAC;IAEzB,sBAAsB;IACtB,KAAK,EAAE,aAAa,EAAE,CAAC;IAEvB,wBAAwB;IACxB,OAAO,EAAE,eAAe,EAAE,CAAC;IAE3B,0BAA0B;IAC1B,SAAS,EAAE,iBAAiB,EAAE,CAAC;IAE/B,sBAAsB;IACtB,KAAK,EAAE,aAAa,EAAE,CAAC;IAEvB,+BAA+B;IAC/B,SAAS,EAAE,qBAAqB,EAAE,CAAC;IAEnC,sBAAsB;IACtB,KAAK,EAAE,aAAa,EAAE,CAAC;IAEvB,uBAAuB;IACvB,MAAM,EAAE,cAAc,EAAE,CAAC;CAC1B,CAAC"}
@@ -12,7 +12,7 @@ import { TextPrimitive } from "./TextPrimitive";
12
12
  import { Time } from "./Time";
13
13
  import { TriangleListPrimitive } from "./TriangleListPrimitive";
14
14
 
15
- /** (Experimental, subject to change) A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference. */
15
+ /** A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference. */
16
16
  export type SceneEntity = {
17
17
  /** Timestamp of the entity */
18
18
  timestamp: Time;
@@ -1,6 +1,6 @@
1
1
  import { SceneEntityDeletionType } from "./SceneEntityDeletionType";
2
2
  import { Time } from "./Time";
3
- /** (Experimental, subject to change) Command to remove previously published entities */
3
+ /** Command to remove previously published entities */
4
4
  export declare type SceneEntityDeletion = {
5
5
  /** Timestamp of the deletion. Only matching entities earlier than this timestamp will be deleted. */
6
6
  timestamp: Time;
@@ -1 +1 @@
1
- {"version":3,"file":"SceneEntityDeletion.d.ts","sourceRoot":"","sources":["SceneEntityDeletion.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,wFAAwF;AACxF,oBAAY,mBAAmB,GAAG;IAChC,qGAAqG;IACrG,SAAS,EAAE,IAAI,CAAC;IAEhB,yCAAyC;IACzC,IAAI,EAAE,uBAAuB,CAAC;IAE9B,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC"}
1
+ {"version":3,"file":"SceneEntityDeletion.d.ts","sourceRoot":"","sources":["SceneEntityDeletion.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,sDAAsD;AACtD,oBAAY,mBAAmB,GAAG;IAChC,qGAAqG;IACrG,SAAS,EAAE,IAAI,CAAC;IAEhB,yCAAyC;IACzC,IAAI,EAAE,uBAAuB,CAAC;IAE9B,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC"}
@@ -3,7 +3,7 @@
3
3
  import { SceneEntityDeletionType } from "./SceneEntityDeletionType";
4
4
  import { Time } from "./Time";
5
5
 
6
- /** (Experimental, subject to change) Command to remove previously published entities */
6
+ /** Command to remove previously published entities */
7
7
  export type SceneEntityDeletion = {
8
8
  /** Timestamp of the deletion. Only matching entities earlier than this timestamp will be deleted. */
9
9
  timestamp: Time;
@@ -1,4 +1,4 @@
1
- /** (Experimental, subject to change) An enumeration indicating which entities should match a SceneEntityDeletion command */
1
+ /** An enumeration indicating which entities should match a SceneEntityDeletion command */
2
2
  export declare enum SceneEntityDeletionType {
3
3
  /** Delete the existing entity on the same topic that has the provided `id` */
4
4
  MATCHING_ID = 0,
@@ -1 +1 @@
1
- {"version":3,"file":"SceneEntityDeletionType.d.ts","sourceRoot":"","sources":["SceneEntityDeletionType.ts"],"names":[],"mappings":"AAEA,4HAA4H;AAC5H,oBAAY,uBAAuB;IACjC,8EAA8E;IAC9E,WAAW,IAAI;IAEf,qDAAqD;IACrD,GAAG,IAAI;CACR"}
1
+ {"version":3,"file":"SceneEntityDeletionType.d.ts","sourceRoot":"","sources":["SceneEntityDeletionType.ts"],"names":[],"mappings":"AAEA,0FAA0F;AAC1F,oBAAY,uBAAuB;IACjC,8EAA8E;IAC9E,WAAW,IAAI;IAEf,qDAAqD;IACrD,GAAG,IAAI;CACR"}
@@ -2,7 +2,7 @@
2
2
  // Generated by https://github.com/foxglove/schemas
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.SceneEntityDeletionType = void 0;
5
- /** (Experimental, subject to change) An enumeration indicating which entities should match a SceneEntityDeletion command */
5
+ /** An enumeration indicating which entities should match a SceneEntityDeletion command */
6
6
  var SceneEntityDeletionType;
7
7
  (function (SceneEntityDeletionType) {
8
8
  /** Delete the existing entity on the same topic that has the provided `id` */
@@ -1 +1 @@
1
- {"version":3,"file":"SceneEntityDeletionType.js","sourceRoot":"","sources":["SceneEntityDeletionType.ts"],"names":[],"mappings":";AAAA,mDAAmD;;;AAEnD,4HAA4H;AAC5H,IAAY,uBAMX;AAND,WAAY,uBAAuB;IACjC,8EAA8E;IAC9E,mFAAe,CAAA;IAEf,qDAAqD;IACrD,mEAAO,CAAA;AACT,CAAC,EANW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAMlC"}
1
+ {"version":3,"file":"SceneEntityDeletionType.js","sourceRoot":"","sources":["SceneEntityDeletionType.ts"],"names":[],"mappings":";AAAA,mDAAmD;;;AAEnD,0FAA0F;AAC1F,IAAY,uBAMX;AAND,WAAY,uBAAuB;IACjC,8EAA8E;IAC9E,mFAAe,CAAA;IAEf,qDAAqD;IACrD,mEAAO,CAAA;AACT,CAAC,EANW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAMlC"}
@@ -1,6 +1,6 @@
1
1
  // Generated by https://github.com/foxglove/schemas
2
2
 
3
- /** (Experimental, subject to change) An enumeration indicating which entities should match a SceneEntityDeletion command */
3
+ /** An enumeration indicating which entities should match a SceneEntityDeletion command */
4
4
  export enum SceneEntityDeletionType {
5
5
  /** Delete the existing entity on the same topic that has the provided `id` */
6
6
  MATCHING_ID = 0,
@@ -1,6 +1,6 @@
1
1
  import { SceneEntity } from "./SceneEntity";
2
2
  import { SceneEntityDeletion } from "./SceneEntityDeletion";
3
- /** (Experimental, subject to change) An update to the entities displayed in a 3D scene */
3
+ /** An update to the entities displayed in a 3D scene */
4
4
  export declare type SceneUpdate = {
5
5
  /** Scene entities to delete */
6
6
  deletions: SceneEntityDeletion[];
@@ -1 +1 @@
1
- {"version":3,"file":"SceneUpdate.d.ts","sourceRoot":"","sources":["SceneUpdate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,0FAA0F;AAC1F,oBAAY,WAAW,GAAG;IACxB,+BAA+B;IAC/B,SAAS,EAAE,mBAAmB,EAAE,CAAC;IAEjC,uCAAuC;IACvC,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB,CAAC"}
1
+ {"version":3,"file":"SceneUpdate.d.ts","sourceRoot":"","sources":["SceneUpdate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,wDAAwD;AACxD,oBAAY,WAAW,GAAG;IACxB,+BAA+B;IAC/B,SAAS,EAAE,mBAAmB,EAAE,CAAC;IAEjC,uCAAuC;IACvC,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB,CAAC"}
@@ -3,7 +3,7 @@
3
3
  import { SceneEntity } from "./SceneEntity";
4
4
  import { SceneEntityDeletion } from "./SceneEntityDeletion";
5
5
 
6
- /** (Experimental, subject to change) An update to the entities displayed in a 3D scene */
6
+ /** An update to the entities displayed in a 3D scene */
7
7
  export type SceneUpdate = {
8
8
  /** Scene entities to delete */
9
9
  deletions: SceneEntityDeletion[];
@@ -1,7 +1,7 @@
1
1
  import { Color } from "./Color";
2
2
  import { Pose } from "./Pose";
3
3
  import { Vector3 } from "./Vector3";
4
- /** (Experimental, subject to change) A primitive representing a sphere or ellipsoid */
4
+ /** A primitive representing a sphere or ellipsoid */
5
5
  export declare type SpherePrimitive = {
6
6
  /** Position of the center of the sphere and orientation of the sphere */
7
7
  pose: Pose;
@@ -1 +1 @@
1
- {"version":3,"file":"SpherePrimitive.d.ts","sourceRoot":"","sources":["SpherePrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,uFAAuF;AACvF,oBAAY,eAAe,GAAG;IAC5B,yEAAyE;IACzE,IAAI,EAAE,IAAI,CAAC;IAEX,oDAAoD;IACpD,IAAI,EAAE,OAAO,CAAC;IAEd,0BAA0B;IAC1B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC"}
1
+ {"version":3,"file":"SpherePrimitive.d.ts","sourceRoot":"","sources":["SpherePrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,qDAAqD;AACrD,oBAAY,eAAe,GAAG;IAC5B,yEAAyE;IACzE,IAAI,EAAE,IAAI,CAAC;IAEX,oDAAoD;IACpD,IAAI,EAAE,OAAO,CAAC;IAEd,0BAA0B;IAC1B,KAAK,EAAE,KAAK,CAAC;CACd,CAAC"}
@@ -4,7 +4,7 @@ import { Color } from "./Color";
4
4
  import { Pose } from "./Pose";
5
5
  import { Vector3 } from "./Vector3";
6
6
 
7
- /** (Experimental, subject to change) A primitive representing a sphere or ellipsoid */
7
+ /** A primitive representing a sphere or ellipsoid */
8
8
  export type SpherePrimitive = {
9
9
  /** Position of the center of the sphere and orientation of the sphere */
10
10
  pose: Pose;
@@ -1,6 +1,6 @@
1
1
  import { Color } from "./Color";
2
2
  import { Pose } from "./Pose";
3
- /** (Experimental, subject to change) A primitive representing a text label */
3
+ /** A primitive representing a text label */
4
4
  export declare type TextPrimitive = {
5
5
  /** Position of the center of the text box and orientation of the text. Identity orientation means the text is oriented in the xy-plane and flows from -x to +x. */
6
6
  pose: Pose;
@@ -1 +1 @@
1
- {"version":3,"file":"TextPrimitive.d.ts","sourceRoot":"","sources":["TextPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,8EAA8E;AAC9E,oBAAY,aAAa,GAAG;IAC1B,mKAAmK;IACnK,IAAI,EAAE,IAAI,CAAC;IAEX,kGAAkG;IAClG,SAAS,EAAE,OAAO,CAAC;IAEnB,6CAA6C;IAC7C,SAAS,EAAE,MAAM,CAAC;IAElB,gKAAgK;IAChK,eAAe,EAAE,OAAO,CAAC;IAEzB,wBAAwB;IACxB,KAAK,EAAE,KAAK,CAAC;IAEb,WAAW;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
1
+ {"version":3,"file":"TextPrimitive.d.ts","sourceRoot":"","sources":["TextPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,4CAA4C;AAC5C,oBAAY,aAAa,GAAG;IAC1B,mKAAmK;IACnK,IAAI,EAAE,IAAI,CAAC;IAEX,kGAAkG;IAClG,SAAS,EAAE,OAAO,CAAC;IAEnB,6CAA6C;IAC7C,SAAS,EAAE,MAAM,CAAC;IAElB,gKAAgK;IAChK,eAAe,EAAE,OAAO,CAAC;IAEzB,wBAAwB;IACxB,KAAK,EAAE,KAAK,CAAC;IAEb,WAAW;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -3,7 +3,7 @@
3
3
  import { Color } from "./Color";
4
4
  import { Pose } from "./Pose";
5
5
 
6
- /** (Experimental, subject to change) A primitive representing a text label */
6
+ /** A primitive representing a text label */
7
7
  export type TextPrimitive = {
8
8
  /** Position of the center of the text box and orientation of the text. Identity orientation means the text is oriented in the xy-plane and flows from -x to +x. */
9
9
  pose: Pose;
@@ -1,7 +1,7 @@
1
1
  import { Color } from "./Color";
2
2
  import { Point3 } from "./Point3";
3
3
  import { Pose } from "./Pose";
4
- /** (Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles */
4
+ /** A primitive representing a set of triangles or a surface tiled by triangles */
5
5
  export declare type TriangleListPrimitive = {
6
6
  /** Origin of triangles relative to reference frame */
7
7
  pose: Pose;
@@ -1 +1 @@
1
- {"version":3,"file":"TriangleListPrimitive.d.ts","sourceRoot":"","sources":["TriangleListPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,oHAAoH;AACpH,oBAAY,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,IAAI,EAAE,IAAI,CAAC;IAEX,0FAA0F;IAC1F,MAAM,EAAE,MAAM,EAAE,CAAC;IAEjB,2FAA2F;IAC3F,KAAK,EAAE,KAAK,CAAC;IAEb,4HAA4H;IAC5H,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB;;;;OAIG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"TriangleListPrimitive.d.ts","sourceRoot":"","sources":["TriangleListPrimitive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,kFAAkF;AAClF,oBAAY,qBAAqB,GAAG;IAClC,sDAAsD;IACtD,IAAI,EAAE,IAAI,CAAC;IAEX,0FAA0F;IAC1F,MAAM,EAAE,MAAM,EAAE,CAAC;IAEjB,2FAA2F;IAC3F,KAAK,EAAE,KAAK,CAAC;IAEb,4HAA4H;IAC5H,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB;;;;OAIG;IACH,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB,CAAC"}
@@ -4,7 +4,7 @@ import { Color } from "./Color";
4
4
  import { Point3 } from "./Point3";
5
5
  import { Pose } from "./Pose";
6
6
 
7
- /** (Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles */
7
+ /** A primitive representing a set of triangles or a surface tiled by triangles */
8
8
  export type TriangleListPrimitive = {
9
9
  /** Origin of triangles relative to reference frame */
10
10
  pose: Pose;