|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.robotics.engine.clik.ClikJacobianPosInverse javax.robotics.engine.clik.ClikJacobianPosTranspose
public class ClikJacobianPosTranspose
Closed Loop Inverse Kinematics with positional Jacobian transpose. The class
implements the same scheme depicted in
ClikJacobianTranspose
:
The orientation error is not computed.
The integration method used is the forward Euler.
Constructor Summary | |
---|---|
ClikJacobianPosTranspose(Robot robot,
DMatrix Kp,
int spaceDim)
Costructor with default sample time, dt = 1e-3. |
|
ClikJacobianPosTranspose(Robot robot,
DMatrix Kp,
int spaceDim,
double dt)
Costructor. |
Method Summary | |
---|---|
void |
step(RVector pd,
RVector ppd)
Compute the joints position and velocity from a given desired end effector position and velocity. |
Methods inherited from class javax.robotics.engine.clik.ClikJacobianPosInverse |
---|
getCartesianSpaceDim, getEps, getJointsPosition, getJointsVelocity, getKp, getLambdaMax, getPositionError, getSampleTime, setEps, setKp, setLambdaMax, setSampleTime, step |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClikJacobianPosTranspose(Robot robot, DMatrix Kp, int spaceDim)
robot
- the robot.Kp
- the diagonal matrix of error position gain.spaceDim
- the dimension of robot operational space.public ClikJacobianPosTranspose(Robot robot, DMatrix Kp, int spaceDim, double dt)
robot
- the robot.Kp
- the diagonal matrix of error position gain.spaceDim
- the dimension of robot operational space.dt
- the sample time.Method Detail |
---|
public void step(RVector pd, RVector ppd)
step
in interface CLIKR
step
in class ClikJacobianPosInverse
pd
- the vector of desired end effector position.ppd
- the parameter is not considered.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |