-
Notifications
You must be signed in to change notification settings - Fork 18
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.
flferretti
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request