Closed dariomangoni closed 3 years ago
It even shows e
being unitless unit vector. Considering e=r/l
with both r
and l
being of unit meter, e
must have no unit. This also corresponds to r0 = e0*s
with e0 = R*e
, where both r0
and s
(joint position, scalar) are of unit meter. Thus, both e
and e0
must be unitless real.
I will change the type of e
corrspondingly.
The parameter
e
of thePlanarMechanics.Joints.Prismatic
component is declared to be of typeDistance
, that in turns embeds the range limitation ofmin=0
; however, sincee=r/l
and assuming thatr
is a generic direction (i.e. not necessarily in the first quadrant) then I think thate
should be of type Position as well.