Skip to content

Commit

Permalink
this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
nguzinski committed Oct 14, 2024
1 parent 67e9a90 commit 5984479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/PythonClient/multirotor/airsim_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
class AirSimApplication:
# Parent class for all airsim client side mission and monitors
def __init__(self):
#implementation of the GCS service
self.gcs = GCSStorageService('droneworld')

self.circular_mission_names = {"FlyInCircle"}
self.polygon_mission_names = {"FlyToPoints", "FlyToPointsGeo"}
self.point_mission_names = {"FlyStraight"}
Expand Down Expand Up @@ -62,6 +64,7 @@ def save_report(self):
pass

def upload_to_gcs(self, file_name, content):
#uses the concrete of
self.gcs.uploadToService(file_name,content)


Expand Down

0 comments on commit 5984479

Please sign in to comment.