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
Since #743, we've been able to get the position of the mirror, even while the motor's moving. However, the GUI just displays "moving" for the mirror angle in this case. It would be better to display the actual angle instead, so that the user knows that something is happening even if they can't see it (e.g. if they're on an aircraft). It probably makes sense to do this at half-second intervals or something.
To do this, we will need a new pair of pubsub messages for querying the mirror angle and sending the response.
The text was updated successfully, but these errors were encountered:
Since #743, we've been able to get the position of the mirror, even while the motor's moving. However, the GUI just displays "moving" for the mirror angle in this case. It would be better to display the actual angle instead, so that the user knows that something is happening even if they can't see it (e.g. if they're on an aircraft). It probably makes sense to do this at half-second intervals or something.
To do this, we will need a new pair of pubsub messages for querying the mirror angle and sending the response.
The text was updated successfully, but these errors were encountered: