|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Joint
| Method Summary | |
|---|---|
int |
getQDimension()
|
int |
getQDotDimension()
|
int |
getSWidth()
|
void |
jcalc(float[] Xj,
float[] S,
float[] vj,
float[] cj,
float[] q,
float[] qdot)
Calculates Xj, S, vj, cj on the basis of joint DoF q and their velocity qdot |
| Method Detail |
|---|
void jcalc(float[] Xj,
float[] S,
float[] vj,
float[] cj,
float[] q,
float[] qdot)
Xj - output: spatial joint transform by qS - output: joint motion subspace matrix (size 6xn)vj - output: joint spatial velocity (size 6)cj - output: velocity dependent spatial acceleration of the joint (size 6)q - input: joint DoF values (typically size n)qdot - input: time derivative of joint DoF values (typically size n)int getQDimension()
int getQDotDimension()
int getSWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||