Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add frame_id to RawImage, CompressedImage, and CameraCalibration #61

Merged
merged 3 commits into from
Sep 7, 2022

Conversation

jtbandes
Copy link
Member

Public-Facing Changes
Added frame_id to RawImage, CompressedImage, and CameraCalibration

Description
Closes #59
Unblocks foxglove/studio#4323

@jtbandes jtbandes changed the title add frame_id to RawImage, CompressedImage, and CameraCalibration. add frame_id to RawImage, CompressedImage, and CameraCalibration Aug 31, 2022
src/schemas.ts Outdated
name: "frame_id",
type: { type: "primitive", name: "string" },
description:
"Frame of reference for the camera. 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.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth calling out that CameraCalibration should be in the same frame as its corresponding image? What happens if the CameraCalibration is a different frame?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea really. Probably bad things.

Copy link
Contributor

@defunctzombie defunctzombie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable. Might be worth thinking through:

foxglove/studio#4323 (comment)

And whether there are other useful or common ways of tying cameras to calibration data and/or frames.

@jtbandes jtbandes merged commit b6b7350 into main Sep 7, 2022
@jtbandes jtbandes deleted the jacob/image-frames branch September 7, 2022 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add frame_id to image types
2 participants