Make the manager a global static variable so that any class can get the manager and query it for information. For example, this class would like to know whether the integrator has been set to use a specified set of time steps. If the manager were available, the integrator could be gotten and queried for this information.
The residuals are assumed to be the first 6 actuators. This needs to be made more general. And, the control bounds need to be set elsewhere, preferably in a file.
The residuals are assumed to be the first 6 actuators. This needs to be made more general. And, the control bounds need to be set elsewhere, preferably in a file.