We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb071f commit 32e1d63Copy full SHA for 32e1d63
src/types.ts
@@ -39,6 +39,7 @@ export type GeoPoint = PlainMessage<commonApi.GeoPoint>;
39
export type GeometriesInFrame = PlainMessage<commonApi.GeometriesInFrame>;
40
export type Geometry = PlainMessage<commonApi.Geometry>;
41
export type Orientation = PlainMessage<commonApi.Orientation>;
42
+export type PointCloud = PlainMessage<commonApi.PointCloud>;
43
export type Pose = PlainMessage<commonApi.Pose>;
44
export type PoseInFrame = PlainMessage<commonApi.PoseInFrame>;
45
export type RectangularPrism = PlainMessage<commonApi.RectangularPrism>;
@@ -55,6 +56,7 @@ export const {
55
56
GeometriesInFrame,
57
Geometry,
58
Orientation,
59
+ PointCloud,
60
Pose,
61
PoseInFrame,
62
RectangularPrism,
0 commit comments