mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-11 00:49:37 +00:00
add decoder for orientation submodules
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import CentroidPosition from './motion/centroid-position';
|
||||
import OrientationEuler from './motion/orientation-euler';
|
||||
import OrientationQuaternion from './motion/orientation-quaternion';
|
||||
import RTTrPHeader from './rttrp';
|
||||
|
||||
export const Decoders = {
|
||||
RTTrPHeader,
|
||||
CentroidPosition,
|
||||
OrientationQuaternion,
|
||||
OrientationEuler,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user