Hi Yorkesh,
In Dexterit-E Explorer, in the list of available kinematics there is a line that says "Derived channels". Everything below that line are values we calculate when the file is loaded, everything above that line is data saved in the exam file.
Shoulder and elbow angles for Exoskeleton data (again, for End-Point robots this does not make sense) are:
Right_ShoAng = Right_L1Ang;
Right_ElbAng = Right_L2Ang - Right_L1Ang;Left_ShoAng = pi - Left_L1Ang;
Left_ElbAng = -1* (Left_L2Ang - Left_L1Ang);
This definition matches the shoulder and elbow angles that are available in a running task as part of the KINdata_bus. That is to say, these are outer shoulder and outer elbow angles. Running this task will show you exactly what these angles mean:
https://kinarm.com/download/robot-data-visualization-demo/
All the best,
Duncan
Please login or Register to submit your answer