Closed joernmalzahn closed 8 years ago
You're right on getStateSpace()
. The other ones were introduced to ease the development of the jointBuilder a bit; it should be possible to merge getNonlinearDynamics
and getNonlinearDynamics_multiple
. I've assigned this bug to me.
getStateSpace()
has been removed and is implemented in genericJoint
. As for the nonlinear dynamics implementations, all three files:
getNonlinearDynamics
getNonlinearDynamics_multiple
getNonlinearDynamics_none
have been merged into a single getNonlinearDynamics
template. Thus marking this as solved.
Are all template files really necessary? Or are some obsolete?