Class ApproximateJacobian

java.lang.Object
com.marginallyclever.convenience.approximatejacobian.ApproximateJacobian
Direct Known Subclasses:
ApproximateJacobianFiniteDifferences, ApproximateJacobianScrewTheory

public abstract class ApproximateJacobian extends Object
ApproximateJacobian is used to calculate the Jacobian matrix for a robot arm. Each implementation can derive this class and fill in the jacobian matrix.

This class provides several functionalities:

  • It can get the inverse Jacobian matrix.
  • It can get the joint velocity from the Cartesian velocity.
  • It can get the Cartesian velocity from the joint velocity.
  • It can get the Jacobian matrix.
  • It can get the time derivative of the Jacobian matrix.
  • It can get the Coriolis term.