Compare commits
2 Commits
0926a14dfd
...
2a3760ebb4
| Author | SHA1 | Date |
|---|---|---|
|
|
2a3760ebb4 | |
|
|
599ffa1af8 |
|
|
@ -56,6 +56,8 @@ j=1;
|
|||
Vlinear(:, j+1) = BodyVelToLinearVel(V2(:,j+1),G(:,:,j)*M12);
|
||||
j=2;
|
||||
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
|
||||
clear pi;
|
||||
ndof = robot.ndof;
|
||||
|
|
|
|||
Loading…
Reference in New Issue