Searched refs:getPathMarkers (Results 1 – 4 of 4) sorted by relevance
72 …istances = calculatePathDistance(mReferencePath.getCurrentPath(), mReferencePath.getPathMarkers()); in Test()133 mReferencePath.getPathMarkers().get(i).getCoordinates(), in markerTest()134 mTestPath.getPathMarkers().get(i).getCoordinates()); in markerTest()164 mReferencePath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()166 mTestPath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()181 …mTestPathDistances = calculatePathDistance(mTestPath.getCurrentPath(), mTestPath.getPathMarkers()); in pathTest()270 return mTestPath.getPathMarkers(); in getTestPathMarkers()277 return mTestPath.getPathMarkers().size(); in getTestPathMarkersSize()
121 mTestPath.getPathMarkers().get(markerLocation).getCoordinates()); in recordTimerTestResults()181 … rotationQuaternion, location, mReferencePath.getPathMarkers(), mDistanceOfPathToFail); in getRotationData()
130 float[] initialCoords = mReferencePath.getPathMarkers().get(0).getCoordinates(); in addPoseDataToPath()330 return mReferencePath.getPathMarkers(); in getReferencePathMarkers()
109 public ArrayList<Waypoint> getPathMarkers() { in getPathMarkers() method in Path