-
Notifications
You must be signed in to change notification settings - Fork 22
jaxsim.api.frame API is too inefficient #451
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
At the current state, the jaxsim.api.frame is too inefficient, since at each call to transform, jacobian, jacobian_derivative, velocity quantities for parent links and frames are computed every time.
Hence, each call to frame APIs will result in costly computations.
We need to think about caching the quantities we need to make repeated calls efficient. The same probably will apply to the jaxsim.api.link API.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request