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