Replies: 1 comment 1 reply
-
Likely there is a way, but AFAIK you would be the first person to try that.
"Node" is not a DDS concept. Maybe you are thinking of ROS 2 Nodes? In case yes, then the following may help you:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a project to create a DDS network automatically by creating a wrapping code in API for each DDS vendor and reading files containing the information of the DDS network. So I try make a wrapping code using API in RustDDS, but a problem is that this project is in C++. I found out that Rust is compatible with C++, is there any way to use Rust DDS' APIs for C++ projects? I'm not sure because I'm new to Rust.
The APIs I'm going to use are functions that simply create and delete nodes (e.g.,
create_subscriber
orcreate_publisher
).If there is any information that can help me, I would appreciate it.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions