hpp-bezier-com-traj 6.0.0
Multi contact trajectory generation for the COM using Bezier curves
Loading...
Searching...
No Matches
costfunction_definition.hh File Reference
#include <hpp/bezier-com-traj/data.hh>
#include "boost/assign.hpp"
Include dependency graph for costfunction_definition.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bezier_com_traj
 
namespace  bezier_com_traj::cost
 

Functions

void bezier_com_traj::cost::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, and the flag selected in ProblemData. The cost has the form x' H x + 2 g' x.