Skip to content

Commit

Permalink
fixed connection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Wiesen committed Aug 17, 2022
1 parent 3f85056 commit 76d3de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tello/tello/tello_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, node):
self.node.get_logger().info('Tello: Connecting to drone')

self.tello = Tello()
self.tello.connect()
self.tello.connect(False)

self.node.get_logger().info('Tello: Connected to drone')

Expand Down Expand Up @@ -353,4 +353,4 @@ def main(args=None):
rclpy.shutdown()

if __name__ == '__main__':
main()
main()

0 comments on commit 76d3de5

Please sign in to comment.