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

Fail on generating LCM types with eigen_lcm.Vector10d+ etc #12

Closed
aaron-skydio opened this issue Jan 15, 2022 · 0 comments
Closed

Fail on generating LCM types with eigen_lcm.Vector10d+ etc #12

aaron-skydio opened this issue Jan 15, 2022 · 0 comments
Labels
bug Something isn't working core

Comments

@aaron-skydio
Copy link
Member

This should fail at generation time, currently fails to find the expected bindings at compile time

We currently also don’t handle 2d matrices at all really. We generate all matrices as 1d storage vectors. eigen_lcm also only has square matrices and vectors, so if we want to generate matrices and not just storage, we’ll have to fail on non-square matrices.

@aaron-skydio aaron-skydio added bug Something isn't working core labels Jan 15, 2022
@aaron-skydio aaron-skydio added this to the EAP milestone Jan 15, 2022
@aaron-skydio aaron-skydio removed this from the Release milestone Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

No branches or pull requests

1 participant