ControllerUnitTest.cpp File Reference

Classes

class  ControllerUnitTest
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
69 {
70  ControllerUnitTest springMass;
71  //StressStrainControlBoundary ssError;
72  //Mdouble steadyError=ssError.computeStressError();
73  Mdouble springError=springMass.SpringMassControl();
74  if (abs(springError)>0.1)
75  std::cerr<<"The Controller is Removed"<<std::endl;
76 
77  /*if (steadyError>1.0)
78  std::cout<<"Tune The Controller Gains"<<std::endl;*/
79 }
AnnoyingScalar abs(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:135
Definition: ControllerUnitTest.cpp:14
Mdouble SpringMassControl()
Definition: ControllerUnitTest.cpp:61

References abs(), and ControllerUnitTest::SpringMassControl().