mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
7bc6ab74a8
* added SIM_singlerigidbody * Removed a few sections in the README file * Removed the sims directory * Added shutdown job and made minor changes to body.cpp --------- Co-authored-by: Wallace <bnwalla1@scooby.trick.gov>
13 lines
273 B
Python
13 lines
273 B
Python
|
|
trick.frame_log_on()
|
|
trick.real_time_enable()
|
|
trick.exec_set_software_frame(0.033)
|
|
trick.itimer_enable()
|
|
|
|
trick.exec_set_enable_freeze(True)
|
|
#trick.exec_set_freeze_command(True)
|
|
|
|
#simControlPanel = trick.SimControlPanel()
|
|
#trick.add_external_application(simControlPanel)
|
|
|