소스 검색

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