-
Notifications
You must be signed in to change notification settings - Fork 418
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
Add function to call through to dds layer to notify about new network interfaces #2086
base: rolling
Are you sure you want to change the base?
Add function to call through to dds layer to notify about new network interfaces #2086
Conversation
Signed-off-by: Sebastian Jakymiw <[email protected]>
7a217a5
to
440756f
Compare
rclcpp/include/rclcpp/utilities.hpp
Outdated
@@ -330,6 +330,14 @@ RCLCPP_PUBLIC | |||
std::vector<const char *> | |||
get_c_vector_string(const std::vector<std::string> & strings_in); | |||
|
|||
/// Call dds to notify about new network interfaces. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This layer shouldn't assume that the underlying middleware is a DDS.
Maybe the comment should say something like "Notify middleware to refresh available network interfaces?"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alsora good point - will change that.
@jakymiws we should also add a function implementation in the other TIER 1 RMW middelwares. |
Signed-off-by: Sebastian Jakymiw <[email protected]>
@alsora |
Directly related to
irobot/add-dynamic-network-notify-function
injakymiws/rcl