Closed kohonda closed 3 years ago
I cannot reproduce the error on Ubuntu 20.04, the error message indicates that the ros master is not found! Have you checked that ROS_MASTER_URI is properly configured?
Sorry, I didn't set the ROS_MASTER_URI. After setting it, it works well. I misunderstood because macOS automatically searched for the ROS_MASTER_URI without setting it manually. Thank you.
Expected behavior
The sample listener and publisher expected to work as if using macOS.
Actual behavior
It does not work on Ubuntu 20.04.
The following error occurred when launching roscore and publisher (or listener)
Steps to reproduce
Build and Test from a terminal on Ubntu20.04
-> I can get the same error as described above.
If possible, minimal yet complete reproducer code (or URL to code)
No code modification is required for reproduction.
RosSwift version/commit hash
Current main branch
ba5964bbca6021a55dcd9b105b602ec4f6ed169a
Swift & OS version (output of
swift --version && uname -a
)Thanks for making the great library!