Searched refs:yaw (Results 1 – 1 of 1) sorted by relevance
244 min_yaw_offset = vrecs.get(0).yaw - srecs2.get(0).yaw; in processDataSet()341 public double yaw; field in RVCVXCheckAnalyzer.AttitudeRec348 yaw = ayaw; in AttitudeRec()356 yaw = rpy[2]; in AttitudeRec()364 yaw = rec.yaw; in assign()372 yaw = rec.yaw; in assign()380 yaw = ayaw; in set()562 w.write(String.format("%f %f %f %f\r\n", r.time, r.roll, r.pitch, r.yaw)); in dumpAttitudeRecs()612 i.yaw = -i.yaw; in fixFlippedAxis()652 diff = Math.abs(((4*Math.PI + ra.get(i).yaw - rb.get(i).yaw)%(2*Math.PI)) in calcMaxErr()[all …]