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
#322 added helper functions to FreeJoint, EulerJoint, and BallJoint for setting generalized coordinates from more intuitive datatypes (e.g. Isometry3d). It would be helpful to have a similar helper function on PlanarJoint to convert its generalized coordinates to and from Isometry2ds.
The text was updated successfully, but these errors were encountered:
This is a good idea. I'll add this once GeometricJoint is implemented. GeometricJoint is a more generic version of MultiDofJoint that can handle more configuration spaces including SE(2/3), SO(2/3), and real vector space. GeometricJoint will be able to handle the conversions in general way.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
#322 added helper functions to
FreeJoint
,EulerJoint
, andBallJoint
for setting generalized coordinates from more intuitive datatypes (e.g.Isometry3d
). It would be helpful to have a similar helper function onPlanarJoint
to convert its generalized coordinates to and fromIsometry2d
s.The text was updated successfully, but these errors were encountered: