Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 651 Bytes

This package aims at dealing with systems subject to smooth non-linear equality constraints.

The main class hpp::constrained::ConfigProjector numerically projects an input configuration onto the sub-manifold of the configuration space defined by a set of non-linear constraints of type CjrlGikStateConstraint.

Two other classes derive from this latter:

  • hpp::constrained::ConfigExtendor extends a configuration toward another configuration by remaining on the constrained submanifold.
  • hpp::constrained::GoalConfigGenerator randomly samples the configuration space and projects each sample onto the submanifold defined by a goal task.