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
transform_vectors only changes the representation frame, but dedicated methods for transforming e.g. velocities from one frame to another with the additional option of changing the representation frame are missing.
Positions: transform_points, maybe add a transform_positions convenience method
Orientations: transform_quaternions, maybe add a transform_orientations convenience method
Linear velocities: transform_vectors plus v + omega x p correction for each frame
Angular velocities: transform_vectors plus omega correction for each frame
Linear accelerations: transform_vectors plus correction TBC
Angular accelerations: transform_vectors plus correction TBC
The text was updated successfully, but these errors were encountered:
transform_vectors
only changes the representation frame, but dedicated methods for transforming e.g. velocities from one frame to another with the additional option of changing the representation frame are missing.transform_points
, maybe add atransform_positions
convenience methodtransform_quaternions
, maybe add atransform_orientations
convenience methodtransform_vectors
plusv + omega x p
correction for each frametransform_vectors
plusomega
correction for each frametransform_vectors
plus correction TBCtransform_vectors
plus correction TBCThe text was updated successfully, but these errors were encountered: