You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2019. It is now read-only.
/// This package aims at dealing with systems subject to smooth non-linear
3
+
/// equality constraints.
4
+
///
5
+
/// The main class hpp::constrained::ConfigProjector numerically projects an input
6
+
/// configuration onto the sub-manifold of the configuration space defined by a
7
+
/// set of non-linear constraints of type CjrlGikStateConstraint.
8
+
///
9
+
/// Two other classes derive from this latter:
10
+
/// \li hpp::constrained::ConfigExtendor extends a configuration toward another configuration by remaining on the constrained submanifold.
11
+
/// \li hpp::constrained::GoalConfigGenerator randomly samples the configuration space and projects each sample onto the submanifold defined by a goal task.
0 commit comments