Go to the documentation of this file.
31 #endif // COSTFUNCTIONROMEOACTUATOR_H
Eigen::Matrix< double, stateSize, 1 > stateVec_t
Definition: costfunction.hh:9
Definition: costtemp.hh:6
Eigen::Matrix< double, commandSize, commandSize > commandMat_t
Definition: costfunction.hh:17
Definition: costfunction.hh:7
void computeFinalCostAndDeriv(const stateVec_t &X, const stateVec_t &Xdes)
Definition: costtemp.cpp:23
CostTemp()
Definition: costtemp.cpp:3
Eigen::Matrix< double, commandSize, 1 > commandVec_t
Definition: costfunction.hh:15
Eigen::Matrix< double, stateSize, stateSize > stateMat_t
Definition: costfunction.hh:11
void computeCostAndDeriv(const stateVec_t &X, const stateVec_t &Xdes, const commandVec_t &U)
Definition: costtemp.cpp:17