add encoder for trackable sub module

This commit is contained in:
2025-03-15 08:32:19 -05:00
parent b3c330640b
commit 07f46432c6
2 changed files with 49 additions and 0 deletions
+2
View File
@@ -1,7 +1,9 @@
import RTTrPM from './motion/rttrpm';
import Trackable from './motion/trackable';
import RTTrPHeader from './rttrp-header';
export const Encoders = {
RTTrPHeader,
RTTrPM,
Trackable,
};