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 move_jp command in the dVRK's crtk python API returns an object that has a wait() method. This object can be used to block the execution of the program until the move has finished. The AMBF psm class could be modified to implement this same behavior. Currently, move_jp in ambf are non-blocking.
The text was updated successfully, but these errors were encountered:
The move_jp command in the dVRK's crtk python API returns an object that has a
wait()
method. This object can be used to block the execution of the program until the move has finished. The AMBF psm class could be modified to implement this same behavior. Currently, move_jp in ambf are non-blocking.The text was updated successfully, but these errors were encountered: