This commit is contained in:
Artem30801
2019-01-27 19:05:50 +03:00
parent 0b080c7189
commit 58dbaa1f10

View File

@@ -65,7 +65,8 @@ if __name__ == '__main__':
read_animation_file()
takeoff()
first_frame = get_frames()[0]
takeoff(round(float(first_frame['x']), 4), round(float(first_frame['y']), 4), round(float(first_frame['z']), 4))
#FlightLib.reach()
for frame in frames:
time.sleep(0.1)