Skip to content

CoordinateCouplerConstraint does not handle multiple independent coordinates properly #3435

@nickbianco

Description

@nickbianco

CoordinateCouplerConstraint should support multiple independent coordinates since the property independent_coordinate_names is a list property. However, the function that computes the coordinate coupling error only takes into account the first two coordinate in the total list of coordinate, whether or not they are independent or dependent:

double calcValue(const SimTK::Vector& x) const override {

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions