Update
This commit is contained in:
parent
9fc322cb36
commit
2b1db88e32
@ -105,6 +105,7 @@ class DroneKitComms:
|
||||
def go_to_heading(self, heading):
|
||||
data = {'pickup_heading': heading}
|
||||
_ = self.make_request(self.goto_heading_endpoint, data)
|
||||
return True
|
||||
|
||||
def set_arm(self):
|
||||
_ = self.make_request(self.arm_endpoint)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user