10 from __future__
import print_function
22 print(*args, **kvargs)
26 kvargs[
'file'] = sys.stderr
27 print(*args, **kvargs)
33 Wait until establishing FCU connection 35 from mavros_msgs.msg
import State
40 except rospy.ROSException
as e:
43 connected = threading.Event()
48 sub = rospy.Subscriber(
54 return connected.wait(timeout)
def wait_fcu_connection(timeout=None)
def print_if(cond, args, kvargs)