wbc
|
#include "TaskConfig.hpp"
#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::Task |
Abstract class to represent a generic task for a WBC optimization problem. More... | |
Namespaces | |
namespace | wbc |
Typedefs | |
using | wbc::TaskPtr = std::shared_ptr<Task> |