|
Blender V5.0
|
#include <jacobian.hpp>
Public Member Functions | |
| Jacobian (unsigned int size, unsigned int nr=1) | |
| Jacobian (const Jacobian &arg) | |
| Jacobian & | operator= (const Jacobian &arg) |
| bool | operator== (const Jacobian &arg) |
| bool | operator!= (const Jacobian &arg) |
| ~Jacobian () | |
| double | operator() (int i, int j) const |
| double & | operator() (int i, int j) |
| unsigned int | rows () const |
| unsigned int | columns () const |
Public Attributes | |
| Twist * | twists |
Friends | |
| class | ChainJntToJacSolver |
| bool | Equal (const Jacobian &a, const Jacobian &b, double eps=epsilon) |
| void | SetToZero (Jacobian &jac) |
| void | changeRefPoint (const Jacobian &src1, const Vector &base_AB, Jacobian &dest) |
| void | changeBase (const Jacobian &src1, const Rotation &rot, Jacobian &dest) |
| void | changeRefFrame (const Jacobian &src1, const Frame &frame, Jacobian &dest) |
Definition at line 32 of file jacobian.hpp.
Definition at line 29 of file jacobian.cpp.
References twists.
Referenced by changeBase, changeRefFrame, changeRefPoint, Equal, Jacobian(), operator!=(), operator=(), operator==(), and SetToZero.
| KDL::Jacobian::Jacobian | ( | const Jacobian & | arg | ) |
Definition at line 35 of file jacobian.cpp.
References columns(), i, Jacobian(), and twists.
| KDL::Jacobian::~Jacobian | ( | ) |
Definition at line 54 of file jacobian.cpp.
References twists.
| unsigned int KDL::Jacobian::columns | ( | ) | const |
Definition at line 76 of file jacobian.cpp.
Referenced by Equal, Jacobian(), KDL::ChainJntToJacSolver::JntToJac(), KDL::TreeJntToJacSolver::JntToJac(), KDL::JntArray::MultiplyJacobian, and KDL::operator<<().
| bool KDL::Jacobian::operator!= | ( | const Jacobian & | arg | ) |
Definition at line 116 of file jacobian.cpp.
References Equal, and Jacobian().
| double & KDL::Jacobian::operator() | ( | int | i, |
| int | j ) |
| double KDL::Jacobian::operator() | ( | int | i, |
| int | j ) const |
Definition at line 44 of file jacobian.cpp.
References assert, i, Jacobian(), and twists.
| bool KDL::Jacobian::operator== | ( | const Jacobian & | arg | ) |
Definition at line 111 of file jacobian.cpp.
References Equal, and Jacobian().
| unsigned int KDL::Jacobian::rows | ( | ) | const |
Definition at line 71 of file jacobian.cpp.
Referenced by Equal, and KDL::operator<<().
|
friend |
Definition at line 34 of file jacobian.hpp.
References ChainJntToJacSolver.
Referenced by ChainJntToJacSolver.
Definition at line 95 of file jacobian.cpp.
References assert, i, Jacobian(), rot, and twists.
Definition at line 103 of file jacobian.cpp.
References assert, i, Jacobian(), and twists.
Definition at line 87 of file jacobian.cpp.
References assert, i, Jacobian(), KDL::Twist::RefPoint(), and twists.
Definition at line 121 of file jacobian.cpp.
References b, columns(), eps, KDL::Equal(), i, Jacobian(), rows(), and twists.
Referenced by operator!=(), and operator==().
|
friend |
Definition at line 81 of file jacobian.cpp.
References i, Jacobian(), KDL::SetToZero(), and twists.
| Twist* KDL::Jacobian::twists |
Definition at line 39 of file jacobian.hpp.
Referenced by changeBase, changeRefFrame, changeRefPoint, Equal, Jacobian(), Jacobian(), KDL::ChainJntToJacSolver::JntToJac(), KDL::TreeJntToJacSolver::JntToJac(), operator()(), operator()(), operator=(), SetToZero, and ~Jacobian().