6 #ifndef BEZIER_COM_COST_WP_DEF_H
7 #define BEZIER_COM_COST_WP_DEF_H
10 #include "boost/assign.hpp"
void genCostFunction(const ProblemData &pData, const VectorX &Ts, const double T, const T_time &timeArray, MatrixXX &H, VectorX &g)
genCostFunction generate a cost function according to the constraints of the problem,...
Definition: costfunction_definition.cpp:51
Definition: common_solve_methods.hh:16
centroidal_dynamics::VectorX VectorX
Definition: definitions.hh:23
std::vector< std::pair< double, int > > T_time
Definition: definitions.hh:58
Eigen::Matrix< value_type, Eigen::Dynamic, Eigen::Dynamic > MatrixXX
Definition: definitions.hh:20
Defines all the inputs of the problem: Initial and terminal constraints, as well as selected cost fun...
Definition: data.hh:88