Class ApproximateJacobianScrewTheory

java.lang.Object
com.marginallyclever.ro3.node.nodes.limbsolver.ApproximateJacobian
com.marginallyclever.ro3.node.nodes.limbsolver.ApproximateJacobianScrewTheory

public class ApproximateJacobianScrewTheory extends ApproximateJacobian
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 Details

    • ApproximateJacobianScrewTheory

      public ApproximateJacobianScrewTheory(Limb arm)
      Given the current pose of the robot, find the approximate jacobian.
      Parameters:
      arm - the robot to analyze.