-
Notifications
You must be signed in to change notification settings - Fork 127
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
IDL Support (Dashing+ Support) #21
Comments
For reference here is the link to the start of this discussion: #19 Looking at the state of RTPS and IDL support on rust, here is a pair of interesting developments: rtps-gen and rtps-rs. It doesn't look ready but using these could prevent having to copy messages from Rust to C before serialization (and vice versa for deserialization). |
Hi. Just wanted to say I'm also interested in this and giving it a shot. Current changes on the dashing-plus branch in my fork. Ported the IDL generator and made some fixes for the rcl API. Publish and subscribe examples are working. Need to clean it up though. Also, I'm specifically building against Dashing. Figured I'd do Eloquent and Foxy too (Not sure to what extent things need to change there). |
Wanted to note that Galactic has introduced some new tools for |
I think this can be closed now – after #80, IDL support should be practically complete, at least in Foxy+. |
I wanted to separate out this specific issue to prevent overloading the topic in the main Dashing support thread. Specifically, this is a discussion for the planned feature of IDL support, required by ROS2 Dashing and later versions.
Given the discussions there, there seem to be a couple of issues that need resolving, one major one being the choice of either using static compilation or introspection. I would be interested in any opinions that people have about that, as I look myself into how best to go about this.
The text was updated successfully, but these errors were encountered: