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>
@ equality
Definition Constraint.hpp:23
Constraint()
Default constructor.
Definition Constraint.cpp:7
Definition ContactsAccelerationConstraint.cpp:3
std::shared_ptr< ContactsVelocityConstraint > ContactsVelocityConstraintPtr
Definition ContactsVelocityConstraint.hpp:27
std::shared_ptr< RobotModel > RobotModelPtr
Definition RobotModel.hpp:204