23 #ifndef QUADRATIC_COST_SE2_H_ 24 #define QUADRATIC_COST_SE2_H_ 56 using Ptr = std::shared_ptr<QuadraticFormCostSE2>;
71 bool lsq_form =
false)
109 using Ptr = std::shared_ptr<QuadraticStateCostSE2>;
123 :
corbo::QuadraticStateCost(Q, integral_form, lsq_form)
140 #endif // QUADRATIC_COST_SE2_H_
QuadraticStateCostSE2(const Eigen::Ref< const Eigen::MatrixXd > &Q, bool integral_form=false, bool lsq_form=false)
Construct with weight matrices.
Quadratic state running cost (specialized for SE2)
std::shared_ptr< StageCost > Ptr
QuadraticStateCostSE2()
Default constructor.
corbo::StageCost::Ptr getInstance() const override