Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api_version.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.474
v0.1.475
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export type GeoPoint = PlainMessage<commonApi.GeoPoint>;
export type GeometriesInFrame = PlainMessage<commonApi.GeometriesInFrame>;
export type Geometry = PlainMessage<commonApi.Geometry>;
export type Orientation = PlainMessage<commonApi.Orientation>;
export type PointCloud = PlainMessage<commonApi.PointCloud>;
export type Pose = PlainMessage<commonApi.Pose>;
export type PoseInFrame = PlainMessage<commonApi.PoseInFrame>;
export type RectangularPrism = PlainMessage<commonApi.RectangularPrism>;
Expand All @@ -55,6 +56,7 @@ export const {
GeometriesInFrame,
Geometry,
Orientation,
PointCloud,
Pose,
PoseInFrame,
RectangularPrism,
Expand Down