Class MinimizeVariable

Inheritance Relationships

Base Type

Class Documentation

class MinimizeVariable : public OpenSoT::Task<Eigen::MatrixXd, Eigen::VectorXd>

Public Types

typedef std::shared_ptr<MinimizeVariable> Ptr

Public Functions

MinimizeVariable(std::string task_id, const AffineHelper &variable)
bool setReference(const Eigen::VectorXd &ref)
virtual void _update()

Updates the A, b, Aeq, beq, Aineq, b*Bound matrices.

void getReference(Eigen::VectorXd &ref)