@foxglove/schemas 0.2.0 → 0.3.0

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 (310) hide show
  1. package/.github/workflows/ci.yml +7 -1
  2. package/README.md +45 -2
  3. package/dist/cjs/schemas/typescript/CameraCalibration.js +1 -1
  4. package/dist/cjs/schemas/typescript/CameraCalibration.js.map +1 -1
  5. package/dist/cjs/schemas/typescript/CircleAnnotation.js +1 -1
  6. package/dist/cjs/schemas/typescript/CircleAnnotation.js.map +1 -1
  7. package/dist/cjs/schemas/typescript/Color.js +1 -1
  8. package/dist/cjs/schemas/typescript/Color.js.map +1 -1
  9. package/dist/cjs/schemas/typescript/CompressedImage.js +1 -1
  10. package/dist/cjs/schemas/typescript/CompressedImage.js.map +1 -1
  11. package/dist/cjs/schemas/typescript/FrameTransform.d.ts +6 -3
  12. package/dist/cjs/schemas/typescript/FrameTransform.d.ts.map +1 -1
  13. package/dist/cjs/schemas/typescript/FrameTransform.js +1 -1
  14. package/dist/cjs/schemas/typescript/FrameTransform.js.map +1 -1
  15. package/dist/cjs/schemas/typescript/GeoJSON.js +1 -1
  16. package/dist/cjs/schemas/typescript/GeoJSON.js.map +1 -1
  17. package/dist/cjs/schemas/typescript/Grid.js +1 -1
  18. package/dist/cjs/schemas/typescript/Grid.js.map +1 -1
  19. package/dist/cjs/schemas/typescript/ImageAnnotations.js +1 -1
  20. package/dist/cjs/schemas/typescript/ImageAnnotations.js.map +1 -1
  21. package/dist/cjs/schemas/typescript/LaserScan.js +1 -1
  22. package/dist/cjs/schemas/typescript/LaserScan.js.map +1 -1
  23. package/dist/cjs/schemas/typescript/LocationFix.js +1 -1
  24. package/dist/cjs/schemas/typescript/LocationFix.js.map +1 -1
  25. package/dist/cjs/schemas/typescript/Log.js +1 -1
  26. package/dist/cjs/schemas/typescript/Log.js.map +1 -1
  27. package/dist/cjs/schemas/typescript/LogLevel.js +1 -1
  28. package/dist/cjs/schemas/typescript/LogLevel.js.map +1 -1
  29. package/dist/cjs/schemas/typescript/NumericType.js +1 -1
  30. package/dist/cjs/schemas/typescript/NumericType.js.map +1 -1
  31. package/dist/cjs/schemas/typescript/PackedElementField.js +1 -1
  32. package/dist/cjs/schemas/typescript/PackedElementField.js.map +1 -1
  33. package/dist/cjs/schemas/typescript/Point2.js +1 -1
  34. package/dist/cjs/schemas/typescript/Point2.js.map +1 -1
  35. package/dist/cjs/schemas/typescript/Point3.js +1 -1
  36. package/dist/cjs/schemas/typescript/Point3.js.map +1 -1
  37. package/dist/cjs/schemas/typescript/PointCloud.js +1 -1
  38. package/dist/cjs/schemas/typescript/PointCloud.js.map +1 -1
  39. package/dist/cjs/schemas/typescript/PointsAnnotation.js +1 -1
  40. package/dist/cjs/schemas/typescript/PointsAnnotation.js.map +1 -1
  41. package/dist/cjs/schemas/typescript/PointsAnnotationType.js +1 -1
  42. package/dist/cjs/schemas/typescript/PointsAnnotationType.js.map +1 -1
  43. package/dist/cjs/schemas/typescript/Pose.js +1 -1
  44. package/dist/cjs/schemas/typescript/Pose.js.map +1 -1
  45. package/dist/cjs/schemas/typescript/PoseInFrame.js +1 -1
  46. package/dist/cjs/schemas/typescript/PoseInFrame.js.map +1 -1
  47. package/dist/cjs/schemas/typescript/PosesInFrame.js +1 -1
  48. package/dist/cjs/schemas/typescript/PositionCovarianceType.js +1 -1
  49. package/dist/cjs/schemas/typescript/PositionCovarianceType.js.map +1 -1
  50. package/dist/cjs/schemas/typescript/Quaternion.js +1 -1
  51. package/dist/cjs/schemas/typescript/Quaternion.js.map +1 -1
  52. package/dist/cjs/schemas/typescript/RawImage.js +1 -1
  53. package/dist/cjs/schemas/typescript/RawImage.js.map +1 -1
  54. package/dist/cjs/schemas/typescript/Vector2.js +1 -1
  55. package/dist/cjs/schemas/typescript/Vector2.js.map +1 -1
  56. package/dist/cjs/schemas/typescript/Vector3.js +1 -1
  57. package/dist/cjs/schemas/typescript/Vector3.js.map +1 -1
  58. package/dist/cjs/schemas/typescript/index.d.ts +0 -1
  59. package/dist/cjs/schemas/typescript/index.d.ts.map +1 -1
  60. package/dist/cjs/schemas/typescript/index.js +0 -1
  61. package/dist/cjs/schemas/typescript/index.js.map +1 -1
  62. package/dist/cjs/scripts/updateGeneratedFiles.js +17 -4
  63. package/dist/cjs/scripts/updateGeneratedFiles.js.map +1 -1
  64. package/dist/cjs/src/generateJsonSchema.d.ts.map +1 -1
  65. package/dist/cjs/src/generateJsonSchema.js +4 -3
  66. package/dist/cjs/src/generateJsonSchema.js.map +1 -1
  67. package/dist/cjs/src/generateJsonSchema.test.js +6 -8
  68. package/dist/cjs/src/generateJsonSchema.test.js.map +1 -1
  69. package/dist/cjs/src/generateMarkdown.d.ts +3 -0
  70. package/dist/cjs/src/generateMarkdown.d.ts.map +1 -0
  71. package/dist/cjs/src/generateMarkdown.js +78 -0
  72. package/dist/cjs/src/generateMarkdown.js.map +1 -0
  73. package/dist/cjs/src/generateProto.js +1 -1
  74. package/dist/cjs/src/generateProto.js.map +1 -1
  75. package/dist/cjs/src/generateProto.test.js +1 -1
  76. package/dist/cjs/src/generateRos.d.ts.map +1 -1
  77. package/dist/cjs/src/generateRos.js +3 -1
  78. package/dist/cjs/src/generateRos.js.map +1 -1
  79. package/dist/cjs/src/generateRos.test.js +451 -431
  80. package/dist/cjs/src/generateRos.test.js.map +1 -1
  81. package/dist/cjs/src/generateTypeScript.js +1 -1
  82. package/dist/cjs/src/generateTypeScript.js.map +1 -1
  83. package/dist/cjs/src/generateTypeScript.test.js +2 -2
  84. package/dist/cjs/src/schemas.d.ts +0 -1
  85. package/dist/cjs/src/schemas.d.ts.map +1 -1
  86. package/dist/cjs/src/schemas.js +8 -26
  87. package/dist/cjs/src/schemas.js.map +1 -1
  88. package/dist/esm/schemas/typescript/CameraCalibration.js +1 -1
  89. package/dist/esm/schemas/typescript/CameraCalibration.js.map +1 -1
  90. package/dist/esm/schemas/typescript/CircleAnnotation.js +1 -1
  91. package/dist/esm/schemas/typescript/CircleAnnotation.js.map +1 -1
  92. package/dist/esm/schemas/typescript/Color.js +1 -1
  93. package/dist/esm/schemas/typescript/Color.js.map +1 -1
  94. package/dist/esm/schemas/typescript/CompressedImage.js +1 -1
  95. package/dist/esm/schemas/typescript/CompressedImage.js.map +1 -1
  96. package/dist/esm/schemas/typescript/FrameTransform.d.ts +6 -3
  97. package/dist/esm/schemas/typescript/FrameTransform.d.ts.map +1 -1
  98. package/dist/esm/schemas/typescript/FrameTransform.js +1 -1
  99. package/dist/esm/schemas/typescript/FrameTransform.js.map +1 -1
  100. package/dist/esm/schemas/typescript/GeoJSON.js +1 -1
  101. package/dist/esm/schemas/typescript/GeoJSON.js.map +1 -1
  102. package/dist/esm/schemas/typescript/Grid.js +1 -1
  103. package/dist/esm/schemas/typescript/Grid.js.map +1 -1
  104. package/dist/esm/schemas/typescript/ImageAnnotations.js +1 -1
  105. package/dist/esm/schemas/typescript/ImageAnnotations.js.map +1 -1
  106. package/dist/esm/schemas/typescript/LaserScan.js +1 -1
  107. package/dist/esm/schemas/typescript/LaserScan.js.map +1 -1
  108. package/dist/esm/schemas/typescript/LocationFix.js +1 -1
  109. package/dist/esm/schemas/typescript/LocationFix.js.map +1 -1
  110. package/dist/esm/schemas/typescript/Log.js +1 -1
  111. package/dist/esm/schemas/typescript/Log.js.map +1 -1
  112. package/dist/esm/schemas/typescript/LogLevel.js +1 -1
  113. package/dist/esm/schemas/typescript/LogLevel.js.map +1 -1
  114. package/dist/esm/schemas/typescript/NumericType.js +1 -1
  115. package/dist/esm/schemas/typescript/NumericType.js.map +1 -1
  116. package/dist/esm/schemas/typescript/PackedElementField.js +1 -1
  117. package/dist/esm/schemas/typescript/PackedElementField.js.map +1 -1
  118. package/dist/esm/schemas/typescript/Point2.js +1 -1
  119. package/dist/esm/schemas/typescript/Point2.js.map +1 -1
  120. package/dist/esm/schemas/typescript/Point3.js +1 -1
  121. package/dist/esm/schemas/typescript/Point3.js.map +1 -1
  122. package/dist/esm/schemas/typescript/PointCloud.js +1 -1
  123. package/dist/esm/schemas/typescript/PointCloud.js.map +1 -1
  124. package/dist/esm/schemas/typescript/PointsAnnotation.js +1 -1
  125. package/dist/esm/schemas/typescript/PointsAnnotation.js.map +1 -1
  126. package/dist/esm/schemas/typescript/PointsAnnotationType.js +1 -1
  127. package/dist/esm/schemas/typescript/PointsAnnotationType.js.map +1 -1
  128. package/dist/esm/schemas/typescript/Pose.js +1 -1
  129. package/dist/esm/schemas/typescript/Pose.js.map +1 -1
  130. package/dist/esm/schemas/typescript/PoseInFrame.js +1 -1
  131. package/dist/esm/schemas/typescript/PoseInFrame.js.map +1 -1
  132. package/dist/esm/schemas/typescript/PosesInFrame.js +1 -1
  133. package/dist/esm/schemas/typescript/PositionCovarianceType.js +1 -1
  134. package/dist/esm/schemas/typescript/PositionCovarianceType.js.map +1 -1
  135. package/dist/esm/schemas/typescript/Quaternion.js +1 -1
  136. package/dist/esm/schemas/typescript/Quaternion.js.map +1 -1
  137. package/dist/esm/schemas/typescript/RawImage.js +1 -1
  138. package/dist/esm/schemas/typescript/RawImage.js.map +1 -1
  139. package/dist/esm/schemas/typescript/Vector2.js +1 -1
  140. package/dist/esm/schemas/typescript/Vector2.js.map +1 -1
  141. package/dist/esm/schemas/typescript/Vector3.js +1 -1
  142. package/dist/esm/schemas/typescript/Vector3.js.map +1 -1
  143. package/dist/esm/schemas/typescript/index.d.ts +0 -1
  144. package/dist/esm/schemas/typescript/index.d.ts.map +1 -1
  145. package/dist/esm/schemas/typescript/index.js +0 -1
  146. package/dist/esm/schemas/typescript/index.js.map +1 -1
  147. package/dist/esm/scripts/updateGeneratedFiles.js +17 -4
  148. package/dist/esm/scripts/updateGeneratedFiles.js.map +1 -1
  149. package/dist/esm/src/generateJsonSchema.d.ts.map +1 -1
  150. package/dist/esm/src/generateJsonSchema.js +4 -3
  151. package/dist/esm/src/generateJsonSchema.js.map +1 -1
  152. package/dist/esm/src/generateJsonSchema.test.js +6 -8
  153. package/dist/esm/src/generateJsonSchema.test.js.map +1 -1
  154. package/dist/esm/src/generateMarkdown.d.ts +3 -0
  155. package/dist/esm/src/generateMarkdown.d.ts.map +1 -0
  156. package/dist/esm/src/generateMarkdown.js +74 -0
  157. package/dist/esm/src/generateMarkdown.js.map +1 -0
  158. package/dist/esm/src/generateProto.js +1 -1
  159. package/dist/esm/src/generateProto.js.map +1 -1
  160. package/dist/esm/src/generateProto.test.js +1 -1
  161. package/dist/esm/src/generateRos.d.ts.map +1 -1
  162. package/dist/esm/src/generateRos.js +3 -1
  163. package/dist/esm/src/generateRos.js.map +1 -1
  164. package/dist/esm/src/generateRos.test.js +451 -431
  165. package/dist/esm/src/generateRos.test.js.map +1 -1
  166. package/dist/esm/src/generateTypeScript.js +1 -1
  167. package/dist/esm/src/generateTypeScript.js.map +1 -1
  168. package/dist/esm/src/generateTypeScript.test.js +2 -2
  169. package/dist/esm/src/schemas.d.ts +0 -1
  170. package/dist/esm/src/schemas.d.ts.map +1 -1
  171. package/dist/esm/src/schemas.js +8 -26
  172. package/dist/esm/src/schemas.js.map +1 -1
  173. package/package.json +2 -2
  174. package/schemas/README.md +1683 -0
  175. package/schemas/jsonschema/CameraCalibration.json +2 -2
  176. package/schemas/jsonschema/CircleAnnotation.json +5 -8
  177. package/schemas/jsonschema/Color.json +2 -2
  178. package/schemas/jsonschema/CompressedImage.json +2 -2
  179. package/schemas/jsonschema/FrameTransform.json +37 -63
  180. package/schemas/jsonschema/GeoJSON.json +2 -2
  181. package/schemas/jsonschema/Grid.json +8 -13
  182. package/schemas/jsonschema/ImageAnnotations.json +11 -19
  183. package/schemas/jsonschema/LaserScan.json +5 -8
  184. package/schemas/jsonschema/LocationFix.json +3 -3
  185. package/schemas/jsonschema/Log.json +3 -3
  186. package/schemas/jsonschema/PackedElementField.json +3 -3
  187. package/schemas/jsonschema/Point2.json +2 -2
  188. package/schemas/jsonschema/Point3.json +2 -2
  189. package/schemas/jsonschema/PointCloud.json +7 -11
  190. package/schemas/jsonschema/PointsAnnotation.json +6 -9
  191. package/schemas/jsonschema/Pose.json +4 -6
  192. package/schemas/jsonschema/PoseInFrame.json +5 -8
  193. package/schemas/jsonschema/PosesInFrame.json +5 -8
  194. package/schemas/jsonschema/Quaternion.json +2 -2
  195. package/schemas/jsonschema/RawImage.json +2 -2
  196. package/schemas/jsonschema/Vector2.json +2 -2
  197. package/schemas/jsonschema/Vector3.json +2 -2
  198. package/schemas/proto/foxglove/CameraCalibration.proto +1 -1
  199. package/schemas/proto/foxglove/CircleAnnotation.proto +1 -1
  200. package/schemas/proto/foxglove/Color.proto +1 -1
  201. package/schemas/proto/foxglove/CompressedImage.proto +1 -1
  202. package/schemas/proto/foxglove/FrameTransform.proto +8 -4
  203. package/schemas/proto/foxglove/GeoJSON.proto +1 -1
  204. package/schemas/proto/foxglove/Grid.proto +1 -1
  205. package/schemas/proto/foxglove/ImageAnnotations.proto +1 -1
  206. package/schemas/proto/foxglove/LaserScan.proto +1 -1
  207. package/schemas/proto/foxglove/LocationFix.proto +1 -1
  208. package/schemas/proto/foxglove/Log.proto +1 -1
  209. package/schemas/proto/foxglove/PackedElementField.proto +1 -1
  210. package/schemas/proto/foxglove/Point2.proto +1 -1
  211. package/schemas/proto/foxglove/Point3.proto +1 -1
  212. package/schemas/proto/foxglove/PointCloud.proto +1 -1
  213. package/schemas/proto/foxglove/PointsAnnotation.proto +1 -1
  214. package/schemas/proto/foxglove/Pose.proto +1 -1
  215. package/schemas/proto/foxglove/PoseInFrame.proto +1 -1
  216. package/schemas/proto/foxglove/PosesInFrame.proto +1 -1
  217. package/schemas/proto/foxglove/Quaternion.proto +1 -1
  218. package/schemas/proto/foxglove/RawImage.proto +1 -1
  219. package/schemas/proto/foxglove/Vector2.proto +1 -1
  220. package/schemas/proto/foxglove/Vector3.proto +1 -1
  221. package/schemas/ros1/CameraCalibration.msg +4 -1
  222. package/schemas/ros1/CircleAnnotation.msg +4 -1
  223. package/schemas/ros1/Color.msg +4 -1
  224. package/schemas/ros1/CompressedImage.msg +4 -1
  225. package/schemas/ros1/FrameTransform.msg +9 -3
  226. package/schemas/ros1/GeoJSON.msg +4 -1
  227. package/schemas/ros1/Grid.msg +4 -1
  228. package/schemas/ros1/ImageAnnotations.msg +4 -1
  229. package/schemas/ros1/LaserScan.msg +4 -1
  230. package/schemas/ros1/LocationFix.msg +4 -1
  231. package/schemas/ros1/Log.msg +4 -1
  232. package/schemas/ros1/PackedElementField.msg +4 -1
  233. package/schemas/ros1/Point2.msg +4 -1
  234. package/schemas/ros1/PointCloud.msg +4 -1
  235. package/schemas/ros1/PointsAnnotation.msg +4 -1
  236. package/schemas/ros1/PoseInFrame.msg +4 -1
  237. package/schemas/ros1/PosesInFrame.msg +4 -1
  238. package/schemas/ros1/RawImage.msg +4 -1
  239. package/schemas/ros1/Vector2.msg +4 -1
  240. package/schemas/ros2/CameraCalibration.msg +4 -1
  241. package/schemas/ros2/CircleAnnotation.msg +4 -1
  242. package/schemas/ros2/Color.msg +4 -1
  243. package/schemas/ros2/CompressedImage.msg +4 -1
  244. package/schemas/ros2/FrameTransform.msg +9 -3
  245. package/schemas/ros2/GeoJSON.msg +4 -1
  246. package/schemas/ros2/Grid.msg +4 -1
  247. package/schemas/ros2/ImageAnnotations.msg +4 -1
  248. package/schemas/ros2/LaserScan.msg +4 -1
  249. package/schemas/ros2/LocationFix.msg +4 -1
  250. package/schemas/ros2/Log.msg +4 -1
  251. package/schemas/ros2/PackedElementField.msg +4 -1
  252. package/schemas/ros2/Point2.msg +4 -1
  253. package/schemas/ros2/PointCloud.msg +4 -1
  254. package/schemas/ros2/PointsAnnotation.msg +4 -1
  255. package/schemas/ros2/PoseInFrame.msg +4 -1
  256. package/schemas/ros2/PosesInFrame.msg +4 -1
  257. package/schemas/ros2/RawImage.msg +4 -1
  258. package/schemas/ros2/Vector2.msg +4 -1
  259. package/schemas/typescript/CameraCalibration.ts +1 -1
  260. package/schemas/typescript/CircleAnnotation.ts +1 -1
  261. package/schemas/typescript/Color.ts +1 -1
  262. package/schemas/typescript/CompressedImage.ts +1 -1
  263. package/schemas/typescript/FrameTransform.ts +8 -4
  264. package/schemas/typescript/GeoJSON.ts +1 -1
  265. package/schemas/typescript/Grid.ts +1 -1
  266. package/schemas/typescript/ImageAnnotations.ts +1 -1
  267. package/schemas/typescript/LaserScan.ts +1 -1
  268. package/schemas/typescript/LocationFix.ts +1 -1
  269. package/schemas/typescript/Log.ts +1 -1
  270. package/schemas/typescript/LogLevel.ts +1 -1
  271. package/schemas/typescript/NumericType.ts +1 -1
  272. package/schemas/typescript/PackedElementField.ts +1 -1
  273. package/schemas/typescript/Point2.ts +1 -1
  274. package/schemas/typescript/Point3.ts +1 -1
  275. package/schemas/typescript/PointCloud.ts +1 -1
  276. package/schemas/typescript/PointsAnnotation.ts +1 -1
  277. package/schemas/typescript/PointsAnnotationType.ts +1 -1
  278. package/schemas/typescript/Pose.ts +1 -1
  279. package/schemas/typescript/PoseInFrame.ts +1 -1
  280. package/schemas/typescript/PosesInFrame.ts +1 -1
  281. package/schemas/typescript/PositionCovarianceType.ts +1 -1
  282. package/schemas/typescript/Quaternion.ts +1 -1
  283. package/schemas/typescript/RawImage.ts +1 -1
  284. package/schemas/typescript/Vector2.ts +1 -1
  285. package/schemas/typescript/Vector3.ts +1 -1
  286. package/schemas/typescript/index.ts +0 -1
  287. package/scripts/updateGeneratedFiles.ts +21 -10
  288. package/src/generateJsonSchema.test.ts +6 -8
  289. package/src/generateJsonSchema.ts +4 -3
  290. package/src/generateMarkdown.ts +86 -0
  291. package/src/generateProto.test.ts +1 -1
  292. package/src/generateProto.ts +1 -1
  293. package/src/generateRos.test.ts +451 -431
  294. package/src/generateRos.ts +4 -1
  295. package/src/generateTypeScript.test.ts +2 -2
  296. package/src/generateTypeScript.ts +1 -1
  297. package/src/schemas.ts +8 -27
  298. package/dist/cjs/schemas/typescript/Transform.d.ts +0 -13
  299. package/dist/cjs/schemas/typescript/Transform.d.ts.map +0 -1
  300. package/dist/cjs/schemas/typescript/Transform.js +0 -4
  301. package/dist/cjs/schemas/typescript/Transform.js.map +0 -1
  302. package/dist/esm/schemas/typescript/Transform.d.ts +0 -13
  303. package/dist/esm/schemas/typescript/Transform.d.ts.map +0 -1
  304. package/dist/esm/schemas/typescript/Transform.js +0 -3
  305. package/dist/esm/schemas/typescript/Transform.js.map +0 -1
  306. package/schemas/jsonschema/Transform.json +0 -68
  307. package/schemas/proto/foxglove/Transform.proto +0 -21
  308. package/schemas/ros1/Transform.msg +0 -10
  309. package/schemas/ros2/Transform.msg +0 -10
  310. package/schemas/typescript/Transform.ts +0 -17
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from CameraCalibration by @foxglove/schemas",
3
- "title": "CameraCalibration",
2
+ "title": "foxglove.CameraCalibration",
4
3
  "description": "Camera calibration parameters",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from CircleAnnotation by @foxglove/schemas",
3
- "title": "CircleAnnotation",
2
+ "title": "foxglove.CircleAnnotation",
4
3
  "description": "A circle annotation on a 2D image",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -21,8 +21,7 @@
21
21
  "description": "Timestamp of circle"
22
22
  },
23
23
  "position": {
24
- "$comment": "Generated from Point2 by @foxglove/schemas",
25
- "title": "Point2",
24
+ "title": "foxglove.Point2",
26
25
  "description": "Center of the circle in 2D image coordinates",
27
26
  "type": "object",
28
27
  "properties": {
@@ -45,8 +44,7 @@
45
44
  "description": "Line thickness"
46
45
  },
47
46
  "fill_color": {
48
- "$comment": "Generated from Color by @foxglove/schemas",
49
- "title": "Color",
47
+ "title": "foxglove.Color",
50
48
  "description": "Fill color",
51
49
  "type": "object",
52
50
  "properties": {
@@ -69,8 +67,7 @@
69
67
  }
70
68
  },
71
69
  "outline_color": {
72
- "$comment": "Generated from Color by @foxglove/schemas",
73
- "title": "Color",
70
+ "title": "foxglove.Color",
74
71
  "description": "Outline color",
75
72
  "type": "object",
76
73
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from Color by @foxglove/schemas",
3
- "title": "Color",
2
+ "title": "foxglove.Color",
4
3
  "description": "A color in RGBA format",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "r": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from CompressedImage by @foxglove/schemas",
3
- "title": "CompressedImage",
2
+ "title": "foxglove.CompressedImage",
4
3
  "description": "A compressed image",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from FrameTransform by @foxglove/schemas",
3
- "title": "FrameTransform",
2
+ "title": "foxglove.FrameTransform",
4
3
  "description": "A transform between two reference frames in 3D space",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -28,71 +28,45 @@
28
28
  "type": "string",
29
29
  "description": "Name of the child frame"
30
30
  },
31
- "transform": {
32
- "$comment": "Generated from Transform by @foxglove/schemas",
33
- "title": "Transform",
34
- "description": "Transform from parent frame to child frame",
31
+ "translation": {
32
+ "title": "foxglove.Vector3",
33
+ "description": "Translation component of the transform",
35
34
  "type": "object",
36
35
  "properties": {
37
- "timestamp": {
38
- "type": "object",
39
- "title": "time",
40
- "properties": {
41
- "sec": {
42
- "type": "integer",
43
- "minimum": 0
44
- },
45
- "nsec": {
46
- "type": "integer",
47
- "minimum": 0,
48
- "maximum": 999999999
49
- }
50
- },
51
- "description": "Transform time"
36
+ "x": {
37
+ "type": "number",
38
+ "description": "x coordinate length"
52
39
  },
53
- "translation": {
54
- "$comment": "Generated from Vector3 by @foxglove/schemas",
55
- "title": "Vector3",
56
- "description": "Translation component of the transform",
57
- "type": "object",
58
- "properties": {
59
- "x": {
60
- "type": "number",
61
- "description": "x coordinate length"
62
- },
63
- "y": {
64
- "type": "number",
65
- "description": "y coordinate length"
66
- },
67
- "z": {
68
- "type": "number",
69
- "description": "z coordinate length"
70
- }
71
- }
40
+ "y": {
41
+ "type": "number",
42
+ "description": "y coordinate length"
72
43
  },
73
- "rotation": {
74
- "$comment": "Generated from Quaternion by @foxglove/schemas",
75
- "title": "Quaternion",
76
- "description": "Rotation component of the transform",
77
- "type": "object",
78
- "properties": {
79
- "x": {
80
- "type": "number",
81
- "description": "x value"
82
- },
83
- "y": {
84
- "type": "number",
85
- "description": "y value"
86
- },
87
- "z": {
88
- "type": "number",
89
- "description": "z value"
90
- },
91
- "w": {
92
- "type": "number",
93
- "description": "w value"
94
- }
95
- }
44
+ "z": {
45
+ "type": "number",
46
+ "description": "z coordinate length"
47
+ }
48
+ }
49
+ },
50
+ "rotation": {
51
+ "title": "foxglove.Quaternion",
52
+ "description": "Rotation component of the transform",
53
+ "type": "object",
54
+ "properties": {
55
+ "x": {
56
+ "type": "number",
57
+ "description": "x value"
58
+ },
59
+ "y": {
60
+ "type": "number",
61
+ "description": "y value"
62
+ },
63
+ "z": {
64
+ "type": "number",
65
+ "description": "z value"
66
+ },
67
+ "w": {
68
+ "type": "number",
69
+ "description": "w value"
96
70
  }
97
71
  }
98
72
  }
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from GeoJSON by @foxglove/schemas",
3
- "title": "GeoJSON",
2
+ "title": "foxglove.GeoJSON",
4
3
  "description": "GeoJSON data for annotating maps",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "geojson": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from Grid by @foxglove/schemas",
3
- "title": "Grid",
2
+ "title": "foxglove.Grid",
4
3
  "description": "A 2D grid of data",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -25,14 +25,12 @@
25
25
  "description": "Frame of reference"
26
26
  },
27
27
  "pose": {
28
- "$comment": "Generated from Pose by @foxglove/schemas",
29
- "title": "Pose",
28
+ "title": "foxglove.Pose",
30
29
  "description": "Origin of grid's corner relative to frame of reference; grid is positioned in the x-y plane relative to this origin",
31
30
  "type": "object",
32
31
  "properties": {
33
32
  "position": {
34
- "$comment": "Generated from Vector3 by @foxglove/schemas",
35
- "title": "Vector3",
33
+ "title": "foxglove.Vector3",
36
34
  "description": "Point denoting position in 3D space",
37
35
  "type": "object",
38
36
  "properties": {
@@ -51,8 +49,7 @@
51
49
  }
52
50
  },
53
51
  "orientation": {
54
- "$comment": "Generated from Quaternion by @foxglove/schemas",
55
- "title": "Quaternion",
52
+ "title": "foxglove.Quaternion",
56
53
  "description": "Quaternion denoting orientation in 3D space",
57
54
  "type": "object",
58
55
  "properties": {
@@ -82,8 +79,7 @@
82
79
  "description": "Number of grid columns"
83
80
  },
84
81
  "cell_size": {
85
- "$comment": "Generated from Vector2 by @foxglove/schemas",
86
- "title": "Vector2",
82
+ "title": "foxglove.Vector2",
87
83
  "description": "Size of single grid cell along x and y axes, relative to `pose`",
88
84
  "type": "object",
89
85
  "properties": {
@@ -110,8 +106,7 @@
110
106
  "fields": {
111
107
  "type": "array",
112
108
  "items": {
113
- "$comment": "Generated from PackedElementField by @foxglove/schemas",
114
- "title": "PackedElementField",
109
+ "title": "foxglove.PackedElementField",
115
110
  "description": "A field present within each element in a byte array of packed elements.",
116
111
  "type": "object",
117
112
  "properties": {
@@ -125,7 +120,7 @@
125
120
  "description": "Byte offset from start of data buffer"
126
121
  },
127
122
  "type": {
128
- "title": "NumericType: Numeric type",
123
+ "title": "foxglove.NumericType",
129
124
  "description": "Type of data in the field. Integers are stored using little-endian byte order.",
130
125
  "oneOf": [
131
126
  {
@@ -1,14 +1,13 @@
1
1
  {
2
- "$comment": "Generated from ImageAnnotations by @foxglove/schemas",
3
- "title": "ImageAnnotations",
2
+ "title": "foxglove.ImageAnnotations",
4
3
  "description": "Array of annotations for a 2D image",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "circles": {
8
8
  "type": "array",
9
9
  "items": {
10
- "$comment": "Generated from CircleAnnotation by @foxglove/schemas",
11
- "title": "CircleAnnotation",
10
+ "title": "foxglove.CircleAnnotation",
12
11
  "description": "A circle annotation on a 2D image",
13
12
  "type": "object",
14
13
  "properties": {
@@ -29,8 +28,7 @@
29
28
  "description": "Timestamp of circle"
30
29
  },
31
30
  "position": {
32
- "$comment": "Generated from Point2 by @foxglove/schemas",
33
- "title": "Point2",
31
+ "title": "foxglove.Point2",
34
32
  "description": "Center of the circle in 2D image coordinates",
35
33
  "type": "object",
36
34
  "properties": {
@@ -53,8 +51,7 @@
53
51
  "description": "Line thickness"
54
52
  },
55
53
  "fill_color": {
56
- "$comment": "Generated from Color by @foxglove/schemas",
57
- "title": "Color",
54
+ "title": "foxglove.Color",
58
55
  "description": "Fill color",
59
56
  "type": "object",
60
57
  "properties": {
@@ -77,8 +74,7 @@
77
74
  }
78
75
  },
79
76
  "outline_color": {
80
- "$comment": "Generated from Color by @foxglove/schemas",
81
- "title": "Color",
77
+ "title": "foxglove.Color",
82
78
  "description": "Outline color",
83
79
  "type": "object",
84
80
  "properties": {
@@ -107,8 +103,7 @@
107
103
  "points": {
108
104
  "type": "array",
109
105
  "items": {
110
- "$comment": "Generated from PointsAnnotation by @foxglove/schemas",
111
- "title": "PointsAnnotation",
106
+ "title": "foxglove.PointsAnnotation",
112
107
  "description": "An array of points on a 2D image",
113
108
  "type": "object",
114
109
  "properties": {
@@ -129,7 +124,7 @@
129
124
  "description": "Timestamp of annotation"
130
125
  },
131
126
  "type": {
132
- "title": "PointsAnnotationType: Type of points annotation",
127
+ "title": "foxglove.PointsAnnotationType",
133
128
  "description": "Type of points annotation to draw",
134
129
  "oneOf": [
135
130
  {
@@ -157,8 +152,7 @@
157
152
  "points": {
158
153
  "type": "array",
159
154
  "items": {
160
- "$comment": "Generated from Point2 by @foxglove/schemas",
161
- "title": "Point2",
155
+ "title": "foxglove.Point2",
162
156
  "description": "A point representing a position in 2D space",
163
157
  "type": "object",
164
158
  "properties": {
@@ -177,8 +171,7 @@
177
171
  "outline_colors": {
178
172
  "type": "array",
179
173
  "items": {
180
- "$comment": "Generated from Color by @foxglove/schemas",
181
- "title": "Color",
174
+ "title": "foxglove.Color",
182
175
  "description": "A color in RGBA format",
183
176
  "type": "object",
184
177
  "properties": {
@@ -203,8 +196,7 @@
203
196
  "description": "Outline colors"
204
197
  },
205
198
  "fill_color": {
206
- "$comment": "Generated from Color by @foxglove/schemas",
207
- "title": "Color",
199
+ "title": "foxglove.Color",
208
200
  "description": "Fill color",
209
201
  "type": "object",
210
202
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from LaserScan by @foxglove/schemas",
3
- "title": "LaserScan",
2
+ "title": "foxglove.LaserScan",
4
3
  "description": "A single scan from a planar laser range-finder",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -25,14 +25,12 @@
25
25
  "description": "Frame of reference"
26
26
  },
27
27
  "pose": {
28
- "$comment": "Generated from Pose by @foxglove/schemas",
29
- "title": "Pose",
28
+ "title": "foxglove.Pose",
30
29
  "description": "Origin of scan relative to frame of reference; points are positioned in the x-y plane relative to this origin; angles are interpreted as counterclockwise rotations around the z axis with 0 rad being in the +x direction",
31
30
  "type": "object",
32
31
  "properties": {
33
32
  "position": {
34
- "$comment": "Generated from Vector3 by @foxglove/schemas",
35
- "title": "Vector3",
33
+ "title": "foxglove.Vector3",
36
34
  "description": "Point denoting position in 3D space",
37
35
  "type": "object",
38
36
  "properties": {
@@ -51,8 +49,7 @@
51
49
  }
52
50
  },
53
51
  "orientation": {
54
- "$comment": "Generated from Quaternion by @foxglove/schemas",
55
- "title": "Quaternion",
52
+ "title": "foxglove.Quaternion",
56
53
  "description": "Quaternion denoting orientation in 3D space",
57
54
  "type": "object",
58
55
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from LocationFix by @foxglove/schemas",
3
- "title": "LocationFix",
2
+ "title": "foxglove.LocationFix",
4
3
  "description": "A navigation satellite fix for any Global Navigation Satellite System",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "latitude": {
@@ -26,7 +26,7 @@
26
26
  "description": "Position covariance (m^2) defined relative to a tangential plane through the reported position. The components are East, North, and Up (ENU), in row-major order."
27
27
  },
28
28
  "position_covariance_type": {
29
- "title": "PositionCovarianceType: Type of position covariance",
29
+ "title": "foxglove.PositionCovarianceType",
30
30
  "description": "If `position_covariance` is available, `position_covariance_type` must be set to indicate the type of covariance.",
31
31
  "oneOf": [
32
32
  {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from Log by @foxglove/schemas",
3
- "title": "Log",
2
+ "title": "foxglove.Log",
4
3
  "description": "A log message",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -21,7 +21,7 @@
21
21
  "description": "Timestamp of log message"
22
22
  },
23
23
  "level": {
24
- "title": "LogLevel: Log level",
24
+ "title": "foxglove.LogLevel",
25
25
  "description": "Log level",
26
26
  "oneOf": [
27
27
  {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from PackedElementField by @foxglove/schemas",
3
- "title": "PackedElementField",
2
+ "title": "foxglove.PackedElementField",
4
3
  "description": "A field present within each element in a byte array of packed elements.",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {
@@ -14,7 +14,7 @@
14
14
  "description": "Byte offset from start of data buffer"
15
15
  },
16
16
  "type": {
17
- "title": "NumericType: Numeric type",
17
+ "title": "foxglove.NumericType",
18
18
  "description": "Type of data in the field. Integers are stored using little-endian byte order.",
19
19
  "oneOf": [
20
20
  {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from Point2 by @foxglove/schemas",
3
- "title": "Point2",
2
+ "title": "foxglove.Point2",
4
3
  "description": "A point representing a position in 2D space",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "x": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from Point3 by @foxglove/schemas",
3
- "title": "Point3",
2
+ "title": "foxglove.Point3",
4
3
  "description": "A point representing a position in 3D space",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "x": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from PointCloud by @foxglove/schemas",
3
- "title": "PointCloud",
2
+ "title": "foxglove.PointCloud",
4
3
  "description": "A collection of N-dimensional points, which may contain additional fields with information like normals, intensity, etc.",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -25,14 +25,12 @@
25
25
  "description": "Frame of reference"
26
26
  },
27
27
  "pose": {
28
- "$comment": "Generated from Pose by @foxglove/schemas",
29
- "title": "Pose",
28
+ "title": "foxglove.Pose",
30
29
  "description": "The origin of the point cloud relative to the frame of reference",
31
30
  "type": "object",
32
31
  "properties": {
33
32
  "position": {
34
- "$comment": "Generated from Vector3 by @foxglove/schemas",
35
- "title": "Vector3",
33
+ "title": "foxglove.Vector3",
36
34
  "description": "Point denoting position in 3D space",
37
35
  "type": "object",
38
36
  "properties": {
@@ -51,8 +49,7 @@
51
49
  }
52
50
  },
53
51
  "orientation": {
54
- "$comment": "Generated from Quaternion by @foxglove/schemas",
55
- "title": "Quaternion",
52
+ "title": "foxglove.Quaternion",
56
53
  "description": "Quaternion denoting orientation in 3D space",
57
54
  "type": "object",
58
55
  "properties": {
@@ -84,8 +81,7 @@
84
81
  "fields": {
85
82
  "type": "array",
86
83
  "items": {
87
- "$comment": "Generated from PackedElementField by @foxglove/schemas",
88
- "title": "PackedElementField",
84
+ "title": "foxglove.PackedElementField",
89
85
  "description": "A field present within each element in a byte array of packed elements.",
90
86
  "type": "object",
91
87
  "properties": {
@@ -99,7 +95,7 @@
99
95
  "description": "Byte offset from start of data buffer"
100
96
  },
101
97
  "type": {
102
- "title": "NumericType: Numeric type",
98
+ "title": "foxglove.NumericType",
103
99
  "description": "Type of data in the field. Integers are stored using little-endian byte order.",
104
100
  "oneOf": [
105
101
  {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from PointsAnnotation by @foxglove/schemas",
3
- "title": "PointsAnnotation",
2
+ "title": "foxglove.PointsAnnotation",
4
3
  "description": "An array of points on a 2D image",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -21,7 +21,7 @@
21
21
  "description": "Timestamp of annotation"
22
22
  },
23
23
  "type": {
24
- "title": "PointsAnnotationType: Type of points annotation",
24
+ "title": "foxglove.PointsAnnotationType",
25
25
  "description": "Type of points annotation to draw",
26
26
  "oneOf": [
27
27
  {
@@ -49,8 +49,7 @@
49
49
  "points": {
50
50
  "type": "array",
51
51
  "items": {
52
- "$comment": "Generated from Point2 by @foxglove/schemas",
53
- "title": "Point2",
52
+ "title": "foxglove.Point2",
54
53
  "description": "A point representing a position in 2D space",
55
54
  "type": "object",
56
55
  "properties": {
@@ -69,8 +68,7 @@
69
68
  "outline_colors": {
70
69
  "type": "array",
71
70
  "items": {
72
- "$comment": "Generated from Color by @foxglove/schemas",
73
- "title": "Color",
71
+ "title": "foxglove.Color",
74
72
  "description": "A color in RGBA format",
75
73
  "type": "object",
76
74
  "properties": {
@@ -95,8 +93,7 @@
95
93
  "description": "Outline colors"
96
94
  },
97
95
  "fill_color": {
98
- "$comment": "Generated from Color by @foxglove/schemas",
99
- "title": "Color",
96
+ "title": "foxglove.Color",
100
97
  "description": "Fill color",
101
98
  "type": "object",
102
99
  "properties": {
@@ -1,12 +1,11 @@
1
1
  {
2
- "$comment": "Generated from Pose by @foxglove/schemas",
3
- "title": "Pose",
2
+ "title": "foxglove.Pose",
4
3
  "description": "A position and orientation for an object or reference frame in 3D space",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "position": {
8
- "$comment": "Generated from Vector3 by @foxglove/schemas",
9
- "title": "Vector3",
8
+ "title": "foxglove.Vector3",
10
9
  "description": "Point denoting position in 3D space",
11
10
  "type": "object",
12
11
  "properties": {
@@ -25,8 +24,7 @@
25
24
  }
26
25
  },
27
26
  "orientation": {
28
- "$comment": "Generated from Quaternion by @foxglove/schemas",
29
- "title": "Quaternion",
27
+ "title": "foxglove.Quaternion",
30
28
  "description": "Quaternion denoting orientation in 3D space",
31
29
  "type": "object",
32
30
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from PoseInFrame by @foxglove/schemas",
3
- "title": "PoseInFrame",
2
+ "title": "foxglove.PoseInFrame",
4
3
  "description": "A timestamped pose for an object or reference frame in 3D space",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "timestamp": {
@@ -25,14 +25,12 @@
25
25
  "description": "Frame of reference for pose position and orientation"
26
26
  },
27
27
  "pose": {
28
- "$comment": "Generated from Pose by @foxglove/schemas",
29
- "title": "Pose",
28
+ "title": "foxglove.Pose",
30
29
  "description": "Pose in 3D space",
31
30
  "type": "object",
32
31
  "properties": {
33
32
  "position": {
34
- "$comment": "Generated from Vector3 by @foxglove/schemas",
35
- "title": "Vector3",
33
+ "title": "foxglove.Vector3",
36
34
  "description": "Point denoting position in 3D space",
37
35
  "type": "object",
38
36
  "properties": {
@@ -51,8 +49,7 @@
51
49
  }
52
50
  },
53
51
  "orientation": {
54
- "$comment": "Generated from Quaternion by @foxglove/schemas",
55
- "title": "Quaternion",
52
+ "title": "foxglove.Quaternion",
56
53
  "description": "Quaternion denoting orientation in 3D space",
57
54
  "type": "object",
58
55
  "properties": {