Adds the tesseract.py module to general_robotics_toolbox. This module contains the TesseractRobot class that can convert a Robot structure to a Tesseract environment that has accelerated kinematics functions. Supported functions include fwdkin(), invkin(), and jacobian(). Supported inverse kinematics algorithms include KDLInvKinChainLMA, KDLInvKinChainNR, OPWInvKin, and URInvKin. OPWInvKin is the solver for standard 6 axis industrial robots with spherical wrists.
Adds the tesseract.py module to general_robotics_toolbox. This module contains the
TesseractRobot
class that can convert aRobot
structure to a Tesseract environment that has accelerated kinematics functions. Supported functions include fwdkin(), invkin(), and jacobian(). Supported inverse kinematics algorithms include KDLInvKinChainLMA, KDLInvKinChainNR, OPWInvKin, and URInvKin. OPWInvKin is the solver for standard 6 axis industrial robots with spherical wrists.Run
to install Tesseract support.