Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/mdl_ur10.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
% qr arm along +ve x-axis configuration
%
% Reference::
% - https://www.universal-robots.com/how-tos-and-faqs/faq/ur-faq/actual-center-of-mass-for-robot-17264/
% - https://www.universal-robots.com/articles/ur/parameters-for-calculations-of-kinematics-and-dynamics/
%
% Notes::
% - SI units of metres are used.
Expand Down
2 changes: 1 addition & 1 deletion models/mdl_ur3.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
% qr arm along +ve x-axis configuration
%
% Reference::
% - https://www.universal-robots.com/how-tos-and-faqs/faq/ur-faq/actual-center-of-mass-for-robot-17264/
% - https://www.universal-robots.com/articles/ur/parameters-for-calculations-of-kinematics-and-dynamics/
%
% Notes::
% - SI units of metres are used.
Expand Down
4 changes: 2 additions & 2 deletions models/mdl_ur5.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
% qr arm along +ve x-axis configuration
%
% Reference::
% - https://www.universal-robots.com/how-tos-and-faqs/faq/ur-faq/actual-center-of-mass-for-robot-17264/
% - https://www.universal-robots.com/articles/ur/parameters-for-calculations-of-kinematics-and-dynamics/
%
% Notes::
% - SI units of metres are used.
Expand Down Expand Up @@ -48,7 +48,7 @@
% robot length values (metres)
a = [0, -0.42500, -0.39225, 0, 0, 0]';

d = [0.089459, 0, 0, 0.10915, 0.09465, 0.0823]';
d = [0.089159, 0, 0, 0.10915, 0.09465, 0.0823]';

alpha = [1.570796327, 0, 0, 1.570796327, -1.570796327, 0]';

Expand Down