Go to the source code of this file.
Namespaces | |
reorderCsvs | |
Functions | |
def | reorderCsvs.calculateTotal (content) |
def | reorderCsvs.isNumber (s) |
def | reorderCsvs.isToRemove (line) |
def | reorderCsvs.reorderCsvs (path) |
def | reorderCsvs.reorderFile (file) |
def | reorderCsvs.roundAllValues (content) |
Variables | |
list | reorderCsvs.order = ["Zustand", "state", "ObjectSearchInit", "DirectSearchInit", "SearchInit", "SceneRecognition", "PosePrediction", "CropBoxGeneration", "NBVSetPointCloud", "GetGoalCameraPose", "NextBestView", "GenerateRandomPose", "MoveBase", "FakeMoveBase", "MovePTU", "PTUPoseCorrection", "FrustumViz", "VisualizeWaypoints", "ObjectDetection", "NextBestViewUpdate", "CropboxStateRecording", "GridInitStateRecording", "CheckSearchFinished", "Total", "MovedDistance"] |
reorderCsvs.path = str(raw_input("Enter path: ")) | |
list | reorderCsvs.toRemove = ["ObjectSearchInit", "DirectSearchInit", "SearchInit", "FrustumViz", "VisualizeWaypoints", "CheckSearchFinished", "Total"] |