#include <task-actuation-bounds.hpp>
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static math::ConstraintInequality | compute (Task &self, const double t, const Eigen::VectorXd &q, const Eigen::VectorXd &v, pinocchio::Data &data) |
static void | expose (const std::string &class_name) |
static math::ConstraintInequality | getConstraint (const Task &self) |
static const Eigen::VectorXd & | getLowerBounds (const Task &self) |
static const Eigen::VectorXd & | getmask (const Task &self) |
static const Eigen::VectorXd & | getUpperBounds (const Task &self) |
static std::string | name (Task &self) |
static void | setBounds (Task &self, const Eigen::VectorXd lower, const Eigen::VectorXd upper) |
static void | setmask (Task &self, const Eigen::VectorXd mask) |
Definition at line 33 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 68 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 100 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 78 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 90 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 84 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 93 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 64 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 96 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inlinestatic |
Definition at line 87 of file bindings/python/tasks/task-actuation-bounds.hpp.
|
inline |
Definition at line 38 of file bindings/python/tasks/task-actuation-bounds.hpp.