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
First of all, the inverse function is not completely implemented (related to #134).
Then, the inverse function for all subtypes return a CartesianState. And the inverse for a CartesianTwist and CartesianWrench does not make sense because you'd always need a pose to do an inverse. So they should be deleted.
For the CartesianPose it should return a pose again.
The text was updated successfully, but these errors were encountered:
First of all, the
inverse
function is not completely implemented (related to #134).Then, the
inverse
function for all subtypes return aCartesianState
. And theinverse
for aCartesianTwist
andCartesianWrench
does not make sense because you'd always need a pose to do an inverse. So they should be deleted.For the
CartesianPose
it should return a pose again.The text was updated successfully, but these errors were encountered: