forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DecomposeLumpedParameters from VectorX<Expression> (RobotLocomotion#1…
…4863) * DecomposeLumpedParameters from VectorX<Expression> First implementation of lumped parameter decomposition for full symbolic::Expressions. This updates (and will soon replace) our related implementation in solvers/system_identification.h . That implementation used the old (to be expunged) Polynomial class, and required a manual step to substitute trig functions into polynomial functions. This substitution is difficult in general, and is not compatible with MultibodyPlant. Furthermore, there is no fundamental reason to restrict the lumped-parameter decomposition to polynomials. Follow-up work is tracked in RobotLocomotion#14879.
- Loading branch information
1 parent
71621c9
commit 1b00a88
Showing
5 changed files
with
458 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.