Skip to content

Commit

Permalink
Working on switching units in DroneBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaldwin committed Nov 13, 2019
1 parent b59ffae commit a441442
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 1,146 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def droneblocks(path):
if __name__ == "__main__":

# Initialize the drone class
drone = Drone(is_aruco_tracking_enabled=False)
drone = Drone(is_aruco_tracking_enabled=True)

# Camera for stream, photo, video
camera = Camera(drone)
Expand Down
116 changes: 0 additions & 116 deletions droneblocks/dist/blockly/generators/python/droneblocks.js

This file was deleted.

Loading

0 comments on commit a441442

Please sign in to comment.