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

implement mros2::setIPAddressRTPS to move its operation from config/rtps.h #45

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

takasehideki
Copy link
Member

@takasehideki takasehideki commented Sep 9, 2023

Previously, IP address settings were required in both ./include/config/rtps.h and in app.cpp, but I could solve this situation so that it can work with only one setting, in ./platform/mros2-platform.h.
After the network configuration is complete, the program obtains the IP address and stores it to the configuration for embeddedRTPS (rtps::Config::IP_ADDRESS). This may increase the implementation responsibility for each platform, but I believe it should be more convenient for the user.

We have confirmed that this works only with mros2-mbed / echoback_string. Please check along with the following.
mROS-base/mros2-mbed#42

@takasehideki
Copy link
Member Author

confirmed!! mROS-base/mros2-mbed#42 (comment)

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

Successfully merging this pull request may close these issues.

1 participant