@foxglove/schemas 0.6.1 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/{dist/cjs/src → internal}/generateJsonSchema.d.ts +0 -0
- package/internal/generateJsonSchema.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateJsonSchema.js +0 -0
- package/internal/generateJsonSchema.js.map +1 -0
- package/{dist/cjs/src → internal}/generateJsonSchema.test.d.ts +0 -0
- package/internal/generateJsonSchema.test.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateJsonSchema.test.js +0 -0
- package/internal/generateJsonSchema.test.js.map +1 -0
- package/{src → internal}/generateJsonSchema.test.ts +0 -0
- package/{src → internal}/generateJsonSchema.ts +0 -0
- package/{dist/cjs/src → internal}/generateMarkdown.d.ts +0 -0
- package/internal/generateMarkdown.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateMarkdown.js +1 -1
- package/internal/generateMarkdown.js.map +1 -0
- package/{src → internal}/generateMarkdown.ts +1 -1
- package/{dist/cjs/src → internal}/generateProto.d.ts +0 -0
- package/internal/generateProto.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateProto.js +0 -0
- package/internal/generateProto.js.map +1 -0
- package/{dist/cjs/src → internal}/generateProto.test.d.ts +0 -0
- package/internal/generateProto.test.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateProto.test.js +0 -0
- package/internal/generateProto.test.js.map +1 -0
- package/{src → internal}/generateProto.test.ts +0 -0
- package/{src → internal}/generateProto.ts +0 -0
- package/{dist/cjs/src → internal}/generateRos.d.ts +0 -0
- package/internal/generateRos.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateRos.js +0 -0
- package/internal/generateRos.js.map +1 -0
- package/{dist/cjs/src → internal}/generateRos.test.d.ts +0 -0
- package/internal/generateRos.test.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateRos.test.js +0 -0
- package/internal/generateRos.test.js.map +1 -0
- package/{src → internal}/generateRos.test.ts +0 -0
- package/{src → internal}/generateRos.ts +0 -0
- package/{dist/cjs/src → internal}/generateTypeScript.d.ts +0 -0
- package/internal/generateTypeScript.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateTypeScript.js +0 -0
- package/internal/generateTypeScript.js.map +1 -0
- package/{dist/cjs/src → internal}/generateTypeScript.test.d.ts +0 -0
- package/internal/generateTypeScript.test.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/generateTypeScript.test.js +0 -0
- package/internal/generateTypeScript.test.js.map +1 -0
- package/{src → internal}/generateTypeScript.test.ts +0 -0
- package/{src → internal}/generateTypeScript.ts +0 -0
- package/{dist/cjs/src → internal}/index.d.ts +0 -0
- package/internal/index.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/index.js +0 -0
- package/internal/index.js.map +1 -0
- package/{src → internal}/index.ts +0 -0
- package/{dist/cjs/src → internal}/schemas.d.ts +0 -0
- package/internal/schemas.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/schemas.js +14 -14
- package/internal/schemas.js.map +1 -0
- package/{dist/cjs/src → internal}/schemas.test.d.ts +0 -0
- package/{dist/cjs/src → internal}/schemas.test.d.ts.map +1 -1
- package/{dist/cjs/src → internal}/schemas.test.js +0 -0
- package/internal/schemas.test.js.map +1 -0
- package/{src → internal}/schemas.test.ts +0 -0
- package/{src → internal}/schemas.ts +14 -20
- package/{dist/cjs/src → internal}/testFixtures.d.ts +0 -0
- package/internal/testFixtures.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/testFixtures.js +0 -0
- package/internal/testFixtures.js.map +1 -0
- package/{src → internal}/testFixtures.ts +0 -0
- package/{dist/cjs/src → internal}/types.d.ts +0 -0
- package/internal/types.d.ts.map +1 -0
- package/{dist/cjs/src → internal}/types.js +0 -0
- package/internal/types.js.map +1 -0
- package/{src → internal}/types.ts +0 -0
- package/jest.config.json +1 -1
- package/jsonschema/index.d.ts +2 -0
- package/jsonschema/index.d.ts.map +1 -0
- package/jsonschema/index.js +6 -0
- package/jsonschema/index.js.map +1 -0
- package/jsonschema/index.ts +3 -0
- package/package.json +8 -6
- package/schemas/README.md +15 -15
- package/schemas/jsonschema/ArrowPrimitive.json +1 -1
- package/schemas/jsonschema/CubePrimitive.json +1 -1
- package/schemas/jsonschema/CylinderPrimitive.json +1 -1
- package/schemas/jsonschema/KeyValuePair.json +1 -1
- package/schemas/jsonschema/LinePrimitive.json +1 -1
- package/schemas/jsonschema/ModelPrimitive.json +1 -1
- package/schemas/jsonschema/SceneEntity.json +10 -10
- package/schemas/jsonschema/SceneEntityDeletion.json +1 -1
- package/schemas/jsonschema/SceneUpdate.json +12 -12
- package/schemas/jsonschema/SpherePrimitive.json +1 -1
- package/schemas/jsonschema/TextPrimitive.json +1 -1
- package/schemas/jsonschema/TriangleListPrimitive.json +1 -1
- package/schemas/jsonschema/index.d.ts +36 -0
- package/schemas/jsonschema/index.d.ts.map +1 -0
- package/schemas/jsonschema/index.js +4739 -0
- package/schemas/jsonschema/index.js.map +1 -0
- package/schemas/jsonschema/index.ts +4771 -0
- package/schemas/proto/foxglove/ArrowPrimitive.proto +1 -1
- package/schemas/proto/foxglove/CubePrimitive.proto +1 -1
- package/schemas/proto/foxglove/CylinderPrimitive.proto +1 -1
- package/schemas/proto/foxglove/KeyValuePair.proto +1 -1
- package/schemas/proto/foxglove/LinePrimitive.proto +2 -2
- package/schemas/proto/foxglove/ModelPrimitive.proto +1 -1
- package/schemas/proto/foxglove/SceneEntity.proto +1 -1
- package/schemas/proto/foxglove/SceneEntityDeletion.proto +2 -2
- package/schemas/proto/foxglove/SceneUpdate.proto +1 -1
- package/schemas/proto/foxglove/SpherePrimitive.proto +1 -1
- package/schemas/proto/foxglove/TextPrimitive.proto +1 -1
- package/schemas/proto/foxglove/TriangleListPrimitive.proto +1 -1
- package/schemas/ros1/ArrowPrimitive.msg +1 -1
- package/schemas/ros1/CubePrimitive.msg +1 -1
- package/schemas/ros1/CylinderPrimitive.msg +1 -1
- package/schemas/ros1/KeyValuePair.msg +1 -1
- package/schemas/ros1/LinePrimitive.msg +1 -1
- package/schemas/ros1/ModelPrimitive.msg +1 -1
- package/schemas/ros1/SceneEntity.msg +1 -1
- package/schemas/ros1/SceneEntityDeletion.msg +1 -1
- package/schemas/ros1/SceneUpdate.msg +1 -1
- package/schemas/ros1/SpherePrimitive.msg +1 -1
- package/schemas/ros1/TextPrimitive.msg +1 -1
- package/schemas/ros1/TriangleListPrimitive.msg +1 -1
- package/schemas/ros2/ArrowPrimitive.msg +1 -1
- package/schemas/ros2/CubePrimitive.msg +1 -1
- package/schemas/ros2/CylinderPrimitive.msg +1 -1
- package/schemas/ros2/KeyValuePair.msg +1 -1
- package/schemas/ros2/LinePrimitive.msg +1 -1
- package/schemas/ros2/ModelPrimitive.msg +1 -1
- package/schemas/ros2/SceneEntity.msg +1 -1
- package/schemas/ros2/SceneEntityDeletion.msg +1 -1
- package/schemas/ros2/SceneUpdate.msg +1 -1
- package/schemas/ros2/SpherePrimitive.msg +1 -1
- package/schemas/ros2/TextPrimitive.msg +1 -1
- package/schemas/ros2/TriangleListPrimitive.msg +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/ArrowPrimitive.d.ts +1 -1
- package/schemas/typescript/ArrowPrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/ArrowPrimitive.js +0 -0
- package/schemas/typescript/ArrowPrimitive.js.map +1 -0
- package/schemas/typescript/ArrowPrimitive.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/CameraCalibration.d.ts +0 -0
- package/schemas/typescript/CameraCalibration.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/CameraCalibration.js +0 -0
- package/schemas/typescript/CameraCalibration.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/CircleAnnotation.d.ts +0 -0
- package/schemas/typescript/CircleAnnotation.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/CircleAnnotation.js +0 -0
- package/schemas/typescript/CircleAnnotation.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Color.d.ts +0 -0
- package/schemas/typescript/Color.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Color.js +0 -0
- package/schemas/typescript/Color.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/CompressedImage.d.ts +0 -0
- package/schemas/typescript/CompressedImage.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/CompressedImage.js +0 -0
- package/schemas/typescript/CompressedImage.js.map +1 -0
- package/{dist/esm/schemas → schemas}/typescript/CubePrimitive.d.ts +1 -1
- package/schemas/typescript/CubePrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/CubePrimitive.js +0 -0
- package/schemas/typescript/CubePrimitive.js.map +1 -0
- package/schemas/typescript/CubePrimitive.ts +1 -1
- package/{dist/esm/schemas → schemas}/typescript/CylinderPrimitive.d.ts +1 -1
- package/schemas/typescript/CylinderPrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/CylinderPrimitive.js +0 -0
- package/schemas/typescript/CylinderPrimitive.js.map +1 -0
- package/schemas/typescript/CylinderPrimitive.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/Duration.d.ts +0 -0
- package/schemas/typescript/Duration.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Duration.js +0 -0
- package/schemas/typescript/Duration.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/FrameTransform.d.ts +0 -0
- package/schemas/typescript/FrameTransform.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/FrameTransform.js +0 -0
- package/schemas/typescript/FrameTransform.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/GeoJSON.d.ts +0 -0
- package/schemas/typescript/GeoJSON.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/GeoJSON.js +0 -0
- package/schemas/typescript/GeoJSON.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Grid.d.ts +0 -0
- package/schemas/typescript/Grid.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Grid.js +0 -0
- package/schemas/typescript/Grid.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/ImageAnnotations.d.ts +0 -0
- package/schemas/typescript/ImageAnnotations.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/ImageAnnotations.js +0 -0
- package/schemas/typescript/ImageAnnotations.js.map +1 -0
- package/schemas/typescript/KeyValuePair.d.ts +8 -0
- package/schemas/typescript/KeyValuePair.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/KeyValuePair.js +0 -0
- package/schemas/typescript/KeyValuePair.js.map +1 -0
- package/schemas/typescript/KeyValuePair.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/LaserScan.d.ts +0 -0
- package/schemas/typescript/LaserScan.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/LaserScan.js +0 -0
- package/schemas/typescript/LaserScan.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/LinePrimitive.d.ts +1 -1
- package/schemas/typescript/LinePrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/LinePrimitive.js +0 -0
- package/schemas/typescript/LinePrimitive.js.map +1 -0
- package/schemas/typescript/LinePrimitive.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/LineType.d.ts +1 -1
- package/schemas/typescript/LineType.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/LineType.js +1 -1
- package/schemas/typescript/LineType.js.map +1 -0
- package/schemas/typescript/LineType.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/LocationFix.d.ts +0 -0
- package/schemas/typescript/LocationFix.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/LocationFix.js +0 -0
- package/schemas/typescript/LocationFix.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Log.d.ts +0 -0
- package/schemas/typescript/Log.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Log.js +0 -0
- package/schemas/typescript/Log.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/LogLevel.d.ts +0 -0
- package/schemas/typescript/LogLevel.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/LogLevel.js +0 -0
- package/schemas/typescript/LogLevel.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/ModelPrimitive.d.ts +1 -1
- package/schemas/typescript/ModelPrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/ModelPrimitive.js +0 -0
- package/schemas/typescript/ModelPrimitive.js.map +1 -0
- package/schemas/typescript/ModelPrimitive.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/NumericType.d.ts +0 -0
- package/schemas/typescript/NumericType.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/NumericType.js +0 -0
- package/schemas/typescript/NumericType.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PackedElementField.d.ts +0 -0
- package/schemas/typescript/PackedElementField.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PackedElementField.js +0 -0
- package/schemas/typescript/PackedElementField.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Point2.d.ts +0 -0
- package/schemas/typescript/Point2.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Point2.js +0 -0
- package/schemas/typescript/Point2.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Point3.d.ts +0 -0
- package/schemas/typescript/Point3.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Point3.js +0 -0
- package/schemas/typescript/Point3.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PointCloud.d.ts +0 -0
- package/schemas/typescript/PointCloud.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PointCloud.js +0 -0
- package/schemas/typescript/PointCloud.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PointsAnnotation.d.ts +0 -0
- package/schemas/typescript/PointsAnnotation.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PointsAnnotation.js +0 -0
- package/schemas/typescript/PointsAnnotation.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PointsAnnotationType.d.ts +0 -0
- package/schemas/typescript/PointsAnnotationType.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PointsAnnotationType.js +0 -0
- package/schemas/typescript/PointsAnnotationType.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Pose.d.ts +0 -0
- package/schemas/typescript/Pose.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Pose.js +0 -0
- package/schemas/typescript/Pose.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PoseInFrame.d.ts +0 -0
- package/schemas/typescript/PoseInFrame.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PoseInFrame.js +0 -0
- package/schemas/typescript/PoseInFrame.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PosesInFrame.d.ts +0 -0
- package/schemas/typescript/PosesInFrame.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PosesInFrame.js +0 -0
- package/schemas/typescript/PosesInFrame.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PositionCovarianceType.d.ts +0 -0
- package/schemas/typescript/PositionCovarianceType.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/PositionCovarianceType.js +0 -0
- package/schemas/typescript/PositionCovarianceType.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Quaternion.d.ts +0 -0
- package/schemas/typescript/Quaternion.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Quaternion.js +0 -0
- package/schemas/typescript/Quaternion.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/RawImage.d.ts +0 -0
- package/schemas/typescript/RawImage.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/RawImage.js +0 -0
- package/schemas/typescript/RawImage.js.map +1 -0
- package/{dist/esm/schemas → schemas}/typescript/SceneEntity.d.ts +1 -1
- package/schemas/typescript/SceneEntity.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/SceneEntity.js +0 -0
- package/schemas/typescript/SceneEntity.js.map +1 -0
- package/schemas/typescript/SceneEntity.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/SceneEntityDeletion.d.ts +1 -1
- package/schemas/typescript/SceneEntityDeletion.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/SceneEntityDeletion.js +0 -0
- package/schemas/typescript/SceneEntityDeletion.js.map +1 -0
- package/schemas/typescript/SceneEntityDeletion.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/SceneEntityDeletionType.d.ts +1 -1
- package/schemas/typescript/SceneEntityDeletionType.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/SceneEntityDeletionType.js +1 -1
- package/schemas/typescript/SceneEntityDeletionType.js.map +1 -0
- package/schemas/typescript/SceneEntityDeletionType.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/SceneUpdate.d.ts +1 -1
- package/schemas/typescript/SceneUpdate.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/SceneUpdate.js +0 -0
- package/schemas/typescript/SceneUpdate.js.map +1 -0
- package/schemas/typescript/SceneUpdate.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/SpherePrimitive.d.ts +1 -1
- package/schemas/typescript/SpherePrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/SpherePrimitive.js +0 -0
- package/schemas/typescript/SpherePrimitive.js.map +1 -0
- package/schemas/typescript/SpherePrimitive.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/TextPrimitive.d.ts +1 -1
- package/schemas/typescript/TextPrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/TextPrimitive.js +0 -0
- package/schemas/typescript/TextPrimitive.js.map +1 -0
- package/schemas/typescript/TextPrimitive.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/Time.d.ts +0 -0
- package/schemas/typescript/Time.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Time.js +0 -0
- package/schemas/typescript/Time.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/TriangleListPrimitive.d.ts +1 -1
- package/schemas/typescript/TriangleListPrimitive.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/TriangleListPrimitive.js +0 -0
- package/schemas/typescript/TriangleListPrimitive.js.map +1 -0
- package/schemas/typescript/TriangleListPrimitive.ts +1 -1
- package/{dist/cjs/schemas → schemas}/typescript/Vector2.d.ts +0 -0
- package/schemas/typescript/Vector2.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Vector2.js +0 -0
- package/schemas/typescript/Vector2.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Vector3.d.ts +0 -0
- package/schemas/typescript/Vector3.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/Vector3.js +0 -0
- package/schemas/typescript/Vector3.js.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/index.d.ts +0 -0
- package/schemas/typescript/index.d.ts.map +1 -0
- package/{dist/cjs/schemas → schemas}/typescript/index.js +0 -0
- package/schemas/typescript/index.js.map +1 -0
- package/{dist/cjs/scripts → scripts}/updateGeneratedFiles.d.ts +0 -0
- package/scripts/updateGeneratedFiles.d.ts.map +1 -0
- package/{dist/cjs/scripts → scripts}/updateGeneratedFiles.js +13 -9
- package/scripts/updateGeneratedFiles.js.map +1 -0
- package/scripts/updateGeneratedFiles.ts +11 -10
- package/tsconfig.json +1 -1
- package/dist/cjs/schemas/typescript/ArrowPrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/ArrowPrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/CameraCalibration.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/CameraCalibration.js.map +0 -1
- package/dist/cjs/schemas/typescript/CircleAnnotation.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/CircleAnnotation.js.map +0 -1
- package/dist/cjs/schemas/typescript/Color.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Color.js.map +0 -1
- package/dist/cjs/schemas/typescript/CompressedImage.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/CompressedImage.js.map +0 -1
- package/dist/cjs/schemas/typescript/CubePrimitive.d.ts +0 -13
- package/dist/cjs/schemas/typescript/CubePrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/CubePrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/CylinderPrimitive.d.ts +0 -17
- package/dist/cjs/schemas/typescript/CylinderPrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/CylinderPrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/Duration.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Duration.js.map +0 -1
- package/dist/cjs/schemas/typescript/FrameTransform.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/FrameTransform.js.map +0 -1
- package/dist/cjs/schemas/typescript/GeoJSON.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/GeoJSON.js.map +0 -1
- package/dist/cjs/schemas/typescript/Grid.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Grid.js.map +0 -1
- package/dist/cjs/schemas/typescript/ImageAnnotations.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/ImageAnnotations.js.map +0 -1
- package/dist/cjs/schemas/typescript/KeyValuePair.d.ts +0 -8
- package/dist/cjs/schemas/typescript/KeyValuePair.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/KeyValuePair.js.map +0 -1
- package/dist/cjs/schemas/typescript/LaserScan.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/LaserScan.js.map +0 -1
- package/dist/cjs/schemas/typescript/LinePrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/LinePrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/LineType.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/LineType.js.map +0 -1
- package/dist/cjs/schemas/typescript/LocationFix.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/LocationFix.js.map +0 -1
- package/dist/cjs/schemas/typescript/Log.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Log.js.map +0 -1
- package/dist/cjs/schemas/typescript/LogLevel.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/LogLevel.js.map +0 -1
- package/dist/cjs/schemas/typescript/ModelPrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/ModelPrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/NumericType.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/NumericType.js.map +0 -1
- package/dist/cjs/schemas/typescript/PackedElementField.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/PackedElementField.js.map +0 -1
- package/dist/cjs/schemas/typescript/Point2.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Point2.js.map +0 -1
- package/dist/cjs/schemas/typescript/Point3.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Point3.js.map +0 -1
- package/dist/cjs/schemas/typescript/PointCloud.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/PointCloud.js.map +0 -1
- package/dist/cjs/schemas/typescript/PointsAnnotation.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/PointsAnnotation.js.map +0 -1
- package/dist/cjs/schemas/typescript/PointsAnnotationType.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/PointsAnnotationType.js.map +0 -1
- package/dist/cjs/schemas/typescript/Pose.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Pose.js.map +0 -1
- package/dist/cjs/schemas/typescript/PoseInFrame.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/PoseInFrame.js.map +0 -1
- package/dist/cjs/schemas/typescript/PosesInFrame.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/PosesInFrame.js.map +0 -1
- package/dist/cjs/schemas/typescript/PositionCovarianceType.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/PositionCovarianceType.js.map +0 -1
- package/dist/cjs/schemas/typescript/Quaternion.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Quaternion.js.map +0 -1
- package/dist/cjs/schemas/typescript/RawImage.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/RawImage.js.map +0 -1
- package/dist/cjs/schemas/typescript/SceneEntity.d.ts +0 -43
- package/dist/cjs/schemas/typescript/SceneEntity.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/SceneEntity.js.map +0 -1
- package/dist/cjs/schemas/typescript/SceneEntityDeletion.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/SceneEntityDeletion.js.map +0 -1
- package/dist/cjs/schemas/typescript/SceneEntityDeletionType.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/SceneEntityDeletionType.js.map +0 -1
- package/dist/cjs/schemas/typescript/SceneUpdate.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/SceneUpdate.js.map +0 -1
- package/dist/cjs/schemas/typescript/SpherePrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/SpherePrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/TextPrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/TextPrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/Time.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Time.js.map +0 -1
- package/dist/cjs/schemas/typescript/TriangleListPrimitive.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/TriangleListPrimitive.js.map +0 -1
- package/dist/cjs/schemas/typescript/Vector2.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Vector2.js.map +0 -1
- package/dist/cjs/schemas/typescript/Vector3.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/Vector3.js.map +0 -1
- package/dist/cjs/schemas/typescript/index.d.ts.map +0 -1
- package/dist/cjs/schemas/typescript/index.js.map +0 -1
- package/dist/cjs/scripts/updateGeneratedFiles.d.ts.map +0 -1
- package/dist/cjs/scripts/updateGeneratedFiles.js.map +0 -1
- package/dist/cjs/src/generateJsonSchema.d.ts.map +0 -1
- package/dist/cjs/src/generateJsonSchema.js.map +0 -1
- package/dist/cjs/src/generateJsonSchema.test.d.ts.map +0 -1
- package/dist/cjs/src/generateJsonSchema.test.js.map +0 -1
- package/dist/cjs/src/generateMarkdown.d.ts.map +0 -1
- package/dist/cjs/src/generateMarkdown.js.map +0 -1
- package/dist/cjs/src/generateProto.d.ts.map +0 -1
- package/dist/cjs/src/generateProto.js.map +0 -1
- package/dist/cjs/src/generateProto.test.d.ts.map +0 -1
- package/dist/cjs/src/generateProto.test.js.map +0 -1
- package/dist/cjs/src/generateRos.d.ts.map +0 -1
- package/dist/cjs/src/generateRos.js.map +0 -1
- package/dist/cjs/src/generateRos.test.d.ts.map +0 -1
- package/dist/cjs/src/generateRos.test.js.map +0 -1
- package/dist/cjs/src/generateTypeScript.d.ts.map +0 -1
- package/dist/cjs/src/generateTypeScript.js.map +0 -1
- package/dist/cjs/src/generateTypeScript.test.d.ts.map +0 -1
- package/dist/cjs/src/generateTypeScript.test.js.map +0 -1
- package/dist/cjs/src/index.d.ts.map +0 -1
- package/dist/cjs/src/index.js.map +0 -1
- package/dist/cjs/src/schemas.d.ts.map +0 -1
- package/dist/cjs/src/schemas.js.map +0 -1
- package/dist/cjs/src/schemas.test.js.map +0 -1
- package/dist/cjs/src/testFixtures.d.ts.map +0 -1
- package/dist/cjs/src/testFixtures.js.map +0 -1
- package/dist/cjs/src/types.d.ts.map +0 -1
- package/dist/cjs/src/types.js.map +0 -1
- package/dist/esm/schemas/typescript/ArrowPrimitive.d.ts +0 -18
- package/dist/esm/schemas/typescript/ArrowPrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/ArrowPrimitive.js +0 -3
- package/dist/esm/schemas/typescript/ArrowPrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/CameraCalibration.d.ts +0 -65
- package/dist/esm/schemas/typescript/CameraCalibration.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/CameraCalibration.js +0 -3
- package/dist/esm/schemas/typescript/CameraCalibration.js.map +0 -1
- package/dist/esm/schemas/typescript/CircleAnnotation.d.ts +0 -19
- package/dist/esm/schemas/typescript/CircleAnnotation.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/CircleAnnotation.js +0 -3
- package/dist/esm/schemas/typescript/CircleAnnotation.js.map +0 -1
- package/dist/esm/schemas/typescript/Color.d.ts +0 -12
- package/dist/esm/schemas/typescript/Color.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Color.js +0 -3
- package/dist/esm/schemas/typescript/Color.js.map +0 -1
- package/dist/esm/schemas/typescript/CompressedImage.d.ts +0 -13
- package/dist/esm/schemas/typescript/CompressedImage.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/CompressedImage.js +0 -3
- package/dist/esm/schemas/typescript/CompressedImage.js.map +0 -1
- package/dist/esm/schemas/typescript/CubePrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/CubePrimitive.js +0 -3
- package/dist/esm/schemas/typescript/CubePrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/CylinderPrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/CylinderPrimitive.js +0 -3
- package/dist/esm/schemas/typescript/CylinderPrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/Duration.d.ts +0 -5
- package/dist/esm/schemas/typescript/Duration.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Duration.js +0 -2
- package/dist/esm/schemas/typescript/Duration.js.map +0 -1
- package/dist/esm/schemas/typescript/FrameTransform.d.ts +0 -17
- package/dist/esm/schemas/typescript/FrameTransform.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/FrameTransform.js +0 -3
- package/dist/esm/schemas/typescript/FrameTransform.js.map +0 -1
- package/dist/esm/schemas/typescript/GeoJSON.d.ts +0 -6
- package/dist/esm/schemas/typescript/GeoJSON.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/GeoJSON.js +0 -3
- package/dist/esm/schemas/typescript/GeoJSON.js.map +0 -1
- package/dist/esm/schemas/typescript/Grid.d.ts +0 -26
- package/dist/esm/schemas/typescript/Grid.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Grid.js +0 -3
- package/dist/esm/schemas/typescript/Grid.js.map +0 -1
- package/dist/esm/schemas/typescript/ImageAnnotations.d.ts +0 -10
- package/dist/esm/schemas/typescript/ImageAnnotations.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/ImageAnnotations.js +0 -3
- package/dist/esm/schemas/typescript/ImageAnnotations.js.map +0 -1
- package/dist/esm/schemas/typescript/KeyValuePair.d.ts +0 -8
- package/dist/esm/schemas/typescript/KeyValuePair.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/KeyValuePair.js +0 -3
- package/dist/esm/schemas/typescript/KeyValuePair.js.map +0 -1
- package/dist/esm/schemas/typescript/LaserScan.d.ts +0 -20
- package/dist/esm/schemas/typescript/LaserScan.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/LaserScan.js +0 -3
- package/dist/esm/schemas/typescript/LaserScan.js.map +0 -1
- package/dist/esm/schemas/typescript/LinePrimitive.d.ts +0 -28
- package/dist/esm/schemas/typescript/LinePrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/LinePrimitive.js +0 -3
- package/dist/esm/schemas/typescript/LinePrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/LineType.d.ts +0 -10
- package/dist/esm/schemas/typescript/LineType.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/LineType.js +0 -12
- package/dist/esm/schemas/typescript/LineType.js.map +0 -1
- package/dist/esm/schemas/typescript/LocationFix.d.ts +0 -15
- package/dist/esm/schemas/typescript/LocationFix.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/LocationFix.js +0 -3
- package/dist/esm/schemas/typescript/LocationFix.js.map +0 -1
- package/dist/esm/schemas/typescript/Log.d.ts +0 -18
- package/dist/esm/schemas/typescript/Log.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Log.js +0 -3
- package/dist/esm/schemas/typescript/Log.js.map +0 -1
- package/dist/esm/schemas/typescript/LogLevel.d.ts +0 -10
- package/dist/esm/schemas/typescript/LogLevel.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/LogLevel.js +0 -12
- package/dist/esm/schemas/typescript/LogLevel.js.map +0 -1
- package/dist/esm/schemas/typescript/ModelPrimitive.d.ts +0 -21
- package/dist/esm/schemas/typescript/ModelPrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/ModelPrimitive.js +0 -3
- package/dist/esm/schemas/typescript/ModelPrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/NumericType.d.ts +0 -13
- package/dist/esm/schemas/typescript/NumericType.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/NumericType.js +0 -15
- package/dist/esm/schemas/typescript/NumericType.js.map +0 -1
- package/dist/esm/schemas/typescript/PackedElementField.d.ts +0 -11
- package/dist/esm/schemas/typescript/PackedElementField.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/PackedElementField.js +0 -3
- package/dist/esm/schemas/typescript/PackedElementField.js.map +0 -1
- package/dist/esm/schemas/typescript/Point2.d.ts +0 -8
- package/dist/esm/schemas/typescript/Point2.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Point2.js +0 -3
- package/dist/esm/schemas/typescript/Point2.js.map +0 -1
- package/dist/esm/schemas/typescript/Point3.d.ts +0 -10
- package/dist/esm/schemas/typescript/Point3.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Point3.js +0 -3
- package/dist/esm/schemas/typescript/Point3.js.map +0 -1
- package/dist/esm/schemas/typescript/PointCloud.d.ts +0 -19
- package/dist/esm/schemas/typescript/PointCloud.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/PointCloud.js +0 -3
- package/dist/esm/schemas/typescript/PointCloud.js.map +0 -1
- package/dist/esm/schemas/typescript/PointsAnnotation.d.ts +0 -22
- package/dist/esm/schemas/typescript/PointsAnnotation.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/PointsAnnotation.js +0 -3
- package/dist/esm/schemas/typescript/PointsAnnotation.js.map +0 -1
- package/dist/esm/schemas/typescript/PointsAnnotationType.d.ts +0 -9
- package/dist/esm/schemas/typescript/PointsAnnotationType.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/PointsAnnotationType.js +0 -11
- package/dist/esm/schemas/typescript/PointsAnnotationType.js.map +0 -1
- package/dist/esm/schemas/typescript/Pose.d.ts +0 -10
- package/dist/esm/schemas/typescript/Pose.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Pose.js +0 -3
- package/dist/esm/schemas/typescript/Pose.js.map +0 -1
- package/dist/esm/schemas/typescript/PoseInFrame.d.ts +0 -12
- package/dist/esm/schemas/typescript/PoseInFrame.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/PoseInFrame.js +0 -3
- package/dist/esm/schemas/typescript/PoseInFrame.js.map +0 -1
- package/dist/esm/schemas/typescript/PosesInFrame.d.ts +0 -12
- package/dist/esm/schemas/typescript/PosesInFrame.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/PosesInFrame.js +0 -3
- package/dist/esm/schemas/typescript/PosesInFrame.js.map +0 -1
- package/dist/esm/schemas/typescript/PositionCovarianceType.d.ts +0 -8
- package/dist/esm/schemas/typescript/PositionCovarianceType.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/PositionCovarianceType.js +0 -10
- package/dist/esm/schemas/typescript/PositionCovarianceType.js.map +0 -1
- package/dist/esm/schemas/typescript/Quaternion.d.ts +0 -12
- package/dist/esm/schemas/typescript/Quaternion.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Quaternion.js +0 -3
- package/dist/esm/schemas/typescript/Quaternion.js.map +0 -1
- package/dist/esm/schemas/typescript/RawImage.d.ts +0 -19
- package/dist/esm/schemas/typescript/RawImage.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/RawImage.js +0 -3
- package/dist/esm/schemas/typescript/RawImage.js.map +0 -1
- package/dist/esm/schemas/typescript/SceneEntity.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/SceneEntity.js +0 -3
- package/dist/esm/schemas/typescript/SceneEntity.js.map +0 -1
- package/dist/esm/schemas/typescript/SceneEntityDeletion.d.ts +0 -12
- package/dist/esm/schemas/typescript/SceneEntityDeletion.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/SceneEntityDeletion.js +0 -3
- package/dist/esm/schemas/typescript/SceneEntityDeletion.js.map +0 -1
- package/dist/esm/schemas/typescript/SceneEntityDeletionType.d.ts +0 -8
- package/dist/esm/schemas/typescript/SceneEntityDeletionType.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/SceneEntityDeletionType.js +0 -10
- package/dist/esm/schemas/typescript/SceneEntityDeletionType.js.map +0 -1
- package/dist/esm/schemas/typescript/SceneUpdate.d.ts +0 -10
- package/dist/esm/schemas/typescript/SceneUpdate.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/SceneUpdate.js +0 -3
- package/dist/esm/schemas/typescript/SceneUpdate.js.map +0 -1
- package/dist/esm/schemas/typescript/SpherePrimitive.d.ts +0 -13
- package/dist/esm/schemas/typescript/SpherePrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/SpherePrimitive.js +0 -3
- package/dist/esm/schemas/typescript/SpherePrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/TextPrimitive.d.ts +0 -18
- package/dist/esm/schemas/typescript/TextPrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/TextPrimitive.js +0 -3
- package/dist/esm/schemas/typescript/TextPrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/Time.d.ts +0 -5
- package/dist/esm/schemas/typescript/Time.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Time.js +0 -2
- package/dist/esm/schemas/typescript/Time.js.map +0 -1
- package/dist/esm/schemas/typescript/TriangleListPrimitive.d.ts +0 -21
- package/dist/esm/schemas/typescript/TriangleListPrimitive.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/TriangleListPrimitive.js +0 -3
- package/dist/esm/schemas/typescript/TriangleListPrimitive.js.map +0 -1
- package/dist/esm/schemas/typescript/Vector2.d.ts +0 -8
- package/dist/esm/schemas/typescript/Vector2.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Vector2.js +0 -3
- package/dist/esm/schemas/typescript/Vector2.js.map +0 -1
- package/dist/esm/schemas/typescript/Vector3.d.ts +0 -10
- package/dist/esm/schemas/typescript/Vector3.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/Vector3.js +0 -3
- package/dist/esm/schemas/typescript/Vector3.js.map +0 -1
- package/dist/esm/schemas/typescript/index.d.ts +0 -42
- package/dist/esm/schemas/typescript/index.d.ts.map +0 -1
- package/dist/esm/schemas/typescript/index.js +0 -42
- package/dist/esm/schemas/typescript/index.js.map +0 -1
- package/dist/esm/scripts/updateGeneratedFiles.d.ts +0 -2
- package/dist/esm/scripts/updateGeneratedFiles.d.ts.map +0 -1
- package/dist/esm/scripts/updateGeneratedFiles.js +0 -87
- package/dist/esm/scripts/updateGeneratedFiles.js.map +0 -1
- package/dist/esm/src/generateJsonSchema.d.ts +0 -3
- package/dist/esm/src/generateJsonSchema.d.ts.map +0 -1
- package/dist/esm/src/generateJsonSchema.js +0 -82
- package/dist/esm/src/generateJsonSchema.js.map +0 -1
- package/dist/esm/src/generateJsonSchema.test.d.ts +0 -2
- package/dist/esm/src/generateJsonSchema.test.d.ts.map +0 -1
- package/dist/esm/src/generateJsonSchema.test.js +0 -307
- package/dist/esm/src/generateJsonSchema.test.js.map +0 -1
- package/dist/esm/src/generateMarkdown.d.ts +0 -3
- package/dist/esm/src/generateMarkdown.d.ts.map +0 -1
- package/dist/esm/src/generateMarkdown.js +0 -76
- package/dist/esm/src/generateMarkdown.js.map +0 -1
- package/dist/esm/src/generateProto.d.ts +0 -3
- package/dist/esm/src/generateProto.d.ts.map +0 -1
- package/dist/esm/src/generateProto.js +0 -98
- package/dist/esm/src/generateProto.js.map +0 -1
- package/dist/esm/src/generateProto.test.d.ts +0 -2
- package/dist/esm/src/generateProto.test.d.ts.map +0 -1
- package/dist/esm/src/generateProto.test.js +0 -122
- package/dist/esm/src/generateProto.test.js.map +0 -1
- package/dist/esm/src/generateRos.d.ts +0 -23
- package/dist/esm/src/generateRos.d.ts.map +0 -1
- package/dist/esm/src/generateRos.js +0 -184
- package/dist/esm/src/generateRos.js.map +0 -1
- package/dist/esm/src/generateRos.test.d.ts +0 -2
- package/dist/esm/src/generateRos.test.d.ts.map +0 -1
- package/dist/esm/src/generateRos.test.js +0 -1365
- package/dist/esm/src/generateRos.test.js.map +0 -1
- package/dist/esm/src/generateTypeScript.d.ts +0 -5
- package/dist/esm/src/generateTypeScript.d.ts.map +0 -1
- package/dist/esm/src/generateTypeScript.js +0 -96
- package/dist/esm/src/generateTypeScript.js.map +0 -1
- package/dist/esm/src/generateTypeScript.test.d.ts +0 -2
- package/dist/esm/src/generateTypeScript.test.d.ts.map +0 -1
- package/dist/esm/src/generateTypeScript.test.js +0 -117
- package/dist/esm/src/generateTypeScript.test.js.map +0 -1
- package/dist/esm/src/index.d.ts +0 -6
- package/dist/esm/src/index.d.ts.map +0 -1
- package/dist/esm/src/index.js +0 -6
- package/dist/esm/src/index.js.map +0 -1
- package/dist/esm/src/schemas.d.ts +0 -47
- package/dist/esm/src/schemas.d.ts.map +0 -1
- package/dist/esm/src/schemas.js +0 -1289
- package/dist/esm/src/schemas.js.map +0 -1
- package/dist/esm/src/schemas.test.d.ts +0 -2
- package/dist/esm/src/schemas.test.d.ts.map +0 -1
- package/dist/esm/src/schemas.test.js +0 -39
- package/dist/esm/src/schemas.test.js.map +0 -1
- package/dist/esm/src/testFixtures.d.ts +0 -5
- package/dist/esm/src/testFixtures.d.ts.map +0 -1
- package/dist/esm/src/testFixtures.js +0 -84
- package/dist/esm/src/testFixtures.js.map +0 -1
- package/dist/esm/src/types.d.ts +0 -39
- package/dist/esm/src/types.d.ts.map +0 -1
- package/dist/esm/src/types.js +0 -2
- package/dist/esm/src/types.js.map +0 -1
- package/tsconfig.cjs.json +0 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file exists to allow packages to import via `import { Foo } from "@foxglove/schemas/jsonschema"`.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("../schemas/jsonschema"), exports);
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA,yGAAyG;;;AAEzG,gEAAsC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foxglove/schemas",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Foxglove-defined message schemas for ROS, Protobuf, and JSON",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -11,16 +11,18 @@
|
|
|
11
11
|
"name": "Foxglove Technologies",
|
|
12
12
|
"email": "support@foxglove.dev"
|
|
13
13
|
},
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=16"
|
|
16
|
+
},
|
|
17
|
+
"main": "schemas/typescript/index.js",
|
|
18
|
+
"typings": "schemas/typescript/index.d.ts",
|
|
17
19
|
"scripts": {
|
|
18
|
-
"prepack": "tsc -
|
|
20
|
+
"prepack": "yarn update-generated-files && tsc -p tsconfig.json",
|
|
19
21
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
20
22
|
"lint:ci": "eslint --report-unused-disable-directives .",
|
|
21
23
|
"lint": "eslint --report-unused-disable-directives --fix .",
|
|
22
24
|
"test": "jest",
|
|
23
|
-
"update-generated-files": "ts-node --files --project tsconfig.
|
|
25
|
+
"update-generated-files": "ts-node --files --project tsconfig.json scripts/updateGeneratedFiles --out-dir schemas --ros-out-dir ros_foxglove_msgs"
|
|
24
26
|
},
|
|
25
27
|
"devDependencies": {
|
|
26
28
|
"@foxglove/eslint-plugin": "0.20.0",
|
package/schemas/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
See [Foxglove Schemas documentation](https://foxglove.dev/docs/studio/messages).
|
|
4
4
|
|
|
5
|
-
All schemas are generated from [schemas.ts](/
|
|
5
|
+
All schemas are generated from [schemas.ts](/internal/schemas.ts).
|
|
6
6
|
|
|
7
7
|
## Contents
|
|
8
8
|
|
|
@@ -52,7 +52,7 @@ All schemas are generated from [schemas.ts](/src/schemas.ts).
|
|
|
52
52
|
|
|
53
53
|
## enum LineType
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
An enumeration indicating how input points should be interpreted to create lines
|
|
56
56
|
|
|
57
57
|
name | value | description
|
|
58
58
|
---- | ----- | -----------
|
|
@@ -124,7 +124,7 @@ name | value | description
|
|
|
124
124
|
|
|
125
125
|
## enum SceneEntityDeletionType
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
An enumeration indicating which entities should match a SceneEntityDeletion command
|
|
128
128
|
|
|
129
129
|
name | value | description
|
|
130
130
|
---- | ----- | -----------
|
|
@@ -135,7 +135,7 @@ name | value | description
|
|
|
135
135
|
|
|
136
136
|
## ArrowPrimitive
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
A primitive representing an arrow
|
|
139
139
|
|
|
140
140
|
<table>
|
|
141
141
|
<tr>
|
|
@@ -610,7 +610,7 @@ Image format
|
|
|
610
610
|
|
|
611
611
|
## CubePrimitive
|
|
612
612
|
|
|
613
|
-
|
|
613
|
+
A primitive representing a cube or rectangular prism
|
|
614
614
|
|
|
615
615
|
<table>
|
|
616
616
|
<tr>
|
|
@@ -661,7 +661,7 @@ Color of the arrow
|
|
|
661
661
|
|
|
662
662
|
## CylinderPrimitive
|
|
663
663
|
|
|
664
|
-
|
|
664
|
+
A primitive representing a cylinder, elliptic cylinder, or truncated cone
|
|
665
665
|
|
|
666
666
|
<table>
|
|
667
667
|
<tr>
|
|
@@ -1007,7 +1007,7 @@ Points annotations
|
|
|
1007
1007
|
|
|
1008
1008
|
## KeyValuePair
|
|
1009
1009
|
|
|
1010
|
-
|
|
1010
|
+
A key with its associated value
|
|
1011
1011
|
|
|
1012
1012
|
<table>
|
|
1013
1013
|
<tr>
|
|
@@ -1148,7 +1148,7 @@ Intensity of detections
|
|
|
1148
1148
|
|
|
1149
1149
|
## LinePrimitive
|
|
1150
1150
|
|
|
1151
|
-
|
|
1151
|
+
A primitive representing a series of points connected by lines
|
|
1152
1152
|
|
|
1153
1153
|
<table>
|
|
1154
1154
|
<tr>
|
|
@@ -1433,7 +1433,7 @@ Line number in the file
|
|
|
1433
1433
|
|
|
1434
1434
|
## ModelPrimitive
|
|
1435
1435
|
|
|
1436
|
-
|
|
1436
|
+
A primitive representing a 3D model file loaded from an external URL or embedded data
|
|
1437
1437
|
|
|
1438
1438
|
<table>
|
|
1439
1439
|
<tr>
|
|
@@ -2176,7 +2176,7 @@ Raw image data
|
|
|
2176
2176
|
|
|
2177
2177
|
## SceneEntity
|
|
2178
2178
|
|
|
2179
|
-
|
|
2179
|
+
A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference.
|
|
2180
2180
|
|
|
2181
2181
|
<table>
|
|
2182
2182
|
<tr>
|
|
@@ -2370,7 +2370,7 @@ Model primitives
|
|
|
2370
2370
|
|
|
2371
2371
|
## SceneEntityDeletion
|
|
2372
2372
|
|
|
2373
|
-
|
|
2373
|
+
Command to remove previously published entities
|
|
2374
2374
|
|
|
2375
2375
|
<table>
|
|
2376
2376
|
<tr>
|
|
@@ -2421,7 +2421,7 @@ Identifier which must match if `type` is `MATCHING_ID`.
|
|
|
2421
2421
|
|
|
2422
2422
|
## SceneUpdate
|
|
2423
2423
|
|
|
2424
|
-
|
|
2424
|
+
An update to the entities displayed in a 3D scene
|
|
2425
2425
|
|
|
2426
2426
|
<table>
|
|
2427
2427
|
<tr>
|
|
@@ -2459,7 +2459,7 @@ Scene entities to add or replace
|
|
|
2459
2459
|
|
|
2460
2460
|
## SpherePrimitive
|
|
2461
2461
|
|
|
2462
|
-
|
|
2462
|
+
A primitive representing a sphere or ellipsoid
|
|
2463
2463
|
|
|
2464
2464
|
<table>
|
|
2465
2465
|
<tr>
|
|
@@ -2510,7 +2510,7 @@ Color of the sphere
|
|
|
2510
2510
|
|
|
2511
2511
|
## TextPrimitive
|
|
2512
2512
|
|
|
2513
|
-
|
|
2513
|
+
A primitive representing a text label
|
|
2514
2514
|
|
|
2515
2515
|
<table>
|
|
2516
2516
|
<tr>
|
|
@@ -2600,7 +2600,7 @@ Text
|
|
|
2600
2600
|
|
|
2601
2601
|
## TriangleListPrimitive
|
|
2602
2602
|
|
|
2603
|
-
|
|
2603
|
+
A primitive representing a set of triangles or a surface tiled by triangles
|
|
2604
2604
|
|
|
2605
2605
|
<table>
|
|
2606
2606
|
<tr>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.ArrowPrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing an arrow",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.CubePrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing a cube or rectangular prism",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.CylinderPrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.KeyValuePair",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A key with its associated value",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.LinePrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing a series of points connected by lines",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.ModelPrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.SceneEntity",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference.",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"type": "array",
|
|
52
52
|
"items": {
|
|
53
53
|
"title": "foxglove.KeyValuePair",
|
|
54
|
-
"description": "
|
|
54
|
+
"description": "A key with its associated value",
|
|
55
55
|
"type": "object",
|
|
56
56
|
"properties": {
|
|
57
57
|
"key": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"type": "array",
|
|
71
71
|
"items": {
|
|
72
72
|
"title": "foxglove.ArrowPrimitive",
|
|
73
|
-
"description": "
|
|
73
|
+
"description": "A primitive representing an arrow",
|
|
74
74
|
"type": "object",
|
|
75
75
|
"properties": {
|
|
76
76
|
"pose": {
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"type": "array",
|
|
170
170
|
"items": {
|
|
171
171
|
"title": "foxglove.CubePrimitive",
|
|
172
|
-
"description": "
|
|
172
|
+
"description": "A primitive representing a cube or rectangular prism",
|
|
173
173
|
"type": "object",
|
|
174
174
|
"properties": {
|
|
175
175
|
"pose": {
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"type": "array",
|
|
272
272
|
"items": {
|
|
273
273
|
"title": "foxglove.SpherePrimitive",
|
|
274
|
-
"description": "
|
|
274
|
+
"description": "A primitive representing a sphere or ellipsoid",
|
|
275
275
|
"type": "object",
|
|
276
276
|
"properties": {
|
|
277
277
|
"pose": {
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"type": "array",
|
|
374
374
|
"items": {
|
|
375
375
|
"title": "foxglove.CylinderPrimitive",
|
|
376
|
-
"description": "
|
|
376
|
+
"description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
|
|
377
377
|
"type": "object",
|
|
378
378
|
"properties": {
|
|
379
379
|
"pose": {
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
"type": "array",
|
|
484
484
|
"items": {
|
|
485
485
|
"title": "foxglove.LinePrimitive",
|
|
486
|
-
"description": "
|
|
486
|
+
"description": "A primitive representing a series of points connected by lines",
|
|
487
487
|
"type": "object",
|
|
488
488
|
"properties": {
|
|
489
489
|
"type": {
|
|
@@ -653,7 +653,7 @@
|
|
|
653
653
|
"type": "array",
|
|
654
654
|
"items": {
|
|
655
655
|
"title": "foxglove.TriangleListPrimitive",
|
|
656
|
-
"description": "
|
|
656
|
+
"description": "A primitive representing a set of triangles or a surface tiled by triangles",
|
|
657
657
|
"type": "object",
|
|
658
658
|
"properties": {
|
|
659
659
|
"pose": {
|
|
@@ -794,7 +794,7 @@
|
|
|
794
794
|
"type": "array",
|
|
795
795
|
"items": {
|
|
796
796
|
"title": "foxglove.TextPrimitive",
|
|
797
|
-
"description": "
|
|
797
|
+
"description": "A primitive representing a text label",
|
|
798
798
|
"type": "object",
|
|
799
799
|
"properties": {
|
|
800
800
|
"pose": {
|
|
@@ -893,7 +893,7 @@
|
|
|
893
893
|
"type": "array",
|
|
894
894
|
"items": {
|
|
895
895
|
"title": "foxglove.ModelPrimitive",
|
|
896
|
-
"description": "
|
|
896
|
+
"description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
|
|
897
897
|
"type": "object",
|
|
898
898
|
"properties": {
|
|
899
899
|
"pose": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.SceneEntityDeletion",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "Command to remove previously published entities",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.SceneUpdate",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "An update to the entities displayed in a 3D scene",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "array",
|
|
9
9
|
"items": {
|
|
10
10
|
"title": "foxglove.SceneEntityDeletion",
|
|
11
|
-
"description": "
|
|
11
|
+
"description": "Command to remove previously published entities",
|
|
12
12
|
"type": "object",
|
|
13
13
|
"properties": {
|
|
14
14
|
"timestamp": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"type": "array",
|
|
56
56
|
"items": {
|
|
57
57
|
"title": "foxglove.SceneEntity",
|
|
58
|
-
"description": "
|
|
58
|
+
"description": "A visual element in a 3D scene. An entity may be composed of multiple primitives which all share the same frame of reference.",
|
|
59
59
|
"type": "object",
|
|
60
60
|
"properties": {
|
|
61
61
|
"timestamp": {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"type": "array",
|
|
106
106
|
"items": {
|
|
107
107
|
"title": "foxglove.KeyValuePair",
|
|
108
|
-
"description": "
|
|
108
|
+
"description": "A key with its associated value",
|
|
109
109
|
"type": "object",
|
|
110
110
|
"properties": {
|
|
111
111
|
"key": {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"type": "array",
|
|
125
125
|
"items": {
|
|
126
126
|
"title": "foxglove.ArrowPrimitive",
|
|
127
|
-
"description": "
|
|
127
|
+
"description": "A primitive representing an arrow",
|
|
128
128
|
"type": "object",
|
|
129
129
|
"properties": {
|
|
130
130
|
"pose": {
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"type": "array",
|
|
224
224
|
"items": {
|
|
225
225
|
"title": "foxglove.CubePrimitive",
|
|
226
|
-
"description": "
|
|
226
|
+
"description": "A primitive representing a cube or rectangular prism",
|
|
227
227
|
"type": "object",
|
|
228
228
|
"properties": {
|
|
229
229
|
"pose": {
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"type": "array",
|
|
326
326
|
"items": {
|
|
327
327
|
"title": "foxglove.SpherePrimitive",
|
|
328
|
-
"description": "
|
|
328
|
+
"description": "A primitive representing a sphere or ellipsoid",
|
|
329
329
|
"type": "object",
|
|
330
330
|
"properties": {
|
|
331
331
|
"pose": {
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
"type": "array",
|
|
428
428
|
"items": {
|
|
429
429
|
"title": "foxglove.CylinderPrimitive",
|
|
430
|
-
"description": "
|
|
430
|
+
"description": "A primitive representing a cylinder, elliptic cylinder, or truncated cone",
|
|
431
431
|
"type": "object",
|
|
432
432
|
"properties": {
|
|
433
433
|
"pose": {
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
"type": "array",
|
|
538
538
|
"items": {
|
|
539
539
|
"title": "foxglove.LinePrimitive",
|
|
540
|
-
"description": "
|
|
540
|
+
"description": "A primitive representing a series of points connected by lines",
|
|
541
541
|
"type": "object",
|
|
542
542
|
"properties": {
|
|
543
543
|
"type": {
|
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
"type": "array",
|
|
708
708
|
"items": {
|
|
709
709
|
"title": "foxglove.TriangleListPrimitive",
|
|
710
|
-
"description": "
|
|
710
|
+
"description": "A primitive representing a set of triangles or a surface tiled by triangles",
|
|
711
711
|
"type": "object",
|
|
712
712
|
"properties": {
|
|
713
713
|
"pose": {
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
"type": "array",
|
|
849
849
|
"items": {
|
|
850
850
|
"title": "foxglove.TextPrimitive",
|
|
851
|
-
"description": "
|
|
851
|
+
"description": "A primitive representing a text label",
|
|
852
852
|
"type": "object",
|
|
853
853
|
"properties": {
|
|
854
854
|
"pose": {
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
"type": "array",
|
|
948
948
|
"items": {
|
|
949
949
|
"title": "foxglove.ModelPrimitive",
|
|
950
|
-
"description": "
|
|
950
|
+
"description": "A primitive representing a 3D model file loaded from an external URL or embedded data",
|
|
951
951
|
"type": "object",
|
|
952
952
|
"properties": {
|
|
953
953
|
"pose": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.SpherePrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing a sphere or ellipsoid",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.TextPrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing a text label",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "foxglove.TriangleListPrimitive",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A primitive representing a set of triangles or a surface tiled by triangles",
|
|
4
4
|
"$comment": "Generated by https://github.com/foxglove/schemas",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const ArrowPrimitive: unknown;
|
|
2
|
+
export declare const CameraCalibration: unknown;
|
|
3
|
+
export declare const CircleAnnotation: unknown;
|
|
4
|
+
export declare const Color: unknown;
|
|
5
|
+
export declare const CompressedImage: unknown;
|
|
6
|
+
export declare const CylinderPrimitive: unknown;
|
|
7
|
+
export declare const CubePrimitive: unknown;
|
|
8
|
+
export declare const FrameTransform: unknown;
|
|
9
|
+
export declare const GeoJSON: unknown;
|
|
10
|
+
export declare const Grid: unknown;
|
|
11
|
+
export declare const ImageAnnotations: unknown;
|
|
12
|
+
export declare const KeyValuePair: unknown;
|
|
13
|
+
export declare const LaserScan: unknown;
|
|
14
|
+
export declare const LinePrimitive: unknown;
|
|
15
|
+
export declare const LocationFix: unknown;
|
|
16
|
+
export declare const Log: unknown;
|
|
17
|
+
export declare const SceneEntityDeletion: unknown;
|
|
18
|
+
export declare const SceneEntity: unknown;
|
|
19
|
+
export declare const SceneUpdate: unknown;
|
|
20
|
+
export declare const ModelPrimitive: unknown;
|
|
21
|
+
export declare const PackedElementField: unknown;
|
|
22
|
+
export declare const Point2: unknown;
|
|
23
|
+
export declare const Point3: unknown;
|
|
24
|
+
export declare const PointCloud: unknown;
|
|
25
|
+
export declare const PointsAnnotation: unknown;
|
|
26
|
+
export declare const Pose: unknown;
|
|
27
|
+
export declare const PoseInFrame: unknown;
|
|
28
|
+
export declare const PosesInFrame: unknown;
|
|
29
|
+
export declare const Quaternion: unknown;
|
|
30
|
+
export declare const RawImage: unknown;
|
|
31
|
+
export declare const SpherePrimitive: unknown;
|
|
32
|
+
export declare const TextPrimitive: unknown;
|
|
33
|
+
export declare const TriangleListPrimitive: unknown;
|
|
34
|
+
export declare const Vector2: unknown;
|
|
35
|
+
export declare const Vector3: unknown;
|
|
36
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,EAAE,OA+F5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,OA2E/B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,OA4F9B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,OAuBnB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,OAoC7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,OA0G/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,OAkG3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,OAyE5B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,OAWrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,OA6KlB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,OA4P9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,OAe1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,OAkGvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,OAsK3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,OAkDzB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,OAsEjB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,OA2CjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,OAm/BzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,OA6iCzB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,OAmH5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,OA0DhC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,OAepB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,OAmBpB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,OAoJxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,OAiJ9B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,OAiDlB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,OA4EzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,OAgF1B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,OAuBxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAmDtB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,OAkG7B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,OA+F3B,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,OAyInC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,OAerB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,OAmBrB,CAAC"}
|