Variables | |
| tuple | approxPose = readPose(sys.argv[1]) |
| tuple | max_error = Pose() |
| int | nFails = 0 |
| int | nSuccs = 0 |
| tuple | nTries = int(sys.argv[2]) |
| tuple | resultPose = singleShotClient() |
| list | resultPoses = [] |
| tuple testSingleShot::approxPose = readPose(sys.argv[1]) |
Definition at line 60 of file testSingleShot.py.
| tuple testSingleShot::max_error = Pose() |
Definition at line 47 of file testSingleShot.py.
| int testSingleShot::nFails = 0 |
Definition at line 65 of file testSingleShot.py.
| int testSingleShot::nSuccs = 0 |
Definition at line 66 of file testSingleShot.py.
| tuple testSingleShot::nTries = int(sys.argv[2]) |
Definition at line 64 of file testSingleShot.py.
| tuple testSingleShot::resultPose = singleShotClient() |
Definition at line 70 of file testSingleShot.py.
Definition at line 67 of file testSingleShot.py.