SPART icon indicating copy to clipboard operation
SPART copied to clipboard

Maybe I find a bug!

Open Mike1425217072 opened this issue 3 years ago • 1 comments

In function [t0dot,tLdot]=Accelerations(t0,tL,P0,pm,Bi0,Bij,u0,um,u0dot,umdot,robot)

line 49, %Base-link Omega0=[SkewSym(t0(1:3)), zeros(3,3); zeros(3,3), zeros(3,3)];

This should be:

Omega0=[SkewSym(t0(1:3)), zeros(3,3); zeros(3,3), SkewSym(t0(1:3))];

right?

Mike1425217072 avatar Nov 16 '20 03:11 Mike1425217072