2015-02-26 15:02:31 +00:00
|
|
|
/**
|
|
|
|
@file
|
|
|
|
|
|
|
|
@verbatim
|
|
|
|
PURPOSE:
|
|
|
|
(Ball model EOM state parameter definition.)
|
|
|
|
ICG: (No)
|
|
|
|
REFERENCES:
|
|
|
|
(((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 dimensional space)
|
|
|
|
(Translational EOM only))
|
|
|
|
LIBRARY DEPENDENCY:
|
|
|
|
()
|
|
|
|
PROGRAMMERS:
|
|
|
|
(((Robert W. Bailey) (Sweet Systems Inc) (March 1997) (Tutorial Lesson 1))
|
|
|
|
((Edwin Z. Crues)(Titan Systems Corp.)(Jan 2002)(Crude C++ translation)))
|
|
|
|
@endverbatim
|
|
|
|
*******************************************************************************/
|
|
|
|
|
2015-03-23 21:03:14 +00:00
|
|
|
#ifndef NOICG_HH
|
|
|
|
#define NOICG_HH
|
2015-02-26 15:02:31 +00:00
|
|
|
|
|
|
|
class DoNotICG {
|
|
|
|
|
|
|
|
public:
|
|
|
|
int ii ;
|
|
|
|
|
|
|
|
} ;
|
|
|
|
|
|
|
|
#endif /* _BALL_HH_ */
|
|
|
|
|