Skip to content

Commit

Permalink
removed mroe stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcobb committed Jan 18, 2020
1 parent a812c51 commit bc819c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/coms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'''methods neccecary for coms'''
import time
from threading import Thread
import json

class Coms():
Expand Down
4 changes: 1 addition & 3 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
'''main executable for setting up VTOL'''
import json
import os
from dronekit_sitl import SITL
from util import setup_vehicle
from quad import QUAD

def main(configs):
'''Configure vtol and ready for mission'''
vehicle = setup_vehicle(configs, QUAD)
setup_vehicle(configs, QUAD)

if __name__ == '__main__':
with open('configs.json', 'r') as data:
Expand Down

0 comments on commit bc819c2

Please sign in to comment.