export const TRACKING_THRESH = 5.0; // default export const K2_FACTOR = 4.0; // Question: should it be relative to the size of the screen instead of hardcoded? export const ICP_MAX_LOOP = 10; export const ICP_BREAK_LOOP_ERROR_THRESH = 0.1; export const ICP_BREAK_LOOP_ERROR_RATIO_THRESH = 0.99; export const ICP_BREAK_LOOP_ERROR_THRESH2 = 4.0;