瀏覽代碼

Delete test.py

zhm-real 5 年之前
父節點
當前提交
6472d04285
共有 1 個文件被更改,包括 0 次插入14 次删除
  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