You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 44 in src/acrobot.jl says " m12 = m2*(l2^2 + l1l2c2 + J2) ".
Since it's a term in the mass matrix, shouldn't the unit be kg m^2? Should it be " m12 = m2(l2^2 + l1l2c2) + J2 " instead?