Drake
Drake C++ Documentation
system_constraint_wrapper.h File Reference
Include dependency graph for system_constraint_wrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SystemConstraintWrapper
 This wrapper class wraps a SystemConstraint object to the format of solvers::Constraint. More...
 

Namespaces

 drake
 
 drake::systems
 

Typedefs

template<typename T >
using UpdateContextFromDecisionVariablesFunction = std::function< void(const System< T > &, const Eigen::Ref< const VectorX< T > > &, Context< T > *)>
 Given the decision variable values x (as in SystemConstraintWrapper.Eval(x, &y)), update part of the context with the value of x. More...