#include <tsid/bindings/python/tasks/task-two-frames-equality.hpp>
|
| template<class PyClass> |
| void | visit (PyClass &cl) const |
|
| static std::string | name (TaskFrames &self) |
| static math::ConstraintEquality | compute (TaskFrames &self, const double t, const Eigen::VectorXd &q, const Eigen::VectorXd &v, pinocchio::Data &data) |
| static math::ConstraintEquality | getConstraint (const TaskFrames &self) |
| static const Eigen::VectorXd & | getDesiredAcceleration (const TaskFrames &self) |
| static Eigen::VectorXd | getAcceleration (TaskFrames &self, const Eigen::VectorXd dv) |
| static const Eigen::VectorXd & | position_error (const TaskFrames &self) |
| static const Eigen::VectorXd & | velocity_error (const TaskFrames &self) |
| static const Eigen::VectorXd & | Kp (TaskFrames &self) |
| static const Eigen::VectorXd & | Kd (TaskFrames &self) |
| static void | setKp (TaskFrames &self, const ::Eigen::VectorXd Kp) |
| static void | setKd (TaskFrames &self, const ::Eigen::VectorXd Kv) |
| static void | getMask (TaskFrames &self) |
| static void | setMask (TaskFrames &self, const ::Eigen::VectorXd mask) |
| static Eigen::VectorXd | frame_id1 (TaskFrames &self) |
| static Eigen::VectorXd | frame_id2 (TaskFrames &self) |
| static void | expose (const std::string &class_name) |
◆ compute()
template<typename TaskFrames>
◆ expose()
template<typename TaskFrames>
◆ frame_id1()
template<typename TaskFrames>
◆ frame_id2()
template<typename TaskFrames>
◆ getAcceleration()
template<typename TaskFrames>
◆ getConstraint()
template<typename TaskFrames>
◆ getDesiredAcceleration()
template<typename TaskFrames>
◆ getMask()
template<typename TaskFrames>
◆ Kd()
template<typename TaskFrames>
◆ Kp()
template<typename TaskFrames>
◆ name()
template<typename TaskFrames>
◆ position_error()
template<typename TaskFrames>
◆ setKd()
template<typename TaskFrames>
◆ setKp()
template<typename TaskFrames>
◆ setMask()
template<typename TaskFrames>
◆ velocity_error()
template<typename TaskFrames>
◆ visit()
template<typename TaskFrames>
template<class PyClass>
The documentation for this struct was generated from the following file: