11 template <
size_t STATE_DIM, 
size_t DIST_DIM, 
size_t CONTROL_DIM, 
typename SCALAR>
    17 template <
size_t STATE_DIM, 
size_t DIST_DIM, 
size_t CONTROL_DIM, 
typename SCALAR>
    20     : 
ct::core::ControlledSystem<AUGMENTED_DIM, CONTROL_DIM, 
SCALAR>(
    25     this->controlAction_.setZero();
    28 template <
size_t STATE_DIM, 
size_t DIST_DIM, 
size_t CONTROL_DIM, 
typename SCALAR>
    33         ->setController(controller);
 CppAD::AD< CppAD::cg::CG< double > > SCALAR
Disturbed system augments the nominal system so that all the CT interfaces and dimensions are satisfi...
Definition: DisturbedSystem.h:22
DisturbedSystem()
Constructor. 
Definition: DisturbedSystem-impl.h:12
Disturbed controller allows us to augment the controller so that all the CT interfaces and dimensions...
Definition: DisturbedSystemController.h:24