@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,6 +1,6 @@
1
1
  {
2
2
  "title": "foxglove.SceneEntity",
3
- "description": "(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.",
3
+ "description": "A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference.",
4
4
  "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
@@ -51,7 +51,7 @@
51
51
  "type": "array",
52
52
  "items": {
53
53
  "title": "foxglove.KeyValuePair",
54
- "description": "(Experimental, subject to change) A key with its associated value",
54
+ "description": "A key with its associated value",
55
55
  "type": "object",
56
56
  "properties": {
57
57
  "key": {
@@ -70,7 +70,7 @@
70
70
  "type": "array",
71
71
  "items": {
72
72
  "title": "foxglove.ArrowPrimitive",
73
- "description": "(Experimental, subject to change) A primitive representing an arrow",
73
+ "description": "A primitive representing an arrow",
74
74
  "type": "object",
75
75
  "properties": {
76
76
  "pose": {
@@ -169,7 +169,7 @@
169
169
  "type": "array",
170
170
  "items": {
171
171
  "title": "foxglove.CubePrimitive",
172
- "description": "(Experimental, subject to change) A primitive representing a cube or rectangular prism",
172
+ "description": "A primitive representing a cube or rectangular prism",
173
173
  "type": "object",
174
174
  "properties": {
175
175
  "pose": {
@@ -271,7 +271,7 @@
271
271
  "type": "array",
272
272
  "items": {
273
273
  "title": "foxglove.SpherePrimitive",
274
- "description": "(Experimental, subject to change) A primitive representing a sphere or ellipsoid",
274
+ "description": "A primitive representing a sphere or ellipsoid",
275
275
  "type": "object",
276
276
  "properties": {
277
277
  "pose": {
@@ -373,7 +373,7 @@
373
373
  "type": "array",
374
374
  "items": {
375
375
  "title": "foxglove.CylinderPrimitive",
376
- "description": "(Experimental, subject to change) A primitive representing a cylinder, elliptic cylinder, or truncated cone",
376
+ "description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
377
377
  "type": "object",
378
378
  "properties": {
379
379
  "pose": {
@@ -483,7 +483,7 @@
483
483
  "type": "array",
484
484
  "items": {
485
485
  "title": "foxglove.LinePrimitive",
486
- "description": "(Experimental, subject to change) A primitive representing a series of points connected by lines",
486
+ "description": "A primitive representing a series of points connected by lines",
487
487
  "type": "object",
488
488
  "properties": {
489
489
  "type": {
@@ -653,7 +653,7 @@
653
653
  "type": "array",
654
654
  "items": {
655
655
  "title": "foxglove.TriangleListPrimitive",
656
- "description": "(Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles",
656
+ "description": "A primitive representing a set of triangles or a surface tiled by triangles",
657
657
  "type": "object",
658
658
  "properties": {
659
659
  "pose": {
@@ -794,7 +794,7 @@
794
794
  "type": "array",
795
795
  "items": {
796
796
  "title": "foxglove.TextPrimitive",
797
- "description": "(Experimental, subject to change) A primitive representing a text label",
797
+ "description": "A primitive representing a text label",
798
798
  "type": "object",
799
799
  "properties": {
800
800
  "pose": {
@@ -893,7 +893,7 @@
893
893
  "type": "array",
894
894
  "items": {
895
895
  "title": "foxglove.ModelPrimitive",
896
- "description": "(Experimental, subject to change) A primitive representing a 3D model file loaded from an external URL or embedded data",
896
+ "description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
897
897
  "type": "object",
898
898
  "properties": {
899
899
  "pose": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "foxglove.SceneEntityDeletion",
3
- "description": "(Experimental, subject to change) Command to remove previously published entities",
3
+ "description": "Command to remove previously published entities",
4
4
  "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "foxglove.SceneUpdate",
3
- "description": "(Experimental, subject to change) An update to the entities displayed in a 3D scene",
3
+ "description": "An update to the entities displayed in a 3D scene",
4
4
  "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
@@ -8,7 +8,7 @@
8
8
  "type": "array",
9
9
  "items": {
10
10
  "title": "foxglove.SceneEntityDeletion",
11
- "description": "(Experimental, subject to change) Command to remove previously published entities",
11
+ "description": "Command to remove previously published entities",
12
12
  "type": "object",
13
13
  "properties": {
14
14
  "timestamp": {
@@ -55,7 +55,7 @@
55
55
  "type": "array",
56
56
  "items": {
57
57
  "title": "foxglove.SceneEntity",
58
- "description": "(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.",
58
+ "description": "A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference.",
59
59
  "type": "object",
60
60
  "properties": {
61
61
  "timestamp": {
@@ -105,7 +105,7 @@
105
105
  "type": "array",
106
106
  "items": {
107
107
  "title": "foxglove.KeyValuePair",
108
- "description": "(Experimental, subject to change) A key with its associated value",
108
+ "description": "A key with its associated value",
109
109
  "type": "object",
110
110
  "properties": {
111
111
  "key": {
@@ -124,7 +124,7 @@
124
124
  "type": "array",
125
125
  "items": {
126
126
  "title": "foxglove.ArrowPrimitive",
127
- "description": "(Experimental, subject to change) A primitive representing an arrow",
127
+ "description": "A primitive representing an arrow",
128
128
  "type": "object",
129
129
  "properties": {
130
130
  "pose": {
@@ -223,7 +223,7 @@
223
223
  "type": "array",
224
224
  "items": {
225
225
  "title": "foxglove.CubePrimitive",
226
- "description": "(Experimental, subject to change) A primitive representing a cube or rectangular prism",
226
+ "description": "A primitive representing a cube or rectangular prism",
227
227
  "type": "object",
228
228
  "properties": {
229
229
  "pose": {
@@ -325,7 +325,7 @@
325
325
  "type": "array",
326
326
  "items": {
327
327
  "title": "foxglove.SpherePrimitive",
328
- "description": "(Experimental, subject to change) A primitive representing a sphere or ellipsoid",
328
+ "description": "A primitive representing a sphere or ellipsoid",
329
329
  "type": "object",
330
330
  "properties": {
331
331
  "pose": {
@@ -427,7 +427,7 @@
427
427
  "type": "array",
428
428
  "items": {
429
429
  "title": "foxglove.CylinderPrimitive",
430
- "description": "(Experimental, subject to change) A primitive representing a cylinder, elliptic cylinder, or truncated cone",
430
+ "description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
431
431
  "type": "object",
432
432
  "properties": {
433
433
  "pose": {
@@ -537,7 +537,7 @@
537
537
  "type": "array",
538
538
  "items": {
539
539
  "title": "foxglove.LinePrimitive",
540
- "description": "(Experimental, subject to change) A primitive representing a series of points connected by lines",
540
+ "description": "A primitive representing a series of points connected by lines",
541
541
  "type": "object",
542
542
  "properties": {
543
543
  "type": {
@@ -707,7 +707,7 @@
707
707
  "type": "array",
708
708
  "items": {
709
709
  "title": "foxglove.TriangleListPrimitive",
710
- "description": "(Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles",
710
+ "description": "A primitive representing a set of triangles or a surface tiled by triangles",
711
711
  "type": "object",
712
712
  "properties": {
713
713
  "pose": {
@@ -848,7 +848,7 @@
848
848
  "type": "array",
849
849
  "items": {
850
850
  "title": "foxglove.TextPrimitive",
851
- "description": "(Experimental, subject to change) A primitive representing a text label",
851
+ "description": "A primitive representing a text label",
852
852
  "type": "object",
853
853
  "properties": {
854
854
  "pose": {
@@ -947,7 +947,7 @@
947
947
  "type": "array",
948
948
  "items": {
949
949
  "title": "foxglove.ModelPrimitive",
950
- "description": "(Experimental, subject to change) A primitive representing a 3D model file loaded from an external URL or embedded data",
950
+ "description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
951
951
  "type": "object",
952
952
  "properties": {
953
953
  "pose": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "foxglove.SpherePrimitive",
3
- "description": "(Experimental, subject to change) A primitive representing a sphere or ellipsoid",
3
+ "description": "A primitive representing a sphere or ellipsoid",
4
4
  "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "foxglove.TextPrimitive",
3
- "description": "(Experimental, subject to change) A primitive representing a text label",
3
+ "description": "A primitive representing a text label",
4
4
  "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "foxglove.TriangleListPrimitive",
3
- "description": "(Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles",
3
+ "description": "A primitive representing a set of triangles or a surface tiled by triangles",
4
4
  "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.Vector3 = exports.Vector2 = exports.TriangleListPrimitive = exports.TextPrimitive = exports.SpherePrimitive = exports.RawImage = exports.Quaternion = exports.PosesInFrame = exports.PoseInFrame = exports.Pose = exports.PointsAnnotation = exports.PointCloud = exports.Point3 = exports.Point2 = exports.PackedElementField = exports.ModelPrimitive = exports.SceneUpdate = exports.SceneEntity = exports.SceneEntityDeletion = exports.Log = exports.LocationFix = exports.LinePrimitive = exports.LaserScan = exports.KeyValuePair = exports.ImageAnnotations = exports.Grid = exports.GeoJSON = exports.FrameTransform = exports.CubePrimitive = exports.CylinderPrimitive = exports.CompressedImage = exports.Color = exports.CircleAnnotation = exports.CameraCalibration = exports.ArrowPrimitive = void 0;
5
5
  exports.ArrowPrimitive = {
6
6
  "title": "foxglove.ArrowPrimitive",
7
- "description": "(Experimental, subject to change) A primitive representing an arrow",
7
+ "description": "A primitive representing an arrow",
8
8
  "$comment": "Generated by https://github.com/foxglove/schemas",
9
9
  "type": "object",
10
10
  "properties": {
@@ -330,7 +330,7 @@ exports.CompressedImage = {
330
330
  };
331
331
  exports.CylinderPrimitive = {
332
332
  "title": "foxglove.CylinderPrimitive",
333
- "description": "(Experimental, subject to change) A primitive representing a cylinder, elliptic cylinder, or truncated cone",
333
+ "description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
334
334
  "$comment": "Generated by https://github.com/foxglove/schemas",
335
335
  "type": "object",
336
336
  "properties": {
@@ -437,7 +437,7 @@ exports.CylinderPrimitive = {
437
437
  };
438
438
  exports.CubePrimitive = {
439
439
  "title": "foxglove.CubePrimitive",
440
- "description": "(Experimental, subject to change) A primitive representing a cube or rectangular prism",
440
+ "description": "A primitive representing a cube or rectangular prism",
441
441
  "$comment": "Generated by https://github.com/foxglove/schemas",
442
442
  "type": "object",
443
443
  "properties": {
@@ -1049,7 +1049,7 @@ exports.ImageAnnotations = {
1049
1049
  };
1050
1050
  exports.KeyValuePair = {
1051
1051
  "title": "foxglove.KeyValuePair",
1052
- "description": "(Experimental, subject to change) A key with its associated value",
1052
+ "description": "A key with its associated value",
1053
1053
  "$comment": "Generated by https://github.com/foxglove/schemas",
1054
1054
  "type": "object",
1055
1055
  "properties": {
@@ -1164,7 +1164,7 @@ exports.LaserScan = {
1164
1164
  };
1165
1165
  exports.LinePrimitive = {
1166
1166
  "title": "foxglove.LinePrimitive",
1167
- "description": "(Experimental, subject to change) A primitive representing a series of points connected by lines",
1167
+ "description": "A primitive representing a series of points connected by lines",
1168
1168
  "$comment": "Generated by https://github.com/foxglove/schemas",
1169
1169
  "type": "object",
1170
1170
  "properties": {
@@ -1453,7 +1453,7 @@ exports.Log = {
1453
1453
  };
1454
1454
  exports.SceneEntityDeletion = {
1455
1455
  "title": "foxglove.SceneEntityDeletion",
1456
- "description": "(Experimental, subject to change) Command to remove previously published entities",
1456
+ "description": "Command to remove previously published entities",
1457
1457
  "$comment": "Generated by https://github.com/foxglove/schemas",
1458
1458
  "type": "object",
1459
1459
  "properties": {
@@ -1497,7 +1497,7 @@ exports.SceneEntityDeletion = {
1497
1497
  };
1498
1498
  exports.SceneEntity = {
1499
1499
  "title": "foxglove.SceneEntity",
1500
- "description": "(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.",
1500
+ "description": "A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference.",
1501
1501
  "$comment": "Generated by https://github.com/foxglove/schemas",
1502
1502
  "type": "object",
1503
1503
  "properties": {
@@ -1548,7 +1548,7 @@ exports.SceneEntity = {
1548
1548
  "type": "array",
1549
1549
  "items": {
1550
1550
  "title": "foxglove.KeyValuePair",
1551
- "description": "(Experimental, subject to change) A key with its associated value",
1551
+ "description": "A key with its associated value",
1552
1552
  "type": "object",
1553
1553
  "properties": {
1554
1554
  "key": {
@@ -1567,7 +1567,7 @@ exports.SceneEntity = {
1567
1567
  "type": "array",
1568
1568
  "items": {
1569
1569
  "title": "foxglove.ArrowPrimitive",
1570
- "description": "(Experimental, subject to change) A primitive representing an arrow",
1570
+ "description": "A primitive representing an arrow",
1571
1571
  "type": "object",
1572
1572
  "properties": {
1573
1573
  "pose": {
@@ -1666,7 +1666,7 @@ exports.SceneEntity = {
1666
1666
  "type": "array",
1667
1667
  "items": {
1668
1668
  "title": "foxglove.CubePrimitive",
1669
- "description": "(Experimental, subject to change) A primitive representing a cube or rectangular prism",
1669
+ "description": "A primitive representing a cube or rectangular prism",
1670
1670
  "type": "object",
1671
1671
  "properties": {
1672
1672
  "pose": {
@@ -1768,7 +1768,7 @@ exports.SceneEntity = {
1768
1768
  "type": "array",
1769
1769
  "items": {
1770
1770
  "title": "foxglove.SpherePrimitive",
1771
- "description": "(Experimental, subject to change) A primitive representing a sphere or ellipsoid",
1771
+ "description": "A primitive representing a sphere or ellipsoid",
1772
1772
  "type": "object",
1773
1773
  "properties": {
1774
1774
  "pose": {
@@ -1870,7 +1870,7 @@ exports.SceneEntity = {
1870
1870
  "type": "array",
1871
1871
  "items": {
1872
1872
  "title": "foxglove.CylinderPrimitive",
1873
- "description": "(Experimental, subject to change) A primitive representing a cylinder, elliptic cylinder, or truncated cone",
1873
+ "description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
1874
1874
  "type": "object",
1875
1875
  "properties": {
1876
1876
  "pose": {
@@ -1980,7 +1980,7 @@ exports.SceneEntity = {
1980
1980
  "type": "array",
1981
1981
  "items": {
1982
1982
  "title": "foxglove.LinePrimitive",
1983
- "description": "(Experimental, subject to change) A primitive representing a series of points connected by lines",
1983
+ "description": "A primitive representing a series of points connected by lines",
1984
1984
  "type": "object",
1985
1985
  "properties": {
1986
1986
  "type": {
@@ -2150,7 +2150,7 @@ exports.SceneEntity = {
2150
2150
  "type": "array",
2151
2151
  "items": {
2152
2152
  "title": "foxglove.TriangleListPrimitive",
2153
- "description": "(Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles",
2153
+ "description": "A primitive representing a set of triangles or a surface tiled by triangles",
2154
2154
  "type": "object",
2155
2155
  "properties": {
2156
2156
  "pose": {
@@ -2291,7 +2291,7 @@ exports.SceneEntity = {
2291
2291
  "type": "array",
2292
2292
  "items": {
2293
2293
  "title": "foxglove.TextPrimitive",
2294
- "description": "(Experimental, subject to change) A primitive representing a text label",
2294
+ "description": "A primitive representing a text label",
2295
2295
  "type": "object",
2296
2296
  "properties": {
2297
2297
  "pose": {
@@ -2390,7 +2390,7 @@ exports.SceneEntity = {
2390
2390
  "type": "array",
2391
2391
  "items": {
2392
2392
  "title": "foxglove.ModelPrimitive",
2393
- "description": "(Experimental, subject to change) A primitive representing a 3D model file loaded from an external URL or embedded data",
2393
+ "description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
2394
2394
  "type": "object",
2395
2395
  "properties": {
2396
2396
  "pose": {
@@ -2509,7 +2509,7 @@ exports.SceneEntity = {
2509
2509
  };
2510
2510
  exports.SceneUpdate = {
2511
2511
  "title": "foxglove.SceneUpdate",
2512
- "description": "(Experimental, subject to change) An update to the entities displayed in a 3D scene",
2512
+ "description": "An update to the entities displayed in a 3D scene",
2513
2513
  "$comment": "Generated by https://github.com/foxglove/schemas",
2514
2514
  "type": "object",
2515
2515
  "properties": {
@@ -2517,7 +2517,7 @@ exports.SceneUpdate = {
2517
2517
  "type": "array",
2518
2518
  "items": {
2519
2519
  "title": "foxglove.SceneEntityDeletion",
2520
- "description": "(Experimental, subject to change) Command to remove previously published entities",
2520
+ "description": "Command to remove previously published entities",
2521
2521
  "type": "object",
2522
2522
  "properties": {
2523
2523
  "timestamp": {
@@ -2564,7 +2564,7 @@ exports.SceneUpdate = {
2564
2564
  "type": "array",
2565
2565
  "items": {
2566
2566
  "title": "foxglove.SceneEntity",
2567
- "description": "(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.",
2567
+ "description": "A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference.",
2568
2568
  "type": "object",
2569
2569
  "properties": {
2570
2570
  "timestamp": {
@@ -2614,7 +2614,7 @@ exports.SceneUpdate = {
2614
2614
  "type": "array",
2615
2615
  "items": {
2616
2616
  "title": "foxglove.KeyValuePair",
2617
- "description": "(Experimental, subject to change) A key with its associated value",
2617
+ "description": "A key with its associated value",
2618
2618
  "type": "object",
2619
2619
  "properties": {
2620
2620
  "key": {
@@ -2633,7 +2633,7 @@ exports.SceneUpdate = {
2633
2633
  "type": "array",
2634
2634
  "items": {
2635
2635
  "title": "foxglove.ArrowPrimitive",
2636
- "description": "(Experimental, subject to change) A primitive representing an arrow",
2636
+ "description": "A primitive representing an arrow",
2637
2637
  "type": "object",
2638
2638
  "properties": {
2639
2639
  "pose": {
@@ -2732,7 +2732,7 @@ exports.SceneUpdate = {
2732
2732
  "type": "array",
2733
2733
  "items": {
2734
2734
  "title": "foxglove.CubePrimitive",
2735
- "description": "(Experimental, subject to change) A primitive representing a cube or rectangular prism",
2735
+ "description": "A primitive representing a cube or rectangular prism",
2736
2736
  "type": "object",
2737
2737
  "properties": {
2738
2738
  "pose": {
@@ -2834,7 +2834,7 @@ exports.SceneUpdate = {
2834
2834
  "type": "array",
2835
2835
  "items": {
2836
2836
  "title": "foxglove.SpherePrimitive",
2837
- "description": "(Experimental, subject to change) A primitive representing a sphere or ellipsoid",
2837
+ "description": "A primitive representing a sphere or ellipsoid",
2838
2838
  "type": "object",
2839
2839
  "properties": {
2840
2840
  "pose": {
@@ -2936,7 +2936,7 @@ exports.SceneUpdate = {
2936
2936
  "type": "array",
2937
2937
  "items": {
2938
2938
  "title": "foxglove.CylinderPrimitive",
2939
- "description": "(Experimental, subject to change) A primitive representing a cylinder, elliptic cylinder, or truncated cone",
2939
+ "description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
2940
2940
  "type": "object",
2941
2941
  "properties": {
2942
2942
  "pose": {
@@ -3046,7 +3046,7 @@ exports.SceneUpdate = {
3046
3046
  "type": "array",
3047
3047
  "items": {
3048
3048
  "title": "foxglove.LinePrimitive",
3049
- "description": "(Experimental, subject to change) A primitive representing a series of points connected by lines",
3049
+ "description": "A primitive representing a series of points connected by lines",
3050
3050
  "type": "object",
3051
3051
  "properties": {
3052
3052
  "type": {
@@ -3216,7 +3216,7 @@ exports.SceneUpdate = {
3216
3216
  "type": "array",
3217
3217
  "items": {
3218
3218
  "title": "foxglove.TriangleListPrimitive",
3219
- "description": "(Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles",
3219
+ "description": "A primitive representing a set of triangles or a surface tiled by triangles",
3220
3220
  "type": "object",
3221
3221
  "properties": {
3222
3222
  "pose": {
@@ -3357,7 +3357,7 @@ exports.SceneUpdate = {
3357
3357
  "type": "array",
3358
3358
  "items": {
3359
3359
  "title": "foxglove.TextPrimitive",
3360
- "description": "(Experimental, subject to change) A primitive representing a text label",
3360
+ "description": "A primitive representing a text label",
3361
3361
  "type": "object",
3362
3362
  "properties": {
3363
3363
  "pose": {
@@ -3456,7 +3456,7 @@ exports.SceneUpdate = {
3456
3456
  "type": "array",
3457
3457
  "items": {
3458
3458
  "title": "foxglove.ModelPrimitive",
3459
- "description": "(Experimental, subject to change) A primitive representing a 3D model file loaded from an external URL or embedded data",
3459
+ "description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
3460
3460
  "type": "object",
3461
3461
  "properties": {
3462
3462
  "pose": {
@@ -3579,7 +3579,7 @@ exports.SceneUpdate = {
3579
3579
  };
3580
3580
  exports.ModelPrimitive = {
3581
3581
  "title": "foxglove.ModelPrimitive",
3582
- "description": "(Experimental, subject to change) A primitive representing a 3D model file loaded from an external URL or embedded data",
3582
+ "description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
3583
3583
  "$comment": "Generated by https://github.com/foxglove/schemas",
3584
3584
  "type": "object",
3585
3585
  "properties": {
@@ -4369,7 +4369,7 @@ exports.RawImage = {
4369
4369
  };
4370
4370
  exports.SpherePrimitive = {
4371
4371
  "title": "foxglove.SpherePrimitive",
4372
- "description": "(Experimental, subject to change) A primitive representing a sphere or ellipsoid",
4372
+ "description": "A primitive representing a sphere or ellipsoid",
4373
4373
  "$comment": "Generated by https://github.com/foxglove/schemas",
4374
4374
  "type": "object",
4375
4375
  "properties": {
@@ -4468,7 +4468,7 @@ exports.SpherePrimitive = {
4468
4468
  };
4469
4469
  exports.TextPrimitive = {
4470
4470
  "title": "foxglove.TextPrimitive",
4471
- "description": "(Experimental, subject to change) A primitive representing a text label",
4471
+ "description": "A primitive representing a text label",
4472
4472
  "$comment": "Generated by https://github.com/foxglove/schemas",
4473
4473
  "type": "object",
4474
4474
  "properties": {
@@ -4564,7 +4564,7 @@ exports.TextPrimitive = {
4564
4564
  };
4565
4565
  exports.TriangleListPrimitive = {
4566
4566
  "title": "foxglove.TriangleListPrimitive",
4567
- "description": "(Experimental, subject to change) A primitive representing a set of triangles or a surface tiled by triangles",
4567
+ "description": "A primitive representing a set of triangles or a surface tiled by triangles",
4568
4568
  "$comment": "Generated by https://github.com/foxglove/schemas",
4569
4569
  "type": "object",
4570
4570
  "properties": {