mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
0144cc121a
Moved more sims into the test directory. refs #191
10 lines
167 B
Python
10 lines
167 B
Python
|
|
def main():
|
|
trick.real_time_enable()
|
|
trick.exec_set_software_frame(0.1)
|
|
trick.sim_control_panel_set_enabled(True)
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|