Spaces:
Configuration error
Configuration error
revert to 50 obstacle default
Browse files
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(
|
| 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 |
|