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

Support IDL-defined message schemas #25

Closed
james-rms opened this issue Sep 22, 2022 · 3 comments
Closed

Support IDL-defined message schemas #25

james-rms opened this issue Sep 22, 2022 · 3 comments

Comments

@james-rms
Copy link

IDL is the "base" message schema format for ROS2, and it's possible that a user may produce an IDL schema for a message without first defining a .msg schema first.

I think the best approach for this would be to define a function that translates an IDL schema into a RosMsgField[], extending the set of supported types in RosMsgField as necessary.

There is already a lark grammar for parsing the ROS2 subset of IDL available here, which is nice because it gives us a clear subset of the full IDL spec to support.

@jhurliman jhurliman self-assigned this Sep 22, 2022
@banisadr
Copy link

banisadr commented Nov 3, 2022

@jhurliman is this still something that should be assigned to you for this quarter?

@jhurliman
Copy link
Contributor

No, I don't know why I ever assigned this to myself.

@jhurliman jhurliman removed their assignment Nov 4, 2022
@amacneil
Copy link
Contributor

amacneil commented Feb 4, 2023

Closing since this was migrated to a private ticket (FG-751).

Public feature request is tracked at foxglove/community#473

@amacneil amacneil closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants