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
The status indicators work fine when everything goes well, but they are not so great for debugging.
To note:
ROS indicator goes from paused to OK; it could be set to loading when the connection is checked
The case where no master is found can be handled better
onTangoStatus only checks for "OK" status; it's not so hard to fix the indicator to reflect other cases. The problem is that this method is usually called more than once, and it may fail at first.
The text was updated successfully, but these errors were encountered:
jubeira
changed the title
Improve status indicators
Improve status indicators and error handling
Aug 23, 2017
The status indicators work fine when everything goes well, but they are not so great for debugging.
To note:
onTangoStatus
only checks for "OK" status; it's not so hard to fix the indicator to reflect other cases. The problem is that this method is usually called more than once, and it may fail at first.The text was updated successfully, but these errors were encountered: