Skip to content

Commit

Permalink
change dropzone altitude to 25 meters
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley committed Jun 26, 2024
1 parent 25caf49 commit 900f5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uavf_2024/gnc/dropzone_planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import math
from uavf_2024.imaging.tracker import TargetTracker
from uavf_2024.gnc.util import is_inside_bounds_local
altitude = 20.0
altitude = 25.0

class DropzonePlanner:
'''
Expand Down

0 comments on commit 900f5e7

Please sign in to comment.