Shuo Li commited on
Commit
df1f00b
·
1 Parent(s): f12661e

remove astar

Browse files
Files changed (1) hide show
  1. main.py +1 -2
main.py CHANGED
@@ -1,5 +1,4 @@
1
  from flight_environment import FlightEnvironment
2
- from path_planner import AStarPlanner
3
 
4
  env = FlightEnvironment(50)
5
  start = (1,2,0)
@@ -51,4 +50,4 @@ env.plot_cylinders(path)
51
  # 1) the 3D path visualization, and
52
  # 2) the trajectory plot.
53
  #
54
- # You must also include the link to your GitHub/GitLab repository in your written report.
 
1
  from flight_environment import FlightEnvironment
 
2
 
3
  env = FlightEnvironment(50)
4
  start = (1,2,0)
 
50
  # 1) the 3D path visualization, and
51
  # 2) the trajectory plot.
52
  #
53
+ # You must also include the link to your GitHub/GitLab repository in your written report.