1#ifndef ROBOTOC_INTERMEDIATE_STAGE_HPP_
2#define ROBOTOC_INTERMEDIATE_STAGE_HPP_
36 const std::shared_ptr<Constraints>& constraints,
37 const std::shared_ptr<ContactSequence>& contact_sequence);
197 const Eigen::VectorXd& q0,
198 const Eigen::VectorXd& v0,
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
void computeInitialStateDirection(const Robot &robot, const Eigen::VectorXd &q0, const Eigen::VectorXd &v0, const SplitSolution &s0, const StateEquationData &data, SplitDirection &d0)
Computes the initial state direction using the result of linearizeStateEquation() and correctLinear...
Grid information.
Definition: grid_info.hpp:24
A data structure for an optimal control problem.
Definition: ocp_data.hpp:18