AnalyticalInverseKinematics

class compas_fab.backends.AnalyticalInverseKinematics(client=None, solver=None)[source]

Bases: InverseKinematics

Callable to calculate the robot’s inverse kinematics for a given frame.

Parameters

Notes

This works only for industrial robot arms with six revolute joints. If check_collision is True, it is required to use a client that supports "check_collision", so for now only the PyBulletClient.

Methods

inverse_kinematics

Calculate the robot's inverse kinematic (IK) for a given frame.