I want to find the euler angles that allow the transformation from the image on th e left-hand side to the image on the right-hand side (see below). Joints A
and B
have a set of contraints:
- Local coordinate system XYZ given by the angles
[0, 0, 20]
(other joints may have different coordinate systems). I think this is always relative to the origin (I am reading from an .amc and .asf files) - A direction
D
and a lengthL
; - Some joints only allow transformation in one or two axes;
- The points
A
andB
are part of a kinematic chain.
QUESTION:
- How to compute the rotation matrix that allow the transformation from
A
toA'
taking into consideration their local coordinate system and the rotation constraints?
Please Note I am not looking for an inverse kinematics algorithm, in the sense that I already have the joint angles between two segments. I am having trouble to understand how to deal with rotation restrictions, a local coordinate system and direction.