Skip to content

Commit

Permalink
Remove forced protobuf field number
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Jul 28, 2023
1 parent ea10023 commit 70ef8b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion internal/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ const CompressedVideo: FoxgloveMessageSchema = {
type: { type: "primitive", name: "string" },
description:
"Frame of reference for the image. The origin of the frame is the optical center of the camera. +x points to the right in the image, +y points down, and +z points into the plane of the image.",
protobufFieldNumber: 4,
},
{
name: "data",
Expand Down
6 changes: 3 additions & 3 deletions schemas/proto/foxglove/CompressedVideo.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70ef8b5

Please sign in to comment.