1#ifndef CONTACTS_VELOCITY_CONSTRAINT_HPP
2#define CONTACTS_VELOCITY_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< ContactsVelocityConstraint > ContactsVelocityConstraintPtr
Definition ContactsVelocityConstraint.hpp:27
std::shared_ptr< RobotModel > RobotModelPtr
Definition RobotModel.hpp:204