Skip to content

Conversation

avirup171
Copy link

A small bug was there in tello_control_ui.py where some keyboard press event was not working.
Updated from
def on_keypress_up(self, event): print "forward %d m" % self.distance self.telloMoveForward(self.distance)
to
def on_keypress_up(self, event): print "forward %d m" % self.distance self.telloMoveForward(self.distance_bar.get())

for all events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant