This commit is contained in:
Oleg Kalachev
2017-11-29 23:08:29 +03:00
parent 95ccdffcdd
commit 15635d28a1

View File

@@ -278,7 +278,7 @@ def handle(req):
current_msg.header.stamp = stamp
current_pub.publish(current_msg)
if req.auto_offboard:
if req.auto_arm:
offboard_and_arm()
return {'success': True}