Comment update

This commit is contained in:
sander 2016-02-18 00:50:28 +01:00 committed by Lorenz Meier
parent 35044273a2
commit f425068926
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ MAV_MODE_AUTO = 4
start_time = time.time()
elapsed_time = time.time() - start_time
# Connect to the Vehicle, wait_ready will not work on PX4
# Connect to the Vehicle
print "Connecting"
vehicle = connect(connection_string, wait_ready=True)
vehicle.armed = False