2021-04-18 #20
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.
-
exp2r
andexp2tr
to convert exponential coordinates (Euler vectors) to SO(3) and SE(3) respectivelyrot2jac
angvelxform
which will be a more generic way to convert angular velocity to/from other representation ratessymbolic/rotation-derivative.ipynb
to automate the generation of these Jacobiansrpy/xyz
rather thanrpy-xyz
to be consistentangvelxform_dot
to compute the derivative of this transform, needed for operational space controlSE3.Exp()
now accepts se(3) matrixSE2
now has.Tx
and.Ty
constructorsr2q
andUnitQuaternion.vec_xyzs
can output a quaternion in the order (vx, vy, vz, s) which is useful for three.js and pybullet (thanks Jesse).printline
method,trprint
,trprint2
do compact printing, you need to pass a fixed width format if you want tabular displayunitvec_norm
now returns(None, None)
if the argument is zero, previously wasNone
Beta Was this translation helpful? Give feedback.
All reactions