Home
last modified time | relevance | path

Searched refs:roll (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java339 public double roll; field in RVCVXCheckAnalyzer.AttitudeRec
346 roll = aroll; in AttitudeRec()
354 roll = rpy[0]; in AttitudeRec()
362 roll = rec.time; in assign()
370 roll = rec.time; in assign()
378 roll = aroll; in set()
562 w.write(String.format("%f %f %f %f\r\n", r.time, r.roll, r.pitch, r.yaw)); in dumpAttitudeRecs()
646 diff = ra.get(i).roll - rb.get(i).roll; // they always opposite of each other.. in calcMaxErr()
695 diff = ra.get(i).roll - rb.get(i).roll; in calcSqrErr()
732 rerr.add(new AttitudeRec(ra.get(i).time, ra.get(i).roll - rb.get(i).roll, in dumpAttitudeError()
[all …]