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
{{ message }}
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
It would strengthen our API if a vector class could have a reference frame associated with it. Currently, we have the reference frames listed in function names (GetWorldLinearVel for example). It could also be relevant for matrices; the inertia matrix can be expressed in a body-fixed frame or world frame for example.
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
It would strengthen our API if a vector class could have a reference frame associated with it. Currently, we have the reference frames listed in function names (
GetWorldLinearVel
for example). It could also be relevant for matrices; the inertia matrix can be expressed in a body-fixed frame or world frame for example.See this dartsim pull request for an example implementation.
The text was updated successfully, but these errors were encountered: