Go to the documentation of this file.
25 #ifndef SRC_OPTIMAL_CONTROL_INCLUDE_CORBO_OPTIMAL_CONTROL_FUNCTIONS_NLP_FUNCTIONS_H_
26 #define SRC_OPTIMAL_CONTROL_INCLUDE_CORBO_OPTIMAL_CONTROL_FUNCTIONS_NLP_FUNCTIONS_H_
34 class DiscretizationGridInterface;
53 bool update(
int n,
double t, ReferenceTrajectoryInterface& xref, ReferenceTrajectoryInterface& uref, ReferenceTrajectoryInterface* sref,
54 bool single_dt,
const Eigen::VectorXd& x0,
const std::vector<double>& dts,
const DiscretizationGridInterface* grid);
61 std::vector<BaseEdge::Ptr>& cost_edges, std::vector<BaseEdge::Ptr>& eq_edges,
62 std::vector<BaseEdge::Ptr>& ineq_edges);
65 std::vector<BaseEdge::Ptr>& cost_edges, std::vector<BaseEdge::Ptr>& eq_edges,
66 std::vector<BaseEdge::Ptr>& ineq_edges);
90 x_lb = Eigen::VectorXd();
91 x_ub = Eigen::VectorXd();
92 u_lb = Eigen::VectorXd();
93 u_ub = Eigen::VectorXd();
99 #endif // SRC_OPTIMAL_CONTROL_INCLUDE_CORBO_OPTIMAL_CONTROL_FUNCTIONS_NLP_FUNCTIONS_H_
StageInequalityConstraint::Ptr stage_inequalities
std::shared_ptr< StagePreprocessor > Ptr
bool hasIntegralTerms(int k) const
std::shared_ptr< StageInequalityConstraint > Ptr
StageCost::Ptr stage_cost
void checkAndInitializeBoundDimensions(int x_dim, int u_dim)
BaseEdge::Ptr getFinalStateCostEdge(int k, VectorVertex &xf)
FinalStageConstraint::Ptr final_stage_constraints
std::shared_ptr< StageCost > Ptr
StageEqualityConstraint::Ptr stage_equalities
std::shared_ptr< BaseEdge > Ptr
std::shared_ptr< FinalStageConstraint > Ptr
StagePreprocessor::Ptr stage_preprocessor
bool update(int n, double t, ReferenceTrajectoryInterface &xref, ReferenceTrajectoryInterface &uref, ReferenceTrajectoryInterface *sref, bool single_dt, const Eigen::VectorXd &x0, const std::vector< double > &dts, const DiscretizationGridInterface *grid)
void getFinalControlDeviationEdges(int n, VectorVertex &u_ref, VectorVertex &u_prev, ScalarVertex &u_prev_dt, std::vector< BaseEdge::Ptr > &cost_edges, std::vector< BaseEdge::Ptr > &eq_edges, std::vector< BaseEdge::Ptr > &ineq_edges)
Vertex implementation for scalar values.
std::shared_ptr< FinalStageCost > Ptr
Vertex implementation that stores an Eigen::VectorXd (dynamic dimension)
void getNonIntegralStageFunctionEdges(int k, VectorVertex &xk, VectorVertex &uk, ScalarVertex &dt, VectorVertex &u_prev, ScalarVertex &u_prev_dt, const StageFunction &stage_fun, std::vector< BaseEdge::Ptr > &edges)
FinalStageCost::Ptr final_stage_cost
std::shared_ptr< StageEqualityConstraint > Ptr
BaseEdge::Ptr getFinalStateConstraintEdge(int k, VectorVertex &xf)
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:05:58