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
Exceptions thrown during IK/FK (and other cisstVector computations) are caught by the cisstMultiTask catch all approach and don't impact the current state of the arm. E.g. ECM IK does a normalize self on a vector that can be 0. Maybe all Run methods should have a try/catch and set the state to "FAULT".
The text was updated successfully, but these errors were encountered:
Exceptions thrown during IK/FK (and other cisstVector computations) are caught by the cisstMultiTask catch all approach and don't impact the current state of the arm. E.g. ECM IK does a normalize self on a vector that can be 0. Maybe all Run methods should have a try/catch and set the state to "FAULT".
The text was updated successfully, but these errors were encountered: