Esempio n. 1
0
 /// <summary>
 /// Appends the current pose to csv at filepath
 /// </summary>
 public void SaveCurrentPose()
 {
     if (VERBOSE)
     {
         LOG_TAG.TPrint("Saving current pose to " + filepath);
     }
     IOUtility.AppendToFile(filepath, currentPose().ToString());
 }