Skip to content

Commit

Permalink
Merge pull request #1 from wavelab/restore_python2.7_compatibility
Browse files Browse the repository at this point in the history
removed the python 3 function annotation
  • Loading branch information
TranBrian10 authored May 8, 2018
2 parents 2b37d53 + d83e075 commit 7b1583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonClient/AirSimClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def hover(self):


# query vehicle state
def getMultirotorState(self) -> MultirotorState:
def getMultirotorState(self):
return MultirotorState.from_msgpack(self.client.call('getMultirotorState'))
def getPosition(self):
return Vector3r.from_msgpack(self.client.call('getPosition'))
Expand Down

0 comments on commit 7b1583b

Please sign in to comment.