Searched refs:yaw_rms_error (Results 1 – 2 of 2) sorted by relevance
81 public static final float yaw_rms_error = 0.25f; field in RVCVXCheckTestActivity.Criterion201 getReportLog().addValue("Yaw error RMS", mReport.yaw_rms_error, in activitySetUp()235 mReport.yaw_rms_error, mReport.yaw_max_error, in activitySetUp()335 assertLessThan("Yaw RMS error", mReport.yaw_rms_error, Criterion.yaw_rms_error); in test3YawAxis()
95 public double yaw_rms_error; field in RVCVXCheckAnalyzer.AnalyzeReport149 writer.name("yaw_rms_error").value(yaw_rms_error); in writeJSONToStream()264 report.yaw_rms_error = Math.sqrt(calcSqrErr(vrecs, srecs2, 2)); in processDataSet()