Searched refs:yaw_max_error (Results 1 – 2 of 2) sorted by relevance
81 public static final float yaw_max_error = 0.5f; field in RVCVXCheckTestActivity.Criterion203 getReportLog().addValue("Yaw error MAX", mReport.yaw_max_error, in activitySetUp()230 mReport.yaw_rms_error, mReport.yaw_max_error, in activitySetUp()336 Assert.assertEquals("Yaw max error", 0.0, mReport.yaw_max_error, in test3YawAxis()337 Criterion.yaw_max_error); in test3YawAxis()
97 public double yaw_max_error; field in RVCVXCheckAnalyzer.AnalyzeReport148 writer.name("yaw_max_error").value(yaw_max_error); in writeJSONToStream()264 report.yaw_max_error = calcMaxErr(vrecs, srecs2, 2); in processDataSet()