Computation of the inverse kinematics of system containing constraints (kinematics constraints or user-specified).
For more information, see Robotran theoritical framework.
For running the kinematics, insert the following code in your main script and adapt it to your need :
The inverse kinematics is performed by the function mbs_run_solvekin().
The user specifies the desired options of the inverse kinematics in MbsInvOptions structure. The results are provided in the MbsBuffer structure (par of the MbsSolvekin structure) and written to files at the end of computation. The results is provided in the MBS_solvekin structure.
You should calls succesively