Skip to content

ncost argument for 3d CostModelForce

As suggested in #132 (closed), I introduced the ncost argument in the CostModelForce constructor. It values by default is 6, which correspondence to 6d contacts.

By passing ncost=3, the user is able to model 3d contact forces. General cases need to be tackled later.

Merge request reports