Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize spatial types: allow any backing array type #207

Closed
tkoolen opened this issue Apr 24, 2017 · 0 comments · Fixed by #333
Closed

Generalize spatial types: allow any backing array type #207

tkoolen opened this issue Apr 24, 2017 · 0 comments · Fixed by #333

Comments

@tkoolen
Copy link
Collaborator

tkoolen commented Apr 24, 2017

Currently, Point3D, FreeVector3D, GeometricJacobian, MomentumMatrix, and WrenchMatrix are parameterized on their underlying array types.

On the other hand, Transform3D, SpatialInertia, Twist, SpatialAcceleration, Wrench, and Momentum are parameterized on the scalar type, and have StaticArray backing arrays hardcoded.

These types should also be parameterized on the backing array type, because:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant