tsid
1.8.0
Efficient Task Space Inverse Dynamics for Multi-body Systems based on Pinocchio
|
#include <tsid/solvers/solver-HQP-eiquadprog-rt.hpp>
Public Types | |
typedef math::Vector | Vector |
typedef math::RefVector | RefVector |
typedef math::ConstRefVector | ConstRefVector |
typedef math::ConstRefMatrix | ConstRefMatrix |
![]() | |
typedef math::RefVector | RefVector |
typedef math::ConstRefVector | ConstRefVector |
typedef math::ConstRefMatrix | ConstRefMatrix |
Public Member Functions | |
SolverHQuadProgRT (const std::string &name) | |
void | resize (unsigned int n, unsigned int neq, unsigned int nin) override |
const HQPOutput & | solve (const HQPData &problemData) override |
void | retrieveQPData (const HQPData &, const bool) override |
double | getObjectiveValue () override |
bool | setMaximumIterations (unsigned int maxIter) override |
![]() | |
SolverHQPBase (const std::string &name) | |
virtual | ~SolverHQPBase ()=default |
virtual const std::string & | name () const |
virtual bool | getUseWarmStart () |
virtual void | setUseWarmStart (bool useWarmStart) |
virtual unsigned int | getMaximumIterations () |
virtual double | getMaximumTime () |
virtual bool | setMaximumTime (double seconds) |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Matrix | Matrix |
Protected Member Functions | |
void | sendMsg (const std::string &s) |
Protected Attributes | |
eiquadprog::solvers::RtEiquadprog< nVars, nEqCon, 2 *nIneqCon > | m_solver |
RtMatrixX< nVars, nVars >::d | m_H |
RtVectorX< nVars >::d | m_g |
RtMatrixX< nEqCon, nVars >::d | m_CE |
RtVectorX< nEqCon >::d | m_ce0 |
RtMatrixX< 2 *nIneqCon, nVars >::d | m_CI |
RtVectorX< 2 *nIneqCon >::d | m_ci0 |
twice the rows because inequality constraints are bilateral More... | |
double | m_objValue |
double | m_hessian_regularization |
Eigen::VectorXi | m_activeSet |
int | m_activeSetSize |
vector containing the indexes of the active inequalities More... | |
int | m_neq |
int | m_nin |
number of equality constraints More... | |
int | m_n |
number of inequality constraints More... | |
![]() | |
std::string | m_name |
bool | m_useWarmStart |
unsigned int | m_maxIter |
double | m_maxTime |
HQPOutput | m_output |
Additional Inherited Members | |
![]() | |
static EIGEN_MAKE_ALIGNED_OPERATOR_NEW std::string const | HQP_status_string [5] |
typedef math::ConstRefMatrix tsid::solvers::SolverHQuadProgRT< nVars, nEqCon, nIneqCon >::ConstRefMatrix |
typedef math::ConstRefVector tsid::solvers::SolverHQuadProgRT< nVars, nEqCon, nIneqCon >::ConstRefVector |
typedef math::RefVector tsid::solvers::SolverHQuadProgRT< nVars, nEqCon, nIneqCon >::RefVector |
typedef math::Vector tsid::solvers::SolverHQuadProgRT< nVars, nEqCon, nIneqCon >::Vector |
tsid::solvers::SolverHQuadProgRT< nVars, nEqCon, nIneqCon >::SolverHQuadProgRT | ( | const std::string & | name | ) |
|
overridevirtual |
Get the objective value of the last solved problem.
Implements tsid::solvers::SolverHQPBase.
|
overridevirtual |
Implements tsid::solvers::SolverHQPBase.
|
inlineoverridevirtual |
Retrieve the matrices describing a QP problem from the problem data.
Implements tsid::solvers::SolverHQPBase.
|
protected |
|
overridevirtual |
Set the current maximum number of iterations performed by the solver.
Reimplemented from tsid::solvers::SolverHQPBase.
|
overridevirtual |
Solve the given Hierarchical Quadratic Program
Implements tsid::solvers::SolverHQPBase.
|
protected |
|
protected |
vector containing the indexes of the active inequalities
|
protected |
|
protected |
|
protected |
|
protected |
twice the rows because inequality constraints are bilateral
|
protected |
|
protected |
|
protected |
|
protected |
number of inequality constraints
|
protected |
|
protected |
number of equality constraints
|
protected |
|
protected |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Matrix tsid::solvers::SolverHQuadProgRT< nVars, nEqCon, nIneqCon >::Matrix |