#include <JointPath.h>
Definition at line 26 of file JointPath.h.
◆ JointPath() [1/3]
◆ JointPath() [2/3]
JointPath::JointPath |
( |
Link * |
base, |
|
|
Link * |
end |
|
) |
| |
◆ JointPath() [3/3]
JointPath::JointPath |
( |
Link * |
end | ) |
|
◆ ~JointPath()
JointPath::~JointPath |
( |
| ) |
|
|
virtual |
◆ baseLink()
Link* hrp::JointPath::baseLink |
( |
| ) |
const |
|
inline |
◆ calcForwardKinematics()
void hrp::JointPath::calcForwardKinematics |
( |
bool |
calcVelocity = false , |
|
|
bool |
calcAcceleration = false |
|
) |
| const |
|
inline |
◆ calcInverseKinematics() [1/2]
◆ calcInverseKinematics() [2/2]
◆ calcJacobian()
◆ calcJacobianDot()
◆ empty()
bool hrp::JointPath::empty |
( |
void |
| ) |
const |
|
inline |
◆ endLink()
Link* hrp::JointPath::endLink |
( |
| ) |
const |
|
inline |
◆ extractJoints()
void JointPath::extractJoints |
( |
| ) |
|
|
private |
◆ find() [1/2]
bool JointPath::find |
( |
Link * |
base, |
|
|
Link * |
end |
|
) |
| |
◆ find() [2/2]
bool JointPath::find |
( |
Link * |
end | ) |
|
◆ hasAnalyticalIK()
bool JointPath::hasAnalyticalIK |
( |
| ) |
|
|
virtual |
◆ initialize()
◆ isJointDownward()
bool hrp::JointPath::isJointDownward |
( |
int |
index | ) |
const |
|
inline |
◆ Jacobian()
dmatrix hrp::JointPath::Jacobian |
( |
| ) |
const |
|
inline |
◆ joint()
Link* hrp::JointPath::joint |
( |
int |
index | ) |
const |
|
inline |
◆ numJoints()
unsigned int hrp::JointPath::numJoints |
( |
| ) |
const |
|
inline |
◆ onJointPathUpdated()
void JointPath::onJointPathUpdated |
( |
| ) |
|
|
protectedvirtual |
◆ setBestEffortIKMode()
void JointPath::setBestEffortIKMode |
( |
bool |
on | ) |
|
|
virtual |
◆ setMaxIKError()
void JointPath::setMaxIKError |
( |
double |
e | ) |
|
|
virtual |
◆ isBestEffortIKMode
bool hrp::JointPath::isBestEffortIKMode |
|
protected |
◆ joints
std::vector<Link*> hrp::JointPath::joints |
|
private |
◆ linkPath
◆ maxIKErrorSqr
double hrp::JointPath::maxIKErrorSqr |
|
protected |
◆ numUpwardJointConnections
int hrp::JointPath::numUpwardJointConnections |
|
private |
The documentation for this class was generated from the following files: