6#ifndef BEZIER_COM_COST_WP_DEF_H
7#define BEZIER_COM_COST_WP_DEF_H
11#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:63
Definition common_solve_methods.hh:15
centroidal_dynamics::VectorX VectorX
Definition definitions.hh:24
std::vector< std::pair< double, int > > T_time
Definition definitions.hh:59
Eigen::Matrix< value_type, Eigen::Dynamic, Eigen::Dynamic > MatrixXX
Definition definitions.hh:21
Defines all the inputs of the problem: Initial and terminal constraints, as well as selected cost fun...
Definition data.hh:92