Kinematics

CoppeliaSim's kinematics functionality is very powerful, flexible and allows handling virtually any type of mechanism in inverse kinematics mode (IK mode) or forward kinematics mode (FK mode). It is operated via the Coppelia Kinematics Routines (a collection of c++ functions that can be embedded into stand-alone applications), wrapped into the kinematics plugin.

The problem of IK can be seen as the one of finding the joint values corresponding to some specific position and/or orientation of a given body element (generally the end effector). More generally, it is a transformation from the task space coordinates into the joint space coordinates. For a serial manipulator for instance, the problem would be to find the value of all joints in the manipulator given the position (and/or orientation) of the end effector. The inverse problem - finding the end effector position and/or orientation given the joint values - is referred to as FK problem and is often perceived as an easier task than IK. This is surely true when dealing with open kinematic chains, but does not hold true for general type mechanical configurations as following one for instance:

[Non-trivial FK problem: knowing the joint values indicated by the arrows, the end effector position and orientation is sought]


The kinematics functionality is available via the kinematics plugin: it allows setting up complex kinematics tasks in a separate IK environment, for nice isolation from the other aspects a simulation model might be involved with (e.g. dynamics, etc.)

IK groups containing IK elements are used to handle IK and FK tasks within CoppeliaSim:

  • Basics on IK groups and IK elements
  • Solving IK and FK for any type of mechanism
  • Also make sure to have a look at the inverse kinematics tutorial, and the various example scenes in folder scenes/kinematics.