Compare commits
No commits in common. "2a3760ebb4cca50c7bb3cf3ca4ad090fcdc9bc84" and "0926a14dfdb5fb61eadf6319c216b3c53e292eae" have entirely different histories.
2a3760ebb4
...
0926a14dfd
|
|
@ -56,8 +56,6 @@ j=1;
|
||||||
Vlinear(:, j+1) = BodyVelToLinearVel(V2(:,j+1),G(:,:,j)*M12);
|
Vlinear(:, j+1) = BodyVelToLinearVel(V2(:,j+1),G(:,:,j)*M12);
|
||||||
j=2;
|
j=2;
|
||||||
Vlinear(:, j+1) = BodyVelToLinearVel(V2(:,j+1),G(:,:,j)*M23);
|
Vlinear(:, j+1) = BodyVelToLinearVel(V2(:,j+1),G(:,:,j)*M23);
|
||||||
%% Check if screw method is equal to regressor
|
|
||||||
isequal(simplify(tau),simplify(tau_mat))
|
|
||||||
%% Numerical
|
%% Numerical
|
||||||
clear pi;
|
clear pi;
|
||||||
ndof = robot.ndof;
|
ndof = robot.ndof;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue