InverseKinematics
- class compas_fab.backends.interfaces.InverseKinematics[source]
Bases:
object
Interface for a Planner’s inverse kinematics feature. Any implementation of
InverseKinematics
must define the methodinverse_kinematics
. The__call__
magic method allows an instance of an implementation ofInverseKinematics
to be treated as itsinverse_kinematics
method. See <https://docs.python.org/3/reference/datamodel.html#object.__call__> and <https://en.wikipedia.org/wiki/Function_object#In_Python>.Methods
Calculate the robot's inverse kinematic for a given frame.