#include <task-joint-posture.hpp>
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static math::ConstraintEquality | compute (TaskJoint &self, const double t, const Eigen::VectorXd &q, const Eigen::VectorXd &v, pinocchio::Data &data) |
static void | expose (const std::string &class_name) |
static Eigen::VectorXd | getAcceleration (TaskJoint &self, const Eigen::VectorXd dv) |
static math::ConstraintEquality | getConstraint (const TaskJoint &self) |
static const Eigen::VectorXd & | getDesiredAcceleration (const TaskJoint &self) |
static const Eigen::VectorXd & | getmask (const TaskJoint &self) |
static const Eigen::VectorXd & | Kd (TaskJoint &self) |
static const Eigen::VectorXd & | Kp (TaskJoint &self) |
static std::string | name (TaskJoint &self) |
static const Eigen::VectorXd & | position (const TaskJoint &self) |
static const Eigen::VectorXd & | position_error (const TaskJoint &self) |
static const Eigen::VectorXd & | position_ref (const TaskJoint &self) |
static void | setKd (TaskJoint &self, const ::Eigen::VectorXd Kv) |
static void | setKp (TaskJoint &self, const ::Eigen::VectorXd Kp) |
static void | setmask (TaskJoint &self, const Eigen::VectorXd mask) |
static void | setReference (TaskJoint &self, const trajectories::TrajectorySample &ref) |
static const Eigen::VectorXd & | velocity (const TaskJoint &self) |
static const Eigen::VectorXd & | velocity_error (const TaskJoint &self) |
static const Eigen::VectorXd & | velocity_ref (const TaskJoint &self) |
Definition at line 33 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 102 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 161 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 131 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 112 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 122 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 125 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 154 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 153 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 98 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 141 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 135 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 147 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 158 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 155 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 128 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 118 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 144 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 138 of file bindings/python/tasks/task-joint-posture.hpp.
|
inlinestatic |
Definition at line 150 of file bindings/python/tasks/task-joint-posture.hpp.
|
inline |
Definition at line 38 of file bindings/python/tasks/task-joint-posture.hpp.