Inverse Kinematics

From Software Product Documentation
Jump to navigation Jump to search
Language:  English  • français • italiano • português • español 

Visual3D models are based on a linked set of rigid segments. Traditional Visual3D models (6 DoF) assumed that segments were implicitly linked by the Motion Capture Data (e.g. segments didn't come apart because the subject didn't come apart) and the joints were modeled with 6 degrees of freedom (e.g. all segments were treated as if they were independent). The mapping of MoCap markers to 6 DOF segments, is a matter of tracking a set of markers that are linked rigidly to the segment. This least squares solution requires the Specification of the Segment Coordinate System and the Tracking of the Pose (position and orientation) of a segment. Essentially this is a straightforward pattern recognition; the pattern (configuration) of the tracking markers are specified in a standing trial, and this pattern is fit to the marker configuration in each frame of MoCap data.

An alternative to the 6 DOF solution is to define joints (e.g. explicitly state which segments are connected by a joint) and to specify the properties of all joints. Because the targets used to track the segments are often subject to measurement error and soft tissue artifact, motion about some of the degrees of freedom maybe much larger than the motion that would be realistically possible. Lu and O’Connor (1999) described a global optimization process where physically realistic joint constraints can be added to the model to minimize the effect of the soft tissue and measurement error. Lu and O’Connor termed this process Global Optimization while others inside the biomechanics community prefer the term Inverse Kinematics (IK is the termed used by Visual3D).

The difference between the traditional Visual3d 6 degree of freedom model and the Inverse Kinematics (IK) model is that constraints can be added between segments that restrict the relative motion between the segments. This is accomplished by creating one or more IK chains.

Inverse kinematics is the process of determining the parameters of a jointed flexible object (a kinematic chain) in order to achieve a desired pose.


An Inverse Kinematics solution is dependent on the choice of hierarchical model because the task is to identify an articulated figure consisting of a set of rigid segments connected with joints. Varying angles of the joints yields an indefinite number of configurations, so in the general case there is no analytic solution


Global Optimization

In Visual3D the Inverse Kinematics problem is solved as a global optimization problem, which computes the pose of a model that best matches the motion capture data in terms of a global criterion.

Defining the IK Constraints

IK chains are created in Visual3d using the IK Constraints tab in the Model builder portion of Visual3d. Prior to creating an IK chain all of this segments that are to be included in the chain must already be defined by in the Segments tab of the Visual3d Model builder.


Theory

Traditionally in Visual3d the motion of segments are fully described by six degrees of freedom (three rotational parameters and three translational parameters); thus the segments are free to move as if there are no constraints at the joints.

Photogrammetric procedures for obtaining measurements of six degree-of-freedom (DOF) segmental motion require that a system of three or more noncolinear points be fixed to each segment. These non-colinear points are used to define orthogonal segment coordinate systems (SCSs) located independently within each of the segments. In addition, an orthogonal laboratory coordinate system (LCS), which is assumed to be stationary, is defined during system calibration.

Measurement of the position and orientation of a local segment coordinate system (SCS) with respect to the laboratory coordinate system (LCS) can be used to completely describe the segment's motion.

where m is equal to the number of targets on the segment ( m > 2). (This solution is adapted from the solution outlined by Spoor & Veldpaus in the Journal of Biomechanics, pp. 391- 393, 1980.).

However, because the targets used to track the segments are often subject to measurement error and soft tissue artifact, the measured motion about some of the degrees of freedom maybe much larger than the motion that would be realistically possible. Lu and O’Connor (1999) described a global optimization process which applies physically realistic joint constraints to the model to minimize the effect of the soft tissue and measurement error. Lu and O’Connor termed this process Global Optimization while other inside the biomechanics community prefer the term Inverse Kinematics. (Inverse Kinematics is the term used by Visual3d but Visual3d’s approach is based on the Lu and O’Connor technique.)

Mathematically Van Den Bogert and Su (2008) described this approach which specifies the configuration of the total body based on a set coordinates q. In this case T and O of equation 1 become a function of all the generalized coordinates:

and the expression that is minimized becomes:

where now mt is the total number of targets on all the segments in the Inverse Kinematics chain.

Segment Weight

When creating an IK chain the user may want to make sure that certain segments follow the tracking targets with a higher degree of accuracy then other segments. For example, the user may want to assure that the distance between the foot (RFT or LFT) and the floor (or force platform if available) remains similar to the values that would be obtained using the tradition Visual3D 6 DoF method. To help with this situation Visual3D lets the user add a weight factor for the mobilizers associated with each segment. (The default weighting factor for all segments is 1.0). Adding weight factors effectively changes equation 3 to:

where n is the number of segments in the IK chain. k_n Is the weight factor for the mobilizers associated with the segment and m is the number of targets used to track that segment.

Boundary Conditions

This functionality is new and has limited documentation.

Here is some preliminary information.

To use the LBFGSB optimizer you first have to setup a traditional Inverse Kinematics model:

Next:

  1. change the optimizer to LBFGSB
  2. Select the segment for which you want to add boundary conditions in the IK Segment List Box. (Not you can only add boundary conditions for degrees of freedom where the mobilizer is checked, If the mobilizer is not check that component of the joint is fixed and not part of the IK solution,)
  3. Select the "Properties" Button to bring up the "IK Degrees of Freedom Property Dialog"
  4. Change the Low and High Range boundary condition for the degree of freedom(s) of interest.
  5. Click OK to accept the changes and close the Dialog.
  6. Build (or Recalc) the Model.

This will now solve the Inverse Kinematic problem within the limits of any boundary conditions you specify.

Kinematic Foot

When using 6 DOF, users commonly create a second kinematic-only foot which represents neutral (0 degrees flexion/extension) as when the foot is aligned with the floor. The reason for this is explained further here.

With an IK model, it is important that the proximal end of the segment be defined as the point of rotation. For this reason, the kinematic only foot segments described in the Foot and Ankle Tutorial may not be appropriate.

The IK Kinematic Foot Tutorial describes kinematic only foot segments which are tracked using the IK POSE estimation.

Retrieved from ""