mirror of
https://github.com/nasa/trick.git
synced 2025-01-05 04:44:16 +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.
21 lines
736 B
D
21 lines
736 B
D
/********************************* TRICK HEADER *******************************
|
|
PURPOSE:
|
|
(Ball model EOM state parameter default initialization data.)
|
|
REFERENCE:
|
|
(((Bailey, R.W, and Paddock, E.J.)
|
|
(Trick Simulation Environment) (NASA:JSC #37943)
|
|
(JSC/Engineering Directorate/Automation, Robotics and Simulation Division)
|
|
(March 1997)))
|
|
ASSUMPTIONS AND LIMITATIONS:
|
|
((2-D Space)
|
|
(Translational EOM only))
|
|
PROGRAMMERS:
|
|
(((Your Name) (Company Name) (Date) (Trick tutorial)))
|
|
*******************************************************************************/
|
|
|
|
BSTATE.input.mass {kg} = 10.0 ;
|
|
BSTATE.input.speed {m/s} = 3.5 ;
|
|
BSTATE.input.elevation {d} = 45.0 ;
|
|
BSTATE.input.position {m} = {5.0 , 5.0} ;
|
|
|