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

Remove duplicate message definition #261

Open
jarkenau opened this issue Mar 9, 2023 · 0 comments
Open

Remove duplicate message definition #261

jarkenau opened this issue Mar 9, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jarkenau
Copy link
Member

jarkenau commented Mar 9, 2023

The point and vector3 have the same message definition. We should merge them into one for pb and fb. Same for the stamped variants.

namespace seerep.fb;
table Point {
x:double;
y:double;
z:double;
}

namespace seerep.fb;
table Vector3 {
x:double;
y:double;
z:double;
}

@jarkenau jarkenau added enhancement New feature or request good first issue Good for newcomers labels Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant