rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

How to avoid master chooser in Ros Android? #288

Open bhattarairazu opened 5 years ago

bhattarairazu commented 5 years ago

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/")); }

kjitender469 commented 3 years ago

@bhattarairazu Is your problem resolved?

rajubhattarai commented 3 years ago

yes resolved thank you

kjitender469 commented 3 years ago

Ok