Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tariq Abusheikh committed Dec 5, 2019
1 parent a2575ef commit 551bfbc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion demos/search.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from fly_tello import FlyTello


#
# SIMPLE EXAMPLE - TWO TELLOs INDEPENDENTLY SEARCHING FOR MISSION PADS, IN AN OUTWARD SPIRAL PATTERN.
#
Expand Down
2 changes: 0 additions & 2 deletions demos/status.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from fly_tello import FlyTello

my_tellos = list()

#
# SIMPLE EXAMPLE - MOST BASIC FLIGHT TO SHOW STATUS MESSAGES
#
Expand Down
1 change: 0 additions & 1 deletion emergency_stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def send_command(command, possible_addr, control_socket, control_port):


def initialise(first_ip, last_ip, control_port, possible_addr):

# Create socket for communication with Tello
control_socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) # socket for sending cmd
control_socket.bind(('', control_port))
Expand Down

0 comments on commit 551bfbc

Please sign in to comment.