mirror of
https://github.com/jwetzell/rttrp-js.git
synced 2026-09-12 01:19:32 +00:00
add encoder for orientation sub modules
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import CentroidPosition from './motion/centroid-position';
|
||||
import OrientationEuler from './motion/orientation-euler';
|
||||
import OrientationQuaternion from './motion/orientation-quaternion';
|
||||
import RTTrPM from './motion/rttrpm';
|
||||
import Trackable from './motion/trackable';
|
||||
import RTTrPHeader from './rttrp-header';
|
||||
@@ -8,4 +10,6 @@ export const Encoders = {
|
||||
RTTrPM,
|
||||
Trackable,
|
||||
CentroidPosition,
|
||||
OrientationQuaternion,
|
||||
OrientationEuler,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user