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
IK methods return a named tuple that holds joint coordinates, success, reason for failure, residual, number of iterations.
For a trajectory used to return a list of these tuples, but that meant quite a bit of work to get the joint angle trajectory which is a common use case.
Now, only a single tuple is returned, but the elements represent a trajectory:
joint coordinates are a 2D array, one row per time step
other elements are either a 1D array (numeric or bool values) or a list
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
IK methods return a named tuple that holds joint coordinates, success, reason for failure, residual, number of iterations.
For a trajectory used to return a list of these tuples, but that meant quite a bit of work to get the joint angle trajectory which is a common use case.
Now, only a single tuple is returned, but the elements represent a trajectory:
Beta Was this translation helpful? Give feedback.
All reactions