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've tried overriding onMasterRegisterFailure in onStart() method. It was still not working as expected. App keeps crashes if users connect to Valid IP but failed to connect to Master.
publisher.addListener(new DefaultPublisherListener<std_msgs.String>() {
@Override
public void onMasterRegistrationSuccess(Publisher<std_msgs.String> registrant) {
Log.w("Publisher:", "Publisher succeed to register: " + registrant);
}
@Override
public void onMasterRegistrationFailure(Publisher<std_msgs.String> registrant) {
Log.w("Publisher:", "Publisher failed to register: " + registrant);
}
});
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried overriding onMasterRegisterFailure in onStart() method. It was still not working as expected. App keeps crashes if users connect to Valid IP but failed to connect to Master.
The text was updated successfully, but these errors were encountered: