You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
I am currently developing an app that need to set ROS MASTER URI by hardcoded inside the code.I need to avoid popping MasterChooser class every time i start new Ros Activity.
I tried Setting URI inside constructor but it doesn't work.It Throws :
IllegalStateException error.
My Constructor looks like this:
public Samplechat() {
super("samplechat", "samplechat", URI.create("http://192.168.0.108:11311/"));
}
The text was updated successfully, but these errors were encountered:
I am currently developing an app that need to set ROS MASTER URI by hardcoded inside the code.I need to avoid popping MasterChooser class every time i start new Ros Activity.
I tried Setting URI inside constructor but it doesn't work.It Throws :
IllegalStateException error.
My Constructor looks like this:
public Samplechat() {
super("samplechat", "samplechat", URI.create("http://192.168.0.108:11311/"));
}
The text was updated successfully, but these errors were encountered: