Option to select a communication library #775
k-yokoyama-esol
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ROS allows you to change the communication middleware by setting the environment variable RMW_IMPLEMENTATION.
Similarly, micro-ROS has several communication library implementations.
I have a error that can't find rmw_cyclonedds_cpp #595
We want to add options to specify these.
Our idea is options such as
--comm: -c
and--mw: -m
.The default value without the option should be defined as microxrcedds for backward compatibility.
We will experiment with adding features. If you have an opinion on this, please give us feedback.
Beta Was this translation helpful? Give feedback.
All reactions