publicstaticfinalintRSLT_FL_RANGE=57;// flight log range (meters)
publicstaticfinalintRSLT_INFINITY=58;// disparity at infinity used for range calculation
publicstaticfinalintRSLT_TARGET_ID=59;// unique target id for the whole sequence of segments. 1 is reserved for the UAS
publicstaticfinalintRSLT_LEN=RSLT_TARGET_ID+1;
publicstaticfinalintRSLT_VEL_AXIAL=60;// axial velocity (positive - away), range derivative (m/s), calculated from the difference to the previous/next series range
publicstaticfinalintRSLT_VEL_LATERAL=61;// lateral velocity ( calculated from angular and RSLT_GRANGE
publicstaticfinalintRSLT_RANGE_LIN=62;// range linear interpolated using previous/next series if the same target is present there