GitLab | UTCN

Skip to content
Snippets Groups Projects
Commit f7a39c09 authored by Ulici Ioana-Anamaria's avatar Ulici Ioana-Anamaria Committed by Davian Paul Martinovici
Browse files

Adding mass in the constructors of al5d(_mdw)

parent 10e96c28
Branches
No related tags found
1 merge request!2Cloned github repo and added gitlab repo changes
......@@ -91,6 +91,7 @@ class AL5D(DHRobot):
a=a[j],
alpha=alpha[j],
offset=offset[j],
m=mass[j],
r=center_of_mass[j],
I=moments_of_inertia[j],
G=1,
......
......@@ -94,6 +94,7 @@ class AL5D_mdw(DHRobot):
a=a[j],
alpha=alpha[j],
offset=offset[j],
m=mass[j],
r=center_of_mass[j],
I=moments_of_inertia[j],
G=1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment