Selaa lähdekoodia

Delete test.py

zhm-real 5 vuotta sitten
vanhempi
commit
6472d04285
1 muutettua tiedostoa jossa 0 lisäystä ja 14 poistoa
  1. 0 14
      Sampling-based Planning/rrt_2D/test.py

+ 0 - 14
Sampling-based Planning/rrt_2D/test.py

@@ -1,14 +0,0 @@
-import math
-import numpy as np
-import os
-import sys
-
-sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
-                "/../../Sampling-based Planning/")
-
-from rrt_2D import env
-from rrt_2D import plotting
-from rrt_2D import utils
-
-a = [0, 0]
-r = 1