Searched defs:roll (Results 1 – 1 of 1) sorted by relevance
343 public double roll; field in RVCVXCheckAnalyzer.AttitudeRec787 double roll = (1-alpha) * rec.get(j).roll + alpha * rec.get(j+1).roll; in resampleSensorLog() local790 resampled.get(i).set(timebase.get(i).time, roll, pitch, yaw); in resampleSensorLog() local