1#ifndef ROBOTOC_UNCONSTR_INTERMEDIATE_STAGE_HPP_ 
    2#define ROBOTOC_UNCONSTR_INTERMEDIATE_STAGE_HPP_ 
   40                            const std::shared_ptr<CostFunction>& cost,
 
   41                            const std::shared_ptr<Constraints>& constraints);
 
Stack of the inequality constraints. Composed by constraint components that inherits ConstraintCompon...
Definition: constraints.hpp:30
 
Stack of the cost function. Composed by cost function components that inherits CostFunctionComponentB...
Definition: cost_function.hpp:30
 
Dynamics and kinematics model of robots. Wraps pinocchio::Model and pinocchio::Data....
Definition: robot.hpp:32
 
Newton direction of the solution to the optimal control problem split into a time stage.
Definition: split_direction.hpp:20
 
The KKT matrix split into a time stage.
Definition: split_kkt_matrix.hpp:18
 
KKT residual split into each time stage.
Definition: split_kkt_residual.hpp:18
 
Solution to the optimal control problem split into a time stage.
Definition: split_solution.hpp:20
 
Definition: constraint_component_base.hpp:17
 
Grid information.
Definition: grid_info.hpp:24
 
Data structure for the optimal control problem of unconstrained rigid-body systems.
Definition: unconstr_ocp_data.hpp:17