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

Does redf replace nodl, or could it merge with it? #4

Open
sloretz opened this issue Jul 19, 2022 · 3 comments
Open

Does redf replace nodl, or could it merge with it? #4

sloretz opened this issue Jul 19, 2022 · 3 comments

Comments

@sloretz
Copy link

sloretz commented Jul 19, 2022

A while back Canonical started Nodl, but never really finished it. It seems similar in purpose to redf.

Does redf replace nodl, and if not could redf and nodl be combined?

@koonpeng
Copy link
Member

This started as a result of a discussion with @Yadunund and @codebot. I wasn't aware of nodl but it looks really interesting. I think there are some slight differences currently but it would be nice to have a universal descriptor format that handles both use cases.

@clalancette
Copy link

I do think it would be a good idea to see if we could adapt NoDL for whatever use case redf is being used for. That way we won't have 2 new descriptor formats that are doing similar things.

@Yadunund
Copy link
Member

Yadunund commented Jul 27, 2022

One of the goals of redf is to auto-generate a library that downstream packages/nodes can include to get the names, qos, etc for an interface. In a way, it is used to configures the ROS 2 interfaces on a system level. Nodes in the system will include the same package to the get properties of a given endpoint. The motivation of this is to make development of ROS 2 nodes easier for new system integrators by saving them time to lookup what the right endpoint names and qos should be.

nodl seems to be at the node level? ie each node has an accompanying descriptor of its interfaces which can be used to statically analyse whether a second node is compatible to communicate with the first?

@clalancette and @sloretz do you think there is value in pursuing redf as a tool that can auto-generate this utility "interface library"? We can certainly default to using the descriptor format specified by nodl and not redefine that here.

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

No branches or pull requests

4 participants