wbc
|
#include "RobotModel.hpp"
#include <base/Eigen.hpp>
#include <base/Time.hpp>
#include <base/NamedVector.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | wbc::Constraint |
Abstract class to represent a generic hard (linear) constraint for a WBC optimization problem. the constraint belongs to one of three types: equality Ax = b inequality lb <= Ax <= ub bounds lb <= x <= ub. More... | |
Namespaces | |
namespace | wbc |
Typedefs | |
typedef std::shared_ptr< Constraint > | wbc::ConstraintPtr |