1#ifndef ROBOTOC_CONTACT_WRENCH_CONE_HPP_
2#define ROBOTOC_CONTACT_WRENCH_CONE_HPP_
99 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
102 int dimv_, dimc_, max_num_contacts_;
103 std::vector<
int> contact_frame_;
107 void computeCone(const
double mu, Eigen::MatrixXd& cone) const;
108 void updateCone(const
double mu, Eigen::MatrixXd& cone) const;
Base class for constraint components.
Definition: constraint_component_base.hpp:34
Data used in constraint components. Composed by slack, dual (Lagrange multiplier),...
Definition: constraint_component_data.hpp:17
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
ContactType
Types of contacts.
Definition: contact_status.hpp:22
KinematicsLevel
Kinematics level of the constraint component used in ConstraintComponentBase.
Definition: constraint_component_base.hpp:24