karansher / computer-graphics-kinematics

Computer Graphics Assignment about Kinematics
0 stars 0 forks source link

Forward Kinematics Angle Restrictions? #3

Open MurraySmith27 opened 1 year ago

MurraySmith27 commented 1 year ago

Should we cap each bone's angle limits (xzx_min and xzx_max) in forward_kinematics when we're computing the transforms?

Or are these fields only for the inverse kinematics portions?