Skip to content

Commit

Permalink
removed the python 3 function annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
TranBrian10 committed May 8, 2018
1 parent 2b37d53 commit d83e075
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 d83e075

Please sign in to comment.