1#ifndef CONTACTS_ACCELERATION_CONSTRAINT_HPP
2#define CONTACTS_ACCELERATION_CONSTRAINT_HPP
6#include <base/Eigen.hpp>
7#include <base/Time.hpp>
8#include <base/NamedVector.hpp>
Abstract class to represent a generic hard (linear) constraint for a WBC optimization problem....
Definition Constraint.hpp:19
@ equality
Definition Constraint.hpp:23
Definition ContactsAccelerationConstraint.cpp:3
std::shared_ptr< RobotModel > RobotModelPtr
Definition RobotModel.hpp:204
std::shared_ptr< ContactsAccelerationConstraint > ContactsAccelerationConstraintPtr
Definition ContactsAccelerationConstraint.hpp:32