mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
parent
6ddcd9971c
commit
ae55e7f5ab
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
dyn.balloon.pos[0] = 0
|
||||
#dyn.balloon.pos[1] = 136.89
|
||||
|
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
# Variable Server Data should be copied at top of frame.
|
||||
trick.var_set_copy_mode(2)
|
||||
|
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
# Variable Server Data should be copied at top of frame.
|
||||
trick.var_set_copy_mode(2)
|
||||
|
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
# Variable Server Data should be copied at top of frame.
|
||||
trick.var_set_copy_mode(2)
|
||||
|
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
# Variable Server Data should be copied at top of frame.
|
||||
trick.var_set_copy_mode(2)
|
||||
|
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
# Variable Server Data should be copied at top of frame.
|
||||
trick.var_set_copy_mode(2)
|
||||
|
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
# Variable Server Data should be copied at top of frame.
|
||||
trick.var_set_copy_mode(2)
|
||||
|
@ -1,4 +1,4 @@
|
||||
execfile("Modified_data/realtime.py")
|
||||
exec(open("./Modified_data/realtime.py").read())
|
||||
|
||||
dyn.lander.pos[0] = 0
|
||||
dyn.lander.pos[1] = 1.8
|
||||
|
Loading…
Reference in New Issue
Block a user