Skip to content

Commit 2fb32ee

Browse files
committed
Refactor PolynomialPathFitter to use topology-based moment arm detection
1 parent 497ba78 commit 2fb32ee

3 files changed

Lines changed: 170 additions & 270 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ joints that lie between two frames based on a model's topology. (#4301)
2020
coordinate paths associated with a path element. Derived classes provide concrete implementations based on
2121
the model's topology (e.g., `GeometryPath`) or via a user-defined list of coordinates
2222
(e.g., `FunctionBasedPath`). (#4301)
23+
- `PolynomialPathFitter` now detects which coordinates should belong to a path based on the model topology by finding the joints that lie between the path's origin and insertion, and computes moment arms only for these coordinates.
24+
The property `moment_arm_threshold` has been removed, and the methods `get/setMomentArmThreshold()` have been deprecated. (#4352)
2325

2426

2527
v4.6

0 commit comments

Comments
 (0)