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

Compute radial and tangential components of velocity / acceleration #289

Open
sfmig opened this issue Aug 28, 2024 · 1 comment
Open

Compute radial and tangential components of velocity / acceleration #289

sfmig opened this issue Aug 28, 2024 · 1 comment
Labels
enhancement New optional feature

Comments

@sfmig
Copy link
Contributor

sfmig commented Aug 28, 2024

Is your feature request related to a problem? Please describe.
There are a few reference frames in kinematics/dynamics that are often useful, for example to relate kinematics to forces, or to express a kinematic quantity as components that are more interpretable.

For example (they may have better names):

Describe the solution you'd like
One option could be to treat these as change of basis operations. We could have a function that computes at each timestep the change of basis matrix from "world" coordinates to "intrinsic" coordinates. Then this matrix could be applied to the velocity or acceleration vector to express it in intrinsic coordinates.

@sfmig sfmig added the enhancement New optional feature label Aug 28, 2024
@niksirbi
Copy link
Member

I like it, especially the normal-tangential basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New optional feature
Projects
Status: 🤔 Triage
Development

No branches or pull requests

2 participants