Flightlib2: return empty navigate back

This commit is contained in:
Arthur Golubtsov
2019-03-22 09:11:25 +00:00
parent 6c849d5321
commit 1edae132ba

View File

@@ -236,7 +236,8 @@ def takeoff(z=1.0, speed=0.8, frame_id='body', freq=FREQUENCY,
module_logger.info("Arming, going to OFFBOARD mode")
# Arming check
arming(True)
#arming(True)
navigate(frame_id=frame_id, speed=speed, auto_arm=True)
telemetry = get_telemetry(frame_id=frame_id)
rate = rospy.Rate(freq)
time_start = rospy.get_rostime()