Skip to content

Instantly share code, notes, and snippets.

@rfzeg
Created August 17, 2018 15:08
Show Gist options
  • Save rfzeg/77763cebf0016187c86422a662e31198 to your computer and use it in GitHub Desktop.
Save rfzeg/77763cebf0016187c86422a662e31198 to your computer and use it in GitHub Desktop.
Individual Homogeneous Transform Matrix
T0_1 = Matrix([[ cos(q1), -sin(q1), 0, a0],
[sin(q1)*cos(alpha0), cos(q1)*cos(alpha0), -sin(alpha0), -sin(alpha0)*d1],
[sin(q1)*sin(alpha0), cos(q1)*sin(alpha0), cos(alpha0), cos(alpha0)*d1],
[ 0, 0, 0, 1]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment