Class ApproximateJacobianScrewTheory
java.lang.Object
com.marginallyclever.ro3.node.nodes.limbsolver.ApproximateJacobian
com.marginallyclever.ro3.node.nodes.limbsolver.ApproximateJacobianScrewTheory
Given the current pose of the robot, find the approximate jacobian, which describe the relationship between joint
velocity and cartesian velocity. This version uses screw theory.
-
Constructor Summary
ConstructorDescriptionGiven the current pose of the robot, find the approximate jacobian. -
Method Summary
Methods inherited from class com.marginallyclever.ro3.node.nodes.limbsolver.ApproximateJacobian
getCartesianFromJoint, getCoriolisTerm, getJacobian, getJointFromCartesian, getTimeDerivative, toString
-
Constructor Details
-
ApproximateJacobianScrewTheory
Given the current pose of the robot, find the approximate jacobian.- Parameters:
arm
- the robot to analyze.
-