mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-27 07:29:33 +00:00
f
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user