mirror of
https://github.com/nasa/trick.git
synced 2024-12-26 16:21:07 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
11 lines
395 B
Python
11 lines
395 B
Python
|
|
execfile("Modified_data/data_record.dr")
|
|
|
|
|
|
ball2.state.input.mass = trick.sim_services.attach_units("kg" , 10.0)
|
|
ball2.state.input.speed = trick.sim_services.attach_units("m/s" , 3.5)
|
|
ball2.state.input.elevation = trick.sim_services.attach_units("d" , 30.0) ;
|
|
ball2.state.input.position[0] = trick.sim_services.attach_units("m" , [5.0 , 5.0])
|
|
|
|
trick.sim_services.exec_set_terminate_time(300.0)
|