udacity / RoboND-Kinematics-Project

Pick and Place project for RoboND Term 1
MIT License
79 stars 306 forks source link

Fix small notation error in DH Table. #12

Open WuStangDan opened 6 years ago

WuStangDan commented 6 years ago

Starting at 2:32 of KR210 Forward Kinematics 1 video "d(i) is the distance from X(i-1) to X(i) measured along the Z(i) axis." Therefore the distance from Link 0->1 is d(i), not d(i-1). alpha(i-1) and a(i-1) terms are correct as they measure from (i-1) to (i).