227
227
angular_tol = np.radians(2)
229
229
assert bestpose.is_close(truepose, position_tol, angular_tol), 'Pose is not close enough to true pose'
236
236
if __name__ == '__main__':
244
250
taken = time.time() - start
245
251
print 'Execution time: %.2fs' % taken