trick/trick_models/ball/L1/data/ball_state.d

21 lines
736 B
D
Raw Normal View History

2015-02-26 15:02:31 +00:00
/********************************* 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} ;