@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.
- package/.github/workflows/ci.yml +7 -1
- package/README.md +45 -4
- package/dist/cjs/schemas/typescript/CameraCalibration.js +1 -1
- package/dist/cjs/schemas/typescript/CameraCalibration.js.map +1 -1
- package/dist/cjs/schemas/typescript/CircleAnnotation.js +1 -1
- package/dist/cjs/schemas/typescript/CircleAnnotation.js.map +1 -1
- package/dist/cjs/schemas/typescript/Color.js +1 -1
- package/dist/cjs/schemas/typescript/Color.js.map +1 -1
- package/dist/cjs/schemas/typescript/CompressedImage.js +1 -1
- package/dist/cjs/schemas/typescript/CompressedImage.js.map +1 -1
- package/dist/cjs/schemas/typescript/FrameTransform.d.ts +6 -3
- package/dist/cjs/schemas/typescript/FrameTransform.d.ts.map +1 -1
- package/dist/cjs/schemas/typescript/FrameTransform.js +1 -1
- package/dist/cjs/schemas/typescript/FrameTransform.js.map +1 -1
- package/dist/cjs/schemas/typescript/GeoJSON.js +1 -1
- package/dist/cjs/schemas/typescript/GeoJSON.js.map +1 -1
- package/dist/cjs/schemas/typescript/Grid.js +1 -1
- package/dist/cjs/schemas/typescript/Grid.js.map +1 -1
- package/dist/cjs/schemas/typescript/ImageAnnotations.js +1 -1
- package/dist/cjs/schemas/typescript/ImageAnnotations.js.map +1 -1
- package/dist/cjs/schemas/typescript/LaserScan.js +1 -1
- package/dist/cjs/schemas/typescript/LaserScan.js.map +1 -1
- package/dist/cjs/schemas/typescript/LocationFix.js +1 -1
- package/dist/cjs/schemas/typescript/LocationFix.js.map +1 -1
- package/dist/cjs/schemas/typescript/Log.js +1 -1
- package/dist/cjs/schemas/typescript/Log.js.map +1 -1
- package/dist/cjs/schemas/typescript/LogLevel.js +1 -1
- package/dist/cjs/schemas/typescript/LogLevel.js.map +1 -1
- package/dist/cjs/schemas/typescript/NumericType.js +1 -1
- package/dist/cjs/schemas/typescript/NumericType.js.map +1 -1
- package/dist/cjs/schemas/typescript/PackedElementField.d.ts +1 -1
- package/dist/cjs/schemas/typescript/PackedElementField.d.ts.map +1 -1
- package/dist/cjs/schemas/typescript/PackedElementField.js +1 -1
- package/dist/cjs/schemas/typescript/PackedElementField.js.map +1 -1
- package/dist/cjs/schemas/typescript/Point2.js +1 -1
- package/dist/cjs/schemas/typescript/Point2.js.map +1 -1
- package/dist/cjs/schemas/typescript/Point3.js +1 -1
- package/dist/cjs/schemas/typescript/Point3.js.map +1 -1
- package/dist/cjs/schemas/typescript/PointCloud.js +1 -1
- package/dist/cjs/schemas/typescript/PointCloud.js.map +1 -1
- package/dist/cjs/schemas/typescript/PointsAnnotation.d.ts +5 -1
- package/dist/cjs/schemas/typescript/PointsAnnotation.d.ts.map +1 -1
- package/dist/cjs/schemas/typescript/PointsAnnotation.js +1 -1
- package/dist/cjs/schemas/typescript/PointsAnnotation.js.map +1 -1
- package/dist/cjs/schemas/typescript/PointsAnnotationType.js +1 -1
- package/dist/cjs/schemas/typescript/PointsAnnotationType.js.map +1 -1
- package/dist/cjs/schemas/typescript/Pose.js +1 -1
- package/dist/cjs/schemas/typescript/Pose.js.map +1 -1
- package/dist/cjs/schemas/typescript/PoseInFrame.js +1 -1
- package/dist/cjs/schemas/typescript/PoseInFrame.js.map +1 -1
- package/dist/cjs/schemas/typescript/PosesInFrame.js +1 -1
- package/dist/cjs/schemas/typescript/PositionCovarianceType.js +1 -1
- package/dist/cjs/schemas/typescript/PositionCovarianceType.js.map +1 -1
- package/dist/cjs/schemas/typescript/Quaternion.js +1 -1
- package/dist/cjs/schemas/typescript/Quaternion.js.map +1 -1
- package/dist/cjs/schemas/typescript/RawImage.js +1 -1
- package/dist/cjs/schemas/typescript/RawImage.js.map +1 -1
- package/dist/cjs/schemas/typescript/Vector2.js +1 -1
- package/dist/cjs/schemas/typescript/Vector2.js.map +1 -1
- package/dist/cjs/schemas/typescript/Vector3.js +1 -1
- package/dist/cjs/schemas/typescript/Vector3.js.map +1 -1
- package/dist/cjs/schemas/typescript/index.d.ts +0 -1
- package/dist/cjs/schemas/typescript/index.d.ts.map +1 -1
- package/dist/cjs/schemas/typescript/index.js +0 -1
- package/dist/cjs/schemas/typescript/index.js.map +1 -1
- package/dist/cjs/scripts/updateGeneratedFiles.js +17 -4
- package/dist/cjs/scripts/updateGeneratedFiles.js.map +1 -1
- package/dist/cjs/src/generateJsonSchema.d.ts.map +1 -1
- package/dist/cjs/src/generateJsonSchema.js +4 -3
- package/dist/cjs/src/generateJsonSchema.js.map +1 -1
- package/dist/cjs/src/generateJsonSchema.test.js +6 -8
- package/dist/cjs/src/generateJsonSchema.test.js.map +1 -1
- package/dist/cjs/src/generateMarkdown.d.ts +3 -0
- package/dist/cjs/src/generateMarkdown.d.ts.map +1 -0
- package/dist/cjs/src/generateMarkdown.js +80 -0
- package/dist/cjs/src/generateMarkdown.js.map +1 -0
- package/dist/cjs/src/generateProto.js +1 -1
- package/dist/cjs/src/generateProto.js.map +1 -1
- package/dist/cjs/src/generateProto.test.js +1 -1
- package/dist/cjs/src/generateRos.d.ts +4 -1
- package/dist/cjs/src/generateRos.d.ts.map +1 -1
- package/dist/cjs/src/generateRos.js +8 -4
- package/dist/cjs/src/generateRos.js.map +1 -1
- package/dist/cjs/src/generateRos.test.js +463 -7
- package/dist/cjs/src/generateRos.test.js.map +1 -1
- package/dist/cjs/src/generateTypeScript.js +1 -1
- package/dist/cjs/src/generateTypeScript.js.map +1 -1
- package/dist/cjs/src/generateTypeScript.test.js +2 -2
- package/dist/cjs/src/schemas.d.ts +0 -2
- package/dist/cjs/src/schemas.d.ts.map +1 -1
- package/dist/cjs/src/schemas.js +23 -31
- package/dist/cjs/src/schemas.js.map +1 -1
- package/dist/esm/schemas/typescript/CameraCalibration.js +1 -1
- package/dist/esm/schemas/typescript/CameraCalibration.js.map +1 -1
- package/dist/esm/schemas/typescript/CircleAnnotation.js +1 -1
- package/dist/esm/schemas/typescript/CircleAnnotation.js.map +1 -1
- package/dist/esm/schemas/typescript/Color.js +1 -1
- package/dist/esm/schemas/typescript/Color.js.map +1 -1
- package/dist/esm/schemas/typescript/CompressedImage.js +1 -1
- package/dist/esm/schemas/typescript/CompressedImage.js.map +1 -1
- package/dist/esm/schemas/typescript/FrameTransform.d.ts +6 -3
- package/dist/esm/schemas/typescript/FrameTransform.d.ts.map +1 -1
- package/dist/esm/schemas/typescript/FrameTransform.js +1 -1
- package/dist/esm/schemas/typescript/FrameTransform.js.map +1 -1
- package/dist/esm/schemas/typescript/GeoJSON.js +1 -1
- package/dist/esm/schemas/typescript/GeoJSON.js.map +1 -1
- package/dist/esm/schemas/typescript/Grid.js +1 -1
- package/dist/esm/schemas/typescript/Grid.js.map +1 -1
- package/dist/esm/schemas/typescript/ImageAnnotations.js +1 -1
- package/dist/esm/schemas/typescript/ImageAnnotations.js.map +1 -1
- package/dist/esm/schemas/typescript/LaserScan.js +1 -1
- package/dist/esm/schemas/typescript/LaserScan.js.map +1 -1
- package/dist/esm/schemas/typescript/LocationFix.js +1 -1
- package/dist/esm/schemas/typescript/LocationFix.js.map +1 -1
- package/dist/esm/schemas/typescript/Log.js +1 -1
- package/dist/esm/schemas/typescript/Log.js.map +1 -1
- package/dist/esm/schemas/typescript/LogLevel.js +1 -1
- package/dist/esm/schemas/typescript/LogLevel.js.map +1 -1
- package/dist/esm/schemas/typescript/NumericType.js +1 -1
- package/dist/esm/schemas/typescript/NumericType.js.map +1 -1
- package/dist/esm/schemas/typescript/PackedElementField.d.ts +1 -1
- package/dist/esm/schemas/typescript/PackedElementField.d.ts.map +1 -1
- package/dist/esm/schemas/typescript/PackedElementField.js +1 -1
- package/dist/esm/schemas/typescript/PackedElementField.js.map +1 -1
- package/dist/esm/schemas/typescript/Point2.js +1 -1
- package/dist/esm/schemas/typescript/Point2.js.map +1 -1
- package/dist/esm/schemas/typescript/Point3.js +1 -1
- package/dist/esm/schemas/typescript/Point3.js.map +1 -1
- package/dist/esm/schemas/typescript/PointCloud.js +1 -1
- package/dist/esm/schemas/typescript/PointCloud.js.map +1 -1
- package/dist/esm/schemas/typescript/PointsAnnotation.d.ts +5 -1
- package/dist/esm/schemas/typescript/PointsAnnotation.d.ts.map +1 -1
- package/dist/esm/schemas/typescript/PointsAnnotation.js +1 -1
- package/dist/esm/schemas/typescript/PointsAnnotation.js.map +1 -1
- package/dist/esm/schemas/typescript/PointsAnnotationType.js +1 -1
- package/dist/esm/schemas/typescript/PointsAnnotationType.js.map +1 -1
- package/dist/esm/schemas/typescript/Pose.js +1 -1
- package/dist/esm/schemas/typescript/Pose.js.map +1 -1
- package/dist/esm/schemas/typescript/PoseInFrame.js +1 -1
- package/dist/esm/schemas/typescript/PoseInFrame.js.map +1 -1
- package/dist/esm/schemas/typescript/PosesInFrame.js +1 -1
- package/dist/esm/schemas/typescript/PositionCovarianceType.js +1 -1
- package/dist/esm/schemas/typescript/PositionCovarianceType.js.map +1 -1
- package/dist/esm/schemas/typescript/Quaternion.js +1 -1
- package/dist/esm/schemas/typescript/Quaternion.js.map +1 -1
- package/dist/esm/schemas/typescript/RawImage.js +1 -1
- package/dist/esm/schemas/typescript/RawImage.js.map +1 -1
- package/dist/esm/schemas/typescript/Vector2.js +1 -1
- package/dist/esm/schemas/typescript/Vector2.js.map +1 -1
- package/dist/esm/schemas/typescript/Vector3.js +1 -1
- package/dist/esm/schemas/typescript/Vector3.js.map +1 -1
- package/dist/esm/schemas/typescript/index.d.ts +0 -1
- package/dist/esm/schemas/typescript/index.d.ts.map +1 -1
- package/dist/esm/schemas/typescript/index.js +0 -1
- package/dist/esm/schemas/typescript/index.js.map +1 -1
- package/dist/esm/scripts/updateGeneratedFiles.js +17 -4
- package/dist/esm/scripts/updateGeneratedFiles.js.map +1 -1
- package/dist/esm/src/generateJsonSchema.d.ts.map +1 -1
- package/dist/esm/src/generateJsonSchema.js +4 -3
- package/dist/esm/src/generateJsonSchema.js.map +1 -1
- package/dist/esm/src/generateJsonSchema.test.js +6 -8
- package/dist/esm/src/generateJsonSchema.test.js.map +1 -1
- package/dist/esm/src/generateMarkdown.d.ts +3 -0
- package/dist/esm/src/generateMarkdown.d.ts.map +1 -0
- package/dist/esm/src/generateMarkdown.js +76 -0
- package/dist/esm/src/generateMarkdown.js.map +1 -0
- package/dist/esm/src/generateProto.js +1 -1
- package/dist/esm/src/generateProto.js.map +1 -1
- package/dist/esm/src/generateProto.test.js +1 -1
- package/dist/esm/src/generateRos.d.ts +4 -1
- package/dist/esm/src/generateRos.d.ts.map +1 -1
- package/dist/esm/src/generateRos.js +8 -4
- package/dist/esm/src/generateRos.js.map +1 -1
- package/dist/esm/src/generateRos.test.js +463 -7
- package/dist/esm/src/generateRos.test.js.map +1 -1
- package/dist/esm/src/generateTypeScript.js +1 -1
- package/dist/esm/src/generateTypeScript.js.map +1 -1
- package/dist/esm/src/generateTypeScript.test.js +2 -2
- package/dist/esm/src/schemas.d.ts +0 -2
- package/dist/esm/src/schemas.d.ts.map +1 -1
- package/dist/esm/src/schemas.js +21 -29
- package/dist/esm/src/schemas.js.map +1 -1
- package/package.json +2 -2
- package/schemas/README.md +1711 -0
- package/schemas/jsonschema/CameraCalibration.json +2 -2
- package/schemas/jsonschema/CircleAnnotation.json +5 -8
- package/schemas/jsonschema/Color.json +2 -2
- package/schemas/jsonschema/CompressedImage.json +2 -2
- package/schemas/jsonschema/FrameTransform.json +37 -63
- package/schemas/jsonschema/GeoJSON.json +2 -2
- package/schemas/jsonschema/Grid.json +9 -14
- package/schemas/jsonschema/ImageAnnotations.json +39 -20
- package/schemas/jsonschema/LaserScan.json +5 -8
- package/schemas/jsonschema/LocationFix.json +3 -3
- package/schemas/jsonschema/Log.json +3 -3
- package/schemas/jsonschema/PackedElementField.json +4 -4
- package/schemas/jsonschema/Point2.json +2 -2
- package/schemas/jsonschema/Point3.json +2 -2
- package/schemas/jsonschema/PointCloud.json +8 -12
- package/schemas/jsonschema/PointsAnnotation.json +34 -10
- package/schemas/jsonschema/Pose.json +4 -6
- package/schemas/jsonschema/PoseInFrame.json +5 -8
- package/schemas/jsonschema/PosesInFrame.json +5 -8
- package/schemas/jsonschema/Quaternion.json +2 -2
- package/schemas/jsonschema/RawImage.json +2 -2
- package/schemas/jsonschema/Vector2.json +2 -2
- package/schemas/jsonschema/Vector3.json +2 -2
- package/schemas/proto/foxglove/CameraCalibration.proto +1 -1
- package/schemas/proto/foxglove/CircleAnnotation.proto +1 -1
- package/schemas/proto/foxglove/Color.proto +1 -1
- package/schemas/proto/foxglove/CompressedImage.proto +1 -1
- package/schemas/proto/foxglove/FrameTransform.proto +8 -4
- package/schemas/proto/foxglove/GeoJSON.proto +1 -1
- package/schemas/proto/foxglove/Grid.proto +1 -1
- package/schemas/proto/foxglove/ImageAnnotations.proto +1 -1
- package/schemas/proto/foxglove/LaserScan.proto +1 -1
- package/schemas/proto/foxglove/LocationFix.proto +1 -1
- package/schemas/proto/foxglove/Log.proto +1 -1
- package/schemas/proto/foxglove/PackedElementField.proto +2 -2
- package/schemas/proto/foxglove/Point2.proto +1 -1
- package/schemas/proto/foxglove/Point3.proto +1 -1
- package/schemas/proto/foxglove/PointCloud.proto +1 -1
- package/schemas/proto/foxglove/PointsAnnotation.proto +10 -4
- package/schemas/proto/foxglove/Pose.proto +1 -1
- package/schemas/proto/foxglove/PoseInFrame.proto +1 -1
- package/schemas/proto/foxglove/PosesInFrame.proto +1 -1
- package/schemas/proto/foxglove/Quaternion.proto +1 -1
- package/schemas/proto/foxglove/RawImage.proto +1 -1
- package/schemas/proto/foxglove/Vector2.proto +1 -1
- package/schemas/proto/foxglove/Vector3.proto +1 -1
- package/schemas/ros1/CameraCalibration.msg +4 -1
- package/schemas/ros1/CircleAnnotation.msg +4 -1
- package/schemas/ros1/Color.msg +4 -1
- package/schemas/ros1/CompressedImage.msg +4 -1
- package/schemas/ros1/FrameTransform.msg +9 -3
- package/schemas/ros1/GeoJSON.msg +4 -1
- package/schemas/ros1/Grid.msg +4 -1
- package/schemas/ros1/ImageAnnotations.msg +4 -1
- package/schemas/ros1/LaserScan.msg +4 -1
- package/schemas/ros1/LocationFix.msg +4 -1
- package/schemas/ros1/Log.msg +4 -1
- package/schemas/ros1/PackedElementField.msg +4 -1
- package/schemas/ros1/Point2.msg +4 -1
- package/schemas/ros1/PointCloud.msg +4 -1
- package/schemas/ros1/PointsAnnotation.msg +11 -2
- package/schemas/ros1/PoseInFrame.msg +4 -1
- package/schemas/ros1/PosesInFrame.msg +4 -1
- package/schemas/ros1/RawImage.msg +4 -1
- package/schemas/ros1/Vector2.msg +4 -1
- package/schemas/ros2/CameraCalibration.msg +4 -1
- package/schemas/ros2/CircleAnnotation.msg +4 -1
- package/schemas/ros2/Color.msg +4 -1
- package/schemas/ros2/CompressedImage.msg +4 -1
- package/schemas/ros2/FrameTransform.msg +9 -3
- package/schemas/ros2/GeoJSON.msg +4 -1
- package/schemas/ros2/Grid.msg +4 -1
- package/schemas/ros2/ImageAnnotations.msg +4 -1
- package/schemas/ros2/LaserScan.msg +4 -1
- package/schemas/ros2/LocationFix.msg +4 -1
- package/schemas/ros2/Log.msg +4 -1
- package/schemas/ros2/PackedElementField.msg +4 -1
- package/schemas/ros2/Point2.msg +4 -1
- package/schemas/ros2/PointCloud.msg +4 -1
- package/schemas/ros2/PointsAnnotation.msg +11 -2
- package/schemas/ros2/PoseInFrame.msg +4 -1
- package/schemas/ros2/PosesInFrame.msg +4 -1
- package/schemas/ros2/RawImage.msg +4 -1
- package/schemas/ros2/Vector2.msg +4 -1
- package/schemas/typescript/CameraCalibration.ts +1 -1
- package/schemas/typescript/CircleAnnotation.ts +1 -1
- package/schemas/typescript/Color.ts +1 -1
- package/schemas/typescript/CompressedImage.ts +1 -1
- package/schemas/typescript/FrameTransform.ts +8 -4
- package/schemas/typescript/GeoJSON.ts +1 -1
- package/schemas/typescript/Grid.ts +1 -1
- package/schemas/typescript/ImageAnnotations.ts +1 -1
- package/schemas/typescript/LaserScan.ts +1 -1
- package/schemas/typescript/LocationFix.ts +1 -1
- package/schemas/typescript/Log.ts +1 -1
- package/schemas/typescript/LogLevel.ts +1 -1
- package/schemas/typescript/NumericType.ts +1 -1
- package/schemas/typescript/PackedElementField.ts +2 -2
- package/schemas/typescript/Point2.ts +1 -1
- package/schemas/typescript/Point3.ts +1 -1
- package/schemas/typescript/PointCloud.ts +1 -1
- package/schemas/typescript/PointsAnnotation.ts +8 -2
- package/schemas/typescript/PointsAnnotationType.ts +1 -1
- package/schemas/typescript/Pose.ts +1 -1
- package/schemas/typescript/PoseInFrame.ts +1 -1
- package/schemas/typescript/PosesInFrame.ts +1 -1
- package/schemas/typescript/PositionCovarianceType.ts +1 -1
- package/schemas/typescript/Quaternion.ts +1 -1
- package/schemas/typescript/RawImage.ts +1 -1
- package/schemas/typescript/Vector2.ts +1 -1
- package/schemas/typescript/Vector3.ts +1 -1
- package/schemas/typescript/index.ts +0 -1
- package/scripts/updateGeneratedFiles.ts +21 -10
- package/src/generateJsonSchema.test.ts +6 -8
- package/src/generateJsonSchema.ts +4 -3
- package/src/generateMarkdown.ts +88 -0
- package/src/generateProto.test.ts +1 -1
- package/src/generateProto.ts +1 -1
- package/src/generateRos.test.ts +464 -7
- package/src/generateRos.ts +14 -5
- package/src/generateTypeScript.test.ts +2 -2
- package/src/generateTypeScript.ts +1 -1
- package/src/schemas.ts +22 -30
- package/dist/cjs/schemas/typescript/Transform.d.ts +0 -13
- package/dist/cjs/schemas/typescript/Transform.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Transform.js +0 -4
- package/dist/cjs/schemas/typescript/Transform.js.map +0 -1
- package/dist/esm/schemas/typescript/Transform.d.ts +0 -13
- package/dist/esm/schemas/typescript/Transform.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Transform.js +0 -3
- package/dist/esm/schemas/typescript/Transform.js.map +0 -1
- package/schemas/jsonschema/Transform.json +0 -68
- package/schemas/proto/foxglove/Transform.proto +0 -21
- package/schemas/ros1/Transform.msg +0 -10
- package/schemas/ros2/Transform.msg +0 -10
- package/schemas/typescript/Transform.ts +0 -17
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
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
|
-
"
|
|
38
|
-
"type": "
|
|
39
|
-
"
|
|
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
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
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
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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,9 +106,8 @@
|
|
|
110
106
|
"fields": {
|
|
111
107
|
"type": "array",
|
|
112
108
|
"items": {
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"description": "List of fields for every element in a byte array",
|
|
109
|
+
"title": "foxglove.PackedElementField",
|
|
110
|
+
"description": "A field present within each element in a byte array of packed elements.",
|
|
116
111
|
"type": "object",
|
|
117
112
|
"properties": {
|
|
118
113
|
"name": {
|
|
@@ -125,7 +120,7 @@
|
|
|
125
120
|
"description": "Byte offset from start of data buffer"
|
|
126
121
|
},
|
|
127
122
|
"type": {
|
|
128
|
-
"title": "NumericType
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
|
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
|
-
"
|
|
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": {
|
|
@@ -174,11 +168,33 @@
|
|
|
174
168
|
},
|
|
175
169
|
"description": "Points in 2D image coordinates"
|
|
176
170
|
},
|
|
171
|
+
"outline_color": {
|
|
172
|
+
"title": "foxglove.Color",
|
|
173
|
+
"description": "Outline color",
|
|
174
|
+
"type": "object",
|
|
175
|
+
"properties": {
|
|
176
|
+
"r": {
|
|
177
|
+
"type": "number",
|
|
178
|
+
"description": "Red value between 0 and 1"
|
|
179
|
+
},
|
|
180
|
+
"g": {
|
|
181
|
+
"type": "number",
|
|
182
|
+
"description": "Green value between 0 and 1"
|
|
183
|
+
},
|
|
184
|
+
"b": {
|
|
185
|
+
"type": "number",
|
|
186
|
+
"description": "Blue value between 0 and 1"
|
|
187
|
+
},
|
|
188
|
+
"a": {
|
|
189
|
+
"type": "number",
|
|
190
|
+
"description": "Alpha value between 0 and 1"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
177
194
|
"outline_colors": {
|
|
178
195
|
"type": "array",
|
|
179
196
|
"items": {
|
|
180
|
-
"
|
|
181
|
-
"title": "Color",
|
|
197
|
+
"title": "foxglove.Color",
|
|
182
198
|
"description": "A color in RGBA format",
|
|
183
199
|
"type": "object",
|
|
184
200
|
"properties": {
|
|
@@ -200,11 +216,10 @@
|
|
|
200
216
|
}
|
|
201
217
|
}
|
|
202
218
|
},
|
|
203
|
-
"description": "
|
|
219
|
+
"description": "Per-point colors, if `type` is `POINTS`, or per-segment stroke colors, if `type` is `LINE_LIST`."
|
|
204
220
|
},
|
|
205
221
|
"fill_color": {
|
|
206
|
-
"
|
|
207
|
-
"title": "Color",
|
|
222
|
+
"title": "foxglove.Color",
|
|
208
223
|
"description": "Fill color",
|
|
209
224
|
"type": "object",
|
|
210
225
|
"properties": {
|
|
@@ -225,6 +240,10 @@
|
|
|
225
240
|
"description": "Alpha value between 0 and 1"
|
|
226
241
|
}
|
|
227
242
|
}
|
|
243
|
+
},
|
|
244
|
+
"thickness": {
|
|
245
|
+
"type": "number",
|
|
246
|
+
"description": "Stroke thickness"
|
|
228
247
|
}
|
|
229
248
|
}
|
|
230
249
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
|
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
|
-
"
|
|
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
|
|
24
|
+
"title": "foxglove.LogLevel",
|
|
25
25
|
"description": "Log level",
|
|
26
26
|
"oneOf": [
|
|
27
27
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
2
|
+
"title": "foxglove.PackedElementField",
|
|
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
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
55
|
-
"title": "Quaternion",
|
|
52
|
+
"title": "foxglove.Quaternion",
|
|
56
53
|
"description": "Quaternion denoting orientation in 3D space",
|
|
57
54
|
"type": "object",
|
|
58
55
|
"properties": {
|
|
@@ -84,9 +81,8 @@
|
|
|
84
81
|
"fields": {
|
|
85
82
|
"type": "array",
|
|
86
83
|
"items": {
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"description": "List of fields for every element in a byte array",
|
|
84
|
+
"title": "foxglove.PackedElementField",
|
|
85
|
+
"description": "A field present within each element in a byte array of packed elements.",
|
|
90
86
|
"type": "object",
|
|
91
87
|
"properties": {
|
|
92
88
|
"name": {
|
|
@@ -99,7 +95,7 @@
|
|
|
99
95
|
"description": "Byte offset from start of data buffer"
|
|
100
96
|
},
|
|
101
97
|
"type": {
|
|
102
|
-
"title": "NumericType
|
|
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
|
{
|