#include <task-joint-posVelAcc-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 | computeAccLimits (Task &self, ConstRefVector q, ConstRefVector dq, bool verbose=true) |
static void | computeAccLimitsFromPosLimits (Task &self, ConstRefVector q, ConstRefVector dq, bool verbose=true) |
static void | computeAccLimitsFromViability (Task &self, ConstRefVector q, ConstRefVector dq, bool verbose=true) |
static void | expose (const std::string &class_name) |
static const Eigen::VectorXd & | getAccelerationBounds (const Task &self) |
static math::ConstraintBound | getConstraint (const Task &self) |
static const Eigen::VectorXd & | getPositionLowerBounds (const Task &self) |
static const Eigen::VectorXd & | getPositionUpperBounds (const Task &self) |
static const Eigen::VectorXd & | getVelocityBounds (const Task &self) |
static void | isStateViable (Task &self, ConstRefVector q, ConstRefVector dq, bool verbose=true) |
static std::string | name (Task &self) |
static void | setAccelerationBounds (Task &self, const Eigen::VectorXd upper) |
static void | setImposeBounds (Task &self, bool impose_position_bounds, bool impose_velocity_bounds, bool impose_viability_bounds, bool impose_acceleration_bounds) |
static void | setMask (Task &self, math::ConstRefVector mask) |
static void | setPositionBounds (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 upper) |
static void | setVerbose (Task &self, bool verbose) |
Definition at line 34 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 109 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 181 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 171 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 176 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 150 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 125 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 119 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 131 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 134 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 128 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 167 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 105 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 147 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 158 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 185 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 140 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 137 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 144 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inlinestatic |
Definition at line 155 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.
|
inline |
Definition at line 39 of file bindings/python/tasks/task-joint-posVelAcc-bounds.hpp.