2021-05-23 #23
petercorke
started this conversation in
Changes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
convert between SE3 and SO3: use
SE3(X)
orSO3(X)
can now take
angdist
between SE3 instancessome changes to Plucker class:
PQ
is nowTwoPoints
,Planes
is nowTwoPlanes
closest_to_point
(wasclosest
) and point on line closest to another lineclosest_to_line
.angvelxform
convert angular velocity to RPY, Euler, exponential coordinate ratesangvelxform_dot
which maps angular acceleration to RPY, Euler, exponential coordinate accelerationbase/graphics, added ability to plot cuboid, cylinder and homogeneous line. Call signatures are now much more uniform, so quite a few changes but doco is unto date.
base and tests/base is now formatted using black
Beta Was this translation helpful? Give feedback.
All reactions