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 OakTrackedFeaturePacket and OakTrackedFeaturePackets #175

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

edgarriba
Copy link
Member

No description provided.

@edgarriba edgarriba changed the title add OakTrackedFeaturePacket and OakTrackedFeaturePackets add OakTrackedFeaturePacket and OakTrackedFeaturePackets Jan 24, 2024
Copy link
Collaborator

@Hackerman342 Hackerman342 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -67,6 +67,25 @@ message OakImuPackets {
repeated OakImuPacket packets = 1;
}

// Message for a single tracked feature
message OakTrackedFeaturePacket {
farm_ng.core.proto.Vec2F32 xy = 1;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Some description of the fields would be helpful

message OakTrackedFeaturePacket {
farm_ng.core.proto.Vec2F32 xy = 1;
int32 id = 2;
int32 age = 3;
Copy link
Collaborator

Choose a reason for hiding this comment

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

age as an int, not float? Just double checking this was the intent

@edgarriba edgarriba merged commit 8c8917d into main Jan 24, 2024
2 checks passed
@edgarriba edgarriba deleted the add-tracks branch January 24, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants