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
Generally, In pairing mode, When rapp is launched, the remocon remembered the interaction information with launched rapp and registered the callback function called when rapp died. So, when the rapp is terminate, the registered callback is called and then the pairing app running in pc or robot is stopped by interaction manager.
However, in case of web app (using web browser) pairing mode, it died as soon as it is stared by remocon. So, the remocon decides that web app died and pairing app is terminated. I think the problem is the starting method of web browser in python.
The text was updated successfully, but these errors were encountered:
Generally, In pairing mode, When rapp is launched, the remocon remembered the interaction information with launched rapp and registered the callback function called when rapp died. So, when the rapp is terminate, the registered callback is called and then the pairing app running in pc or robot is stopped by interaction manager.
However, in case of web app (using web browser) pairing mode, it died as soon as it is stared by remocon. So, the remocon decides that web app died and pairing app is terminated. I think the problem is the starting method of web browser in python.
The text was updated successfully, but these errors were encountered: