heyoujue commited on
Commit
01a6d97
·
1 Parent(s): 0dbe5a4

revert to 50 obstacle default

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -3,7 +3,7 @@ from planners.path_planner import rrt_planner
3
  from planners.trajectory_generator import plan_trajectory_through_path, plot_trajectory
4
  from plot_plotly import plot_cylinders
5
 
6
- env = FlightEnvironment(200)
7
  start = (1,2,0)
8
  goal = (18,18,3)
9
 
 
3
  from planners.trajectory_generator import plan_trajectory_through_path, plot_trajectory
4
  from plot_plotly import plot_cylinders
5
 
6
+ env = FlightEnvironment(50)
7
  start = (1,2,0)
8
  goal = (18,18,3)
9