Skip to content

Commit

Permalink
change takeoff 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 9b70a27 commit 3a91b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uavf_2024/gnc/commander_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from uavf_2024.imaging import Perception, PoseProvider, Target3D

TAKEOFF_ALTITUDE = 20.0
TAKEOFF_ALTITUDE = 25.0

class CommanderNode(rclpy.node.Node):
'''
Expand Down

0 comments on commit 3a91b97

Please sign in to comment.