1#ifndef ROBOTOC_LOCAL_CONTACT_FORCE_COST_HPP_
2#define ROBOTOC_LOCAL_CONTACT_FORCE_COST_HPP_
67 void set_f_ref(const std::vector<Eigen::Vector3d>& f_ref);
81 void set_fi_ref(const std::vector<Eigen::Vector3d>& fi_ref);
132 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
135 int max_num_contacts_, max_dimf_;
137 std::vector<Eigen::Vector3d> f_ref_, f_weight_, fi_ref_, fi_weight_;
Base class of components of cost function.
Definition: cost_function_component_base.hpp:25
Impact status of robot model. Wrapper of ContactStatus to treat impacts.
Definition: impact_status.hpp:21
Dynamics and kinematics model of robots. Wraps pinocchio::Model and pinocchio::Data....
Definition: robot.hpp:32
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
Composed of data used to compute the cost function and its derivatives.
Definition: cost_function_data.hpp:17
Grid information.
Definition: grid_info.hpp:24