#include <task-joint-bounds.hpp>
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static math::ConstraintBound | 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 const Eigen::VectorXd & | getAccelerationLowerBounds (const Task &self) |
static const Eigen::VectorXd & | getAccelerationUpperBounds (const Task &self) |
static math::ConstraintBound | getConstraint (const Task &self) |
static const Eigen::VectorXd & | getVelocityLowerBounds (const Task &self) |
static const Eigen::VectorXd & | getVelocityUpperBounds (const Task &self) |
static std::string | name (Task &self) |
static void | setAccelerationBounds (Task &self, const Eigen::VectorXd lower, const Eigen::VectorXd upper) |
static void | setTimeStep (Task &self, const double dt) |
static void | setVelocityBounds (Task &self, const Eigen::VectorXd lower, const Eigen::VectorXd upper) |
Definition at line 33 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 77 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 116 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 93 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 96 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 87 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 99 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 102 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 73 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 112 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 105 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inlinestatic |
Definition at line 108 of file bindings/python/tasks/task-joint-bounds.hpp.
|
inline |
Definition at line 37 of file bindings/python/tasks/task-joint-bounds.hpp.