@foxglove/schemas 0.1.2 → 0.4.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 (320) hide show
  1. package/.github/workflows/ci.yml +7 -1
  2. package/README.md +45 -4
  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.d.ts +1 -1
  32. package/dist/cjs/schemas/typescript/PackedElementField.d.ts.map +1 -1
  33. package/dist/cjs/schemas/typescript/PackedElementField.js +1 -1
  34. package/dist/cjs/schemas/typescript/PackedElementField.js.map +1 -1
  35. package/dist/cjs/schemas/typescript/Point2.js +1 -1
  36. package/dist/cjs/schemas/typescript/Point2.js.map +1 -1
  37. package/dist/cjs/schemas/typescript/Point3.js +1 -1
  38. package/dist/cjs/schemas/typescript/Point3.js.map +1 -1
  39. package/dist/cjs/schemas/typescript/PointCloud.js +1 -1
  40. package/dist/cjs/schemas/typescript/PointCloud.js.map +1 -1
  41. package/dist/cjs/schemas/typescript/PointsAnnotation.d.ts +5 -1
  42. package/dist/cjs/schemas/typescript/PointsAnnotation.d.ts.map +1 -1
  43. package/dist/cjs/schemas/typescript/PointsAnnotation.js +1 -1
  44. package/dist/cjs/schemas/typescript/PointsAnnotation.js.map +1 -1
  45. package/dist/cjs/schemas/typescript/PointsAnnotationType.js +1 -1
  46. package/dist/cjs/schemas/typescript/PointsAnnotationType.js.map +1 -1
  47. package/dist/cjs/schemas/typescript/Pose.js +1 -1
  48. package/dist/cjs/schemas/typescript/Pose.js.map +1 -1
  49. package/dist/cjs/schemas/typescript/PoseInFrame.js +1 -1
  50. package/dist/cjs/schemas/typescript/PoseInFrame.js.map +1 -1
  51. package/dist/cjs/schemas/typescript/PosesInFrame.js +1 -1
  52. package/dist/cjs/schemas/typescript/PositionCovarianceType.js +1 -1
  53. package/dist/cjs/schemas/typescript/PositionCovarianceType.js.map +1 -1
  54. package/dist/cjs/schemas/typescript/Quaternion.js +1 -1
  55. package/dist/cjs/schemas/typescript/Quaternion.js.map +1 -1
  56. package/dist/cjs/schemas/typescript/RawImage.js +1 -1
  57. package/dist/cjs/schemas/typescript/RawImage.js.map +1 -1
  58. package/dist/cjs/schemas/typescript/Vector2.js +1 -1
  59. package/dist/cjs/schemas/typescript/Vector2.js.map +1 -1
  60. package/dist/cjs/schemas/typescript/Vector3.js +1 -1
  61. package/dist/cjs/schemas/typescript/Vector3.js.map +1 -1
  62. package/dist/cjs/schemas/typescript/index.d.ts +0 -1
  63. package/dist/cjs/schemas/typescript/index.d.ts.map +1 -1
  64. package/dist/cjs/schemas/typescript/index.js +0 -1
  65. package/dist/cjs/schemas/typescript/index.js.map +1 -1
  66. package/dist/cjs/scripts/updateGeneratedFiles.js +17 -4
  67. package/dist/cjs/scripts/updateGeneratedFiles.js.map +1 -1
  68. package/dist/cjs/src/generateJsonSchema.d.ts.map +1 -1
  69. package/dist/cjs/src/generateJsonSchema.js +4 -3
  70. package/dist/cjs/src/generateJsonSchema.js.map +1 -1
  71. package/dist/cjs/src/generateJsonSchema.test.js +6 -8
  72. package/dist/cjs/src/generateJsonSchema.test.js.map +1 -1
  73. package/dist/cjs/src/generateMarkdown.d.ts +3 -0
  74. package/dist/cjs/src/generateMarkdown.d.ts.map +1 -0
  75. package/dist/cjs/src/generateMarkdown.js +80 -0
  76. package/dist/cjs/src/generateMarkdown.js.map +1 -0
  77. package/dist/cjs/src/generateProto.js +1 -1
  78. package/dist/cjs/src/generateProto.js.map +1 -1
  79. package/dist/cjs/src/generateProto.test.js +1 -1
  80. package/dist/cjs/src/generateRos.d.ts +4 -1
  81. package/dist/cjs/src/generateRos.d.ts.map +1 -1
  82. package/dist/cjs/src/generateRos.js +8 -4
  83. package/dist/cjs/src/generateRos.js.map +1 -1
  84. package/dist/cjs/src/generateRos.test.js +463 -7
  85. package/dist/cjs/src/generateRos.test.js.map +1 -1
  86. package/dist/cjs/src/generateTypeScript.js +1 -1
  87. package/dist/cjs/src/generateTypeScript.js.map +1 -1
  88. package/dist/cjs/src/generateTypeScript.test.js +2 -2
  89. package/dist/cjs/src/schemas.d.ts +0 -2
  90. package/dist/cjs/src/schemas.d.ts.map +1 -1
  91. package/dist/cjs/src/schemas.js +23 -31
  92. package/dist/cjs/src/schemas.js.map +1 -1
  93. package/dist/esm/schemas/typescript/CameraCalibration.js +1 -1
  94. package/dist/esm/schemas/typescript/CameraCalibration.js.map +1 -1
  95. package/dist/esm/schemas/typescript/CircleAnnotation.js +1 -1
  96. package/dist/esm/schemas/typescript/CircleAnnotation.js.map +1 -1
  97. package/dist/esm/schemas/typescript/Color.js +1 -1
  98. package/dist/esm/schemas/typescript/Color.js.map +1 -1
  99. package/dist/esm/schemas/typescript/CompressedImage.js +1 -1
  100. package/dist/esm/schemas/typescript/CompressedImage.js.map +1 -1
  101. package/dist/esm/schemas/typescript/FrameTransform.d.ts +6 -3
  102. package/dist/esm/schemas/typescript/FrameTransform.d.ts.map +1 -1
  103. package/dist/esm/schemas/typescript/FrameTransform.js +1 -1
  104. package/dist/esm/schemas/typescript/FrameTransform.js.map +1 -1
  105. package/dist/esm/schemas/typescript/GeoJSON.js +1 -1
  106. package/dist/esm/schemas/typescript/GeoJSON.js.map +1 -1
  107. package/dist/esm/schemas/typescript/Grid.js +1 -1
  108. package/dist/esm/schemas/typescript/Grid.js.map +1 -1
  109. package/dist/esm/schemas/typescript/ImageAnnotations.js +1 -1
  110. package/dist/esm/schemas/typescript/ImageAnnotations.js.map +1 -1
  111. package/dist/esm/schemas/typescript/LaserScan.js +1 -1
  112. package/dist/esm/schemas/typescript/LaserScan.js.map +1 -1
  113. package/dist/esm/schemas/typescript/LocationFix.js +1 -1
  114. package/dist/esm/schemas/typescript/LocationFix.js.map +1 -1
  115. package/dist/esm/schemas/typescript/Log.js +1 -1
  116. package/dist/esm/schemas/typescript/Log.js.map +1 -1
  117. package/dist/esm/schemas/typescript/LogLevel.js +1 -1
  118. package/dist/esm/schemas/typescript/LogLevel.js.map +1 -1
  119. package/dist/esm/schemas/typescript/NumericType.js +1 -1
  120. package/dist/esm/schemas/typescript/NumericType.js.map +1 -1
  121. package/dist/esm/schemas/typescript/PackedElementField.d.ts +1 -1
  122. package/dist/esm/schemas/typescript/PackedElementField.d.ts.map +1 -1
  123. package/dist/esm/schemas/typescript/PackedElementField.js +1 -1
  124. package/dist/esm/schemas/typescript/PackedElementField.js.map +1 -1
  125. package/dist/esm/schemas/typescript/Point2.js +1 -1
  126. package/dist/esm/schemas/typescript/Point2.js.map +1 -1
  127. package/dist/esm/schemas/typescript/Point3.js +1 -1
  128. package/dist/esm/schemas/typescript/Point3.js.map +1 -1
  129. package/dist/esm/schemas/typescript/PointCloud.js +1 -1
  130. package/dist/esm/schemas/typescript/PointCloud.js.map +1 -1
  131. package/dist/esm/schemas/typescript/PointsAnnotation.d.ts +5 -1
  132. package/dist/esm/schemas/typescript/PointsAnnotation.d.ts.map +1 -1
  133. package/dist/esm/schemas/typescript/PointsAnnotation.js +1 -1
  134. package/dist/esm/schemas/typescript/PointsAnnotation.js.map +1 -1
  135. package/dist/esm/schemas/typescript/PointsAnnotationType.js +1 -1
  136. package/dist/esm/schemas/typescript/PointsAnnotationType.js.map +1 -1
  137. package/dist/esm/schemas/typescript/Pose.js +1 -1
  138. package/dist/esm/schemas/typescript/Pose.js.map +1 -1
  139. package/dist/esm/schemas/typescript/PoseInFrame.js +1 -1
  140. package/dist/esm/schemas/typescript/PoseInFrame.js.map +1 -1
  141. package/dist/esm/schemas/typescript/PosesInFrame.js +1 -1
  142. package/dist/esm/schemas/typescript/PositionCovarianceType.js +1 -1
  143. package/dist/esm/schemas/typescript/PositionCovarianceType.js.map +1 -1
  144. package/dist/esm/schemas/typescript/Quaternion.js +1 -1
  145. package/dist/esm/schemas/typescript/Quaternion.js.map +1 -1
  146. package/dist/esm/schemas/typescript/RawImage.js +1 -1
  147. package/dist/esm/schemas/typescript/RawImage.js.map +1 -1
  148. package/dist/esm/schemas/typescript/Vector2.js +1 -1
  149. package/dist/esm/schemas/typescript/Vector2.js.map +1 -1
  150. package/dist/esm/schemas/typescript/Vector3.js +1 -1
  151. package/dist/esm/schemas/typescript/Vector3.js.map +1 -1
  152. package/dist/esm/schemas/typescript/index.d.ts +0 -1
  153. package/dist/esm/schemas/typescript/index.d.ts.map +1 -1
  154. package/dist/esm/schemas/typescript/index.js +0 -1
  155. package/dist/esm/schemas/typescript/index.js.map +1 -1
  156. package/dist/esm/scripts/updateGeneratedFiles.js +17 -4
  157. package/dist/esm/scripts/updateGeneratedFiles.js.map +1 -1
  158. package/dist/esm/src/generateJsonSchema.d.ts.map +1 -1
  159. package/dist/esm/src/generateJsonSchema.js +4 -3
  160. package/dist/esm/src/generateJsonSchema.js.map +1 -1
  161. package/dist/esm/src/generateJsonSchema.test.js +6 -8
  162. package/dist/esm/src/generateJsonSchema.test.js.map +1 -1
  163. package/dist/esm/src/generateMarkdown.d.ts +3 -0
  164. package/dist/esm/src/generateMarkdown.d.ts.map +1 -0
  165. package/dist/esm/src/generateMarkdown.js +76 -0
  166. package/dist/esm/src/generateMarkdown.js.map +1 -0
  167. package/dist/esm/src/generateProto.js +1 -1
  168. package/dist/esm/src/generateProto.js.map +1 -1
  169. package/dist/esm/src/generateProto.test.js +1 -1
  170. package/dist/esm/src/generateRos.d.ts +4 -1
  171. package/dist/esm/src/generateRos.d.ts.map +1 -1
  172. package/dist/esm/src/generateRos.js +8 -4
  173. package/dist/esm/src/generateRos.js.map +1 -1
  174. package/dist/esm/src/generateRos.test.js +463 -7
  175. package/dist/esm/src/generateRos.test.js.map +1 -1
  176. package/dist/esm/src/generateTypeScript.js +1 -1
  177. package/dist/esm/src/generateTypeScript.js.map +1 -1
  178. package/dist/esm/src/generateTypeScript.test.js +2 -2
  179. package/dist/esm/src/schemas.d.ts +0 -2
  180. package/dist/esm/src/schemas.d.ts.map +1 -1
  181. package/dist/esm/src/schemas.js +21 -29
  182. package/dist/esm/src/schemas.js.map +1 -1
  183. package/package.json +2 -2
  184. package/schemas/README.md +1711 -0
  185. package/schemas/jsonschema/CameraCalibration.json +2 -2
  186. package/schemas/jsonschema/CircleAnnotation.json +5 -8
  187. package/schemas/jsonschema/Color.json +2 -2
  188. package/schemas/jsonschema/CompressedImage.json +2 -2
  189. package/schemas/jsonschema/FrameTransform.json +37 -63
  190. package/schemas/jsonschema/GeoJSON.json +2 -2
  191. package/schemas/jsonschema/Grid.json +9 -14
  192. package/schemas/jsonschema/ImageAnnotations.json +39 -20
  193. package/schemas/jsonschema/LaserScan.json +5 -8
  194. package/schemas/jsonschema/LocationFix.json +3 -3
  195. package/schemas/jsonschema/Log.json +3 -3
  196. package/schemas/jsonschema/PackedElementField.json +4 -4
  197. package/schemas/jsonschema/Point2.json +2 -2
  198. package/schemas/jsonschema/Point3.json +2 -2
  199. package/schemas/jsonschema/PointCloud.json +8 -12
  200. package/schemas/jsonschema/PointsAnnotation.json +34 -10
  201. package/schemas/jsonschema/Pose.json +4 -6
  202. package/schemas/jsonschema/PoseInFrame.json +5 -8
  203. package/schemas/jsonschema/PosesInFrame.json +5 -8
  204. package/schemas/jsonschema/Quaternion.json +2 -2
  205. package/schemas/jsonschema/RawImage.json +2 -2
  206. package/schemas/jsonschema/Vector2.json +2 -2
  207. package/schemas/jsonschema/Vector3.json +2 -2
  208. package/schemas/proto/foxglove/CameraCalibration.proto +1 -1
  209. package/schemas/proto/foxglove/CircleAnnotation.proto +1 -1
  210. package/schemas/proto/foxglove/Color.proto +1 -1
  211. package/schemas/proto/foxglove/CompressedImage.proto +1 -1
  212. package/schemas/proto/foxglove/FrameTransform.proto +8 -4
  213. package/schemas/proto/foxglove/GeoJSON.proto +1 -1
  214. package/schemas/proto/foxglove/Grid.proto +1 -1
  215. package/schemas/proto/foxglove/ImageAnnotations.proto +1 -1
  216. package/schemas/proto/foxglove/LaserScan.proto +1 -1
  217. package/schemas/proto/foxglove/LocationFix.proto +1 -1
  218. package/schemas/proto/foxglove/Log.proto +1 -1
  219. package/schemas/proto/foxglove/PackedElementField.proto +2 -2
  220. package/schemas/proto/foxglove/Point2.proto +1 -1
  221. package/schemas/proto/foxglove/Point3.proto +1 -1
  222. package/schemas/proto/foxglove/PointCloud.proto +1 -1
  223. package/schemas/proto/foxglove/PointsAnnotation.proto +10 -4
  224. package/schemas/proto/foxglove/Pose.proto +1 -1
  225. package/schemas/proto/foxglove/PoseInFrame.proto +1 -1
  226. package/schemas/proto/foxglove/PosesInFrame.proto +1 -1
  227. package/schemas/proto/foxglove/Quaternion.proto +1 -1
  228. package/schemas/proto/foxglove/RawImage.proto +1 -1
  229. package/schemas/proto/foxglove/Vector2.proto +1 -1
  230. package/schemas/proto/foxglove/Vector3.proto +1 -1
  231. package/schemas/ros1/CameraCalibration.msg +4 -1
  232. package/schemas/ros1/CircleAnnotation.msg +4 -1
  233. package/schemas/ros1/Color.msg +4 -1
  234. package/schemas/ros1/CompressedImage.msg +4 -1
  235. package/schemas/ros1/FrameTransform.msg +9 -3
  236. package/schemas/ros1/GeoJSON.msg +4 -1
  237. package/schemas/ros1/Grid.msg +4 -1
  238. package/schemas/ros1/ImageAnnotations.msg +4 -1
  239. package/schemas/ros1/LaserScan.msg +4 -1
  240. package/schemas/ros1/LocationFix.msg +4 -1
  241. package/schemas/ros1/Log.msg +4 -1
  242. package/schemas/ros1/PackedElementField.msg +4 -1
  243. package/schemas/ros1/Point2.msg +4 -1
  244. package/schemas/ros1/PointCloud.msg +4 -1
  245. package/schemas/ros1/PointsAnnotation.msg +11 -2
  246. package/schemas/ros1/PoseInFrame.msg +4 -1
  247. package/schemas/ros1/PosesInFrame.msg +4 -1
  248. package/schemas/ros1/RawImage.msg +4 -1
  249. package/schemas/ros1/Vector2.msg +4 -1
  250. package/schemas/ros2/CameraCalibration.msg +4 -1
  251. package/schemas/ros2/CircleAnnotation.msg +4 -1
  252. package/schemas/ros2/Color.msg +4 -1
  253. package/schemas/ros2/CompressedImage.msg +4 -1
  254. package/schemas/ros2/FrameTransform.msg +9 -3
  255. package/schemas/ros2/GeoJSON.msg +4 -1
  256. package/schemas/ros2/Grid.msg +4 -1
  257. package/schemas/ros2/ImageAnnotations.msg +4 -1
  258. package/schemas/ros2/LaserScan.msg +4 -1
  259. package/schemas/ros2/LocationFix.msg +4 -1
  260. package/schemas/ros2/Log.msg +4 -1
  261. package/schemas/ros2/PackedElementField.msg +4 -1
  262. package/schemas/ros2/Point2.msg +4 -1
  263. package/schemas/ros2/PointCloud.msg +4 -1
  264. package/schemas/ros2/PointsAnnotation.msg +11 -2
  265. package/schemas/ros2/PoseInFrame.msg +4 -1
  266. package/schemas/ros2/PosesInFrame.msg +4 -1
  267. package/schemas/ros2/RawImage.msg +4 -1
  268. package/schemas/ros2/Vector2.msg +4 -1
  269. package/schemas/typescript/CameraCalibration.ts +1 -1
  270. package/schemas/typescript/CircleAnnotation.ts +1 -1
  271. package/schemas/typescript/Color.ts +1 -1
  272. package/schemas/typescript/CompressedImage.ts +1 -1
  273. package/schemas/typescript/FrameTransform.ts +8 -4
  274. package/schemas/typescript/GeoJSON.ts +1 -1
  275. package/schemas/typescript/Grid.ts +1 -1
  276. package/schemas/typescript/ImageAnnotations.ts +1 -1
  277. package/schemas/typescript/LaserScan.ts +1 -1
  278. package/schemas/typescript/LocationFix.ts +1 -1
  279. package/schemas/typescript/Log.ts +1 -1
  280. package/schemas/typescript/LogLevel.ts +1 -1
  281. package/schemas/typescript/NumericType.ts +1 -1
  282. package/schemas/typescript/PackedElementField.ts +2 -2
  283. package/schemas/typescript/Point2.ts +1 -1
  284. package/schemas/typescript/Point3.ts +1 -1
  285. package/schemas/typescript/PointCloud.ts +1 -1
  286. package/schemas/typescript/PointsAnnotation.ts +8 -2
  287. package/schemas/typescript/PointsAnnotationType.ts +1 -1
  288. package/schemas/typescript/Pose.ts +1 -1
  289. package/schemas/typescript/PoseInFrame.ts +1 -1
  290. package/schemas/typescript/PosesInFrame.ts +1 -1
  291. package/schemas/typescript/PositionCovarianceType.ts +1 -1
  292. package/schemas/typescript/Quaternion.ts +1 -1
  293. package/schemas/typescript/RawImage.ts +1 -1
  294. package/schemas/typescript/Vector2.ts +1 -1
  295. package/schemas/typescript/Vector3.ts +1 -1
  296. package/schemas/typescript/index.ts +0 -1
  297. package/scripts/updateGeneratedFiles.ts +21 -10
  298. package/src/generateJsonSchema.test.ts +6 -8
  299. package/src/generateJsonSchema.ts +4 -3
  300. package/src/generateMarkdown.ts +88 -0
  301. package/src/generateProto.test.ts +1 -1
  302. package/src/generateProto.ts +1 -1
  303. package/src/generateRos.test.ts +464 -7
  304. package/src/generateRos.ts +14 -5
  305. package/src/generateTypeScript.test.ts +2 -2
  306. package/src/generateTypeScript.ts +1 -1
  307. package/src/schemas.ts +22 -30
  308. package/dist/cjs/schemas/typescript/Transform.d.ts +0 -13
  309. package/dist/cjs/schemas/typescript/Transform.d.ts.map +0 -1
  310. package/dist/cjs/schemas/typescript/Transform.js +0 -4
  311. package/dist/cjs/schemas/typescript/Transform.js.map +0 -1
  312. package/dist/esm/schemas/typescript/Transform.d.ts +0 -13
  313. package/dist/esm/schemas/typescript/Transform.d.ts.map +0 -1
  314. package/dist/esm/schemas/typescript/Transform.js +0 -3
  315. package/dist/esm/schemas/typescript/Transform.js.map +0 -1
  316. package/schemas/jsonschema/Transform.json +0 -68
  317. package/schemas/proto/foxglove/Transform.proto +0 -21
  318. package/schemas/ros1/Transform.msg +0 -10
  319. package/schemas/ros2/Transform.msg +0 -10
  320. package/schemas/typescript/Transform.ts +0 -17
@@ -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": {
@@ -66,11 +65,33 @@
66
65
  },
67
66
  "description": "Points in 2D image coordinates"
68
67
  },
68
+ "outline_color": {
69
+ "title": "foxglove.Color",
70
+ "description": "Outline color",
71
+ "type": "object",
72
+ "properties": {
73
+ "r": {
74
+ "type": "number",
75
+ "description": "Red value between 0 and 1"
76
+ },
77
+ "g": {
78
+ "type": "number",
79
+ "description": "Green value between 0 and 1"
80
+ },
81
+ "b": {
82
+ "type": "number",
83
+ "description": "Blue value between 0 and 1"
84
+ },
85
+ "a": {
86
+ "type": "number",
87
+ "description": "Alpha value between 0 and 1"
88
+ }
89
+ }
90
+ },
69
91
  "outline_colors": {
70
92
  "type": "array",
71
93
  "items": {
72
- "$comment": "Generated from Color by @foxglove/schemas",
73
- "title": "Color",
94
+ "title": "foxglove.Color",
74
95
  "description": "A color in RGBA format",
75
96
  "type": "object",
76
97
  "properties": {
@@ -92,11 +113,10 @@
92
113
  }
93
114
  }
94
115
  },
95
- "description": "Outline colors"
116
+ "description": "Per-point colors, if `type` is `POINTS`, or per-segment stroke colors, if `type` is `LINE_LIST`."
96
117
  },
97
118
  "fill_color": {
98
- "$comment": "Generated from Color by @foxglove/schemas",
99
- "title": "Color",
119
+ "title": "foxglove.Color",
100
120
  "description": "Fill color",
101
121
  "type": "object",
102
122
  "properties": {
@@ -117,6 +137,10 @@
117
137
  "description": "Alpha value between 0 and 1"
118
138
  }
119
139
  }
140
+ },
141
+ "thickness": {
142
+ "type": "number",
143
+ "description": "Stroke thickness"
120
144
  }
121
145
  }
122
146
  }
@@ -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": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from PosesInFrame by @foxglove/schemas",
3
- "title": "PosesInFrame",
2
+ "title": "foxglove.PosesInFrame",
4
3
  "description": "An array of timestamped poses 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": {
@@ -27,14 +27,12 @@
27
27
  "poses": {
28
28
  "type": "array",
29
29
  "items": {
30
- "$comment": "Generated from Pose by @foxglove/schemas",
31
- "title": "Pose",
30
+ "title": "foxglove.Pose",
32
31
  "description": "A position and orientation for an object or reference frame in 3D space",
33
32
  "type": "object",
34
33
  "properties": {
35
34
  "position": {
36
- "$comment": "Generated from Vector3 by @foxglove/schemas",
37
- "title": "Vector3",
35
+ "title": "foxglove.Vector3",
38
36
  "description": "Point denoting position in 3D space",
39
37
  "type": "object",
40
38
  "properties": {
@@ -53,8 +51,7 @@
53
51
  }
54
52
  },
55
53
  "orientation": {
56
- "$comment": "Generated from Quaternion by @foxglove/schemas",
57
- "title": "Quaternion",
54
+ "title": "foxglove.Quaternion",
58
55
  "description": "Quaternion denoting orientation in 3D space",
59
56
  "type": "object",
60
57
  "properties": {
@@ -1,7 +1,7 @@
1
1
  {
2
- "$comment": "Generated from Quaternion by @foxglove/schemas",
3
- "title": "Quaternion",
2
+ "title": "foxglove.Quaternion",
4
3
  "description": "A [quaternion](https://eater.net/quaternions) representing a rotation 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 RawImage by @foxglove/schemas",
3
- "title": "RawImage",
2
+ "title": "foxglove.RawImage",
4
3
  "description": "A raw 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 Vector2 by @foxglove/schemas",
3
- "title": "Vector2",
2
+ "title": "foxglove.Vector2",
4
3
  "description": "A vector in 2D space that represents a direction only",
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 Vector3 by @foxglove/schemas",
3
- "title": "Vector3",
2
+ "title": "foxglove.Vector3",
4
3
  "description": "A vector in 3D space that represents a direction only",
4
+ "$comment": "Generated by https://github.com/foxglove/schemas",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "x": {
@@ -1,4 +1,4 @@
1
- // Generated from CameraCalibration by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from CircleAnnotation by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from Color by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from CompressedImage by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,8 +1,9 @@
1
- // Generated from FrameTransform by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
5
- import "foxglove/Transform.proto";
5
+ import "foxglove/Quaternion.proto";
6
+ import "foxglove/Vector3.proto";
6
7
  import "google/protobuf/timestamp.proto";
7
8
 
8
9
  package foxglove;
@@ -18,6 +19,9 @@ message FrameTransform {
18
19
  // Name of the child frame
19
20
  string child_frame_id = 3;
20
21
 
21
- // Transform from parent frame to child frame
22
- foxglove.Transform transform = 4;
22
+ // Translation component of the transform
23
+ foxglove.Vector3 translation = 4;
24
+
25
+ // Rotation component of the transform
26
+ foxglove.Quaternion rotation = 5;
23
27
  }
@@ -1,4 +1,4 @@
1
- // Generated from GeoJSON by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from Grid by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from ImageAnnotations by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from LaserScan by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from LocationFix by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from Log by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,10 +1,10 @@
1
- // Generated from PackedElementField by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
5
5
  package foxglove;
6
6
 
7
- // List of fields for every element in a byte array
7
+ // A field present within each element in a byte array of packed elements.
8
8
  message PackedElementField {
9
9
  // Numeric type
10
10
  enum NumericType {
@@ -1,4 +1,4 @@
1
- // Generated from Point2 by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from Point3 by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from PointCloud by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from PointsAnnotation by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -31,9 +31,15 @@ message PointsAnnotation {
31
31
  // Points in 2D image coordinates
32
32
  repeated foxglove.Point2 points = 3;
33
33
 
34
- // Outline colors
35
- repeated foxglove.Color outline_colors = 4;
34
+ // Outline color
35
+ foxglove.Color outline_color = 4;
36
+
37
+ // Per-point colors, if `type` is `POINTS`, or per-segment stroke colors, if `type` is `LINE_LIST`.
38
+ repeated foxglove.Color outline_colors = 5;
36
39
 
37
40
  // Fill color
38
- foxglove.Color fill_color = 5;
41
+ foxglove.Color fill_color = 6;
42
+
43
+ // Stroke thickness
44
+ double thickness = 7;
39
45
  }
@@ -1,4 +1,4 @@
1
- // Generated from Pose by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from PoseInFrame by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from PosesInFrame by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from Quaternion by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from RawImage by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from Vector2 by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,4 @@
1
- // Generated from Vector3 by @foxglove/schemas
1
+ // Generated by https://github.com/foxglove/schemas
2
2
 
3
3
  syntax = "proto3";
4
4
 
@@ -1,4 +1,7 @@
1
- # Generated from CameraCalibration by @foxglove/schemas
1
+ # foxglove_msgs/CameraCalibration
2
+ # Camera calibration parameters
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of calibration data
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from CircleAnnotation by @foxglove/schemas
1
+ # foxglove_msgs/CircleAnnotation
2
+ # A circle annotation on a 2D image
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of circle
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from Color by @foxglove/schemas
1
+ # foxglove_msgs/Color
2
+ # A color in RGBA format
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Red value between 0 and 1
4
7
  float64 r
@@ -1,4 +1,7 @@
1
- # Generated from CompressedImage by @foxglove/schemas
1
+ # foxglove_msgs/CompressedImage
2
+ # A compressed image
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of image
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from FrameTransform by @foxglove/schemas
1
+ # foxglove_msgs/FrameTransform
2
+ # A transform between two reference frames in 3D space
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of transform
4
7
  time timestamp
@@ -9,5 +12,8 @@ string parent_frame_id
9
12
  # Name of the child frame
10
13
  string child_frame_id
11
14
 
12
- # Transform from parent frame to child frame
13
- foxglove_msgs/Transform transform
15
+ # Translation component of the transform
16
+ geometry_msgs/Vector3 translation
17
+
18
+ # Rotation component of the transform
19
+ geometry_msgs/Quaternion rotation
@@ -1,4 +1,7 @@
1
- # Generated from GeoJSON by @foxglove/schemas
1
+ # foxglove_msgs/GeoJSON
2
+ # GeoJSON data for annotating maps
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # GeoJSON data encoded as a UTF-8 string
4
7
  string geojson
@@ -1,4 +1,7 @@
1
- # Generated from Grid by @foxglove/schemas
1
+ # foxglove_msgs/Grid
2
+ # A 2D grid of data
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of grid
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from ImageAnnotations by @foxglove/schemas
1
+ # foxglove_msgs/ImageAnnotations
2
+ # Array of annotations for a 2D image
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Circle annotations
4
7
  foxglove_msgs/CircleAnnotation[] circles
@@ -1,4 +1,7 @@
1
- # Generated from LaserScan by @foxglove/schemas
1
+ # foxglove_msgs/LaserScan
2
+ # A single scan from a planar laser range-finder
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of scan
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from LocationFix by @foxglove/schemas
1
+ # foxglove_msgs/LocationFix
2
+ # A navigation satellite fix for any Global Navigation Satellite System
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Latitude in degrees
4
7
  float64 latitude
@@ -1,4 +1,7 @@
1
- # Generated from Log by @foxglove/schemas
1
+ # foxglove_msgs/Log
2
+ # A log message
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of log message
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from PackedElementField by @foxglove/schemas
1
+ # foxglove_msgs/PackedElementField
2
+ # A field present within each element in a byte array of packed elements.
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Name of the field
4
7
  string name
@@ -1,4 +1,7 @@
1
- # Generated from Point2 by @foxglove/schemas
1
+ # foxglove_msgs/Point2
2
+ # A point representing a position in 2D space
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # x coordinate position
4
7
  float64 x
@@ -1,4 +1,7 @@
1
- # Generated from PointCloud by @foxglove/schemas
1
+ # foxglove_msgs/PointCloud
2
+ # A collection of N-dimensional points, which may contain additional fields with information like normals, intensity, etc.
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of point cloud
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from PointsAnnotation by @foxglove/schemas
1
+ # foxglove_msgs/PointsAnnotation
2
+ # An array of points on a 2D image
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of annotation
4
7
  time timestamp
@@ -15,8 +18,14 @@ uint8 type
15
18
  # Points in 2D image coordinates
16
19
  foxglove_msgs/Point2[] points
17
20
 
18
- # Outline colors
21
+ # Outline color
22
+ foxglove_msgs/Color outline_color
23
+
24
+ # Per-point colors, if `type` is `POINTS`, or per-segment stroke colors, if `type` is `LINE_LIST`.
19
25
  foxglove_msgs/Color[] outline_colors
20
26
 
21
27
  # Fill color
22
28
  foxglove_msgs/Color fill_color
29
+
30
+ # Stroke thickness
31
+ float64 thickness
@@ -1,4 +1,7 @@
1
- # Generated from PoseInFrame by @foxglove/schemas
1
+ # foxglove_msgs/PoseInFrame
2
+ # A timestamped pose for an object or reference frame in 3D space
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of pose
4
7
  time timestamp
@@ -1,4 +1,7 @@
1
- # Generated from PosesInFrame by @foxglove/schemas
1
+ # foxglove_msgs/PosesInFrame
2
+ # An array of timestamped poses for an object or reference frame in 3D space
3
+
4
+ # Generated by https://github.com/foxglove/schemas
2
5
 
3
6
  # Timestamp of pose
4
7
  time timestamp