Skip to content

Commit

Permalink
wait a bit longer between intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 8, 2024
1 parent d30446b commit 2919a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spf/mavlink/mavlink_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def run_planner(self):
self.turn_off_hardware_safety()
self.arm()
self.single_operation_mode_off()
time.sleep(2)
time.sleep(10)
logging.info("DRONE IS READY TO ROLL")

# for point in self.boundary:
Expand Down

0 comments on commit 2919a11

Please sign in to comment.