mirror of
https://github.com/nasa/trick.git
synced 2025-02-02 17:21:08 +00:00
20 lines
692 B
D
20 lines
692 B
D
|
/********************************* TRICK HEADER *******************************
|
||
|
PURPOSE:
|
||
|
(Ball model reaction control jet 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 jets)
|
||
|
(jet 0 fires down)
|
||
|
(jet 1 fires up))
|
||
|
PROGRAMMERS:
|
||
|
(((Your Name) (Company Name) (Date) (Trick tutorial)))
|
||
|
*******************************************************************************/
|
||
|
|
||
|
BJET.input.jet_fail[0] = No , No ;
|
||
|
BJET.input.force[0] {N} = -1.0 , 1.0 ;
|
||
|
|