Skip to content

Commit 32e1d63

Browse files
viambotnjooma
andauthored
AI update based on proto changes (#624)
Co-authored-by: Naveed Jooma <[email protected]>
1 parent cfb071f commit 32e1d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export type GeoPoint = PlainMessage<commonApi.GeoPoint>;
3939
export type GeometriesInFrame = PlainMessage<commonApi.GeometriesInFrame>;
4040
export type Geometry = PlainMessage<commonApi.Geometry>;
4141
export type Orientation = PlainMessage<commonApi.Orientation>;
42+
export type PointCloud = PlainMessage<commonApi.PointCloud>;
4243
export type Pose = PlainMessage<commonApi.Pose>;
4344
export type PoseInFrame = PlainMessage<commonApi.PoseInFrame>;
4445
export type RectangularPrism = PlainMessage<commonApi.RectangularPrism>;
@@ -55,6 +56,7 @@ export const {
5556
GeometriesInFrame,
5657
Geometry,
5758
Orientation,
59+
PointCloud,
5860
Pose,
5961
PoseInFrame,
6062
RectangularPrism,

0 commit comments

Comments
 (0)