#include <memory>#include "drake/solvers/constraint.h"#include "drake/systems/framework/system.h"#include "drake/systems/framework/system_constraint.h"Classes | |
| class | SystemConstraintWrapper |
| This wrapper class wraps a SystemConstraint object to the format of solvers::Constraint. More... | |
Namespaces | |
| namespace | drake |
| namespace | drake::systems |
Typedefs | |
| template<typename T> | |
| using | UpdateContextFromDecisionVariablesFunction |
| Given the decision variable values x (as in SystemConstraintWrapper.Eval(x, &y)), update part of the context with the value of x. | |