You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the implementation of dynamic cast for components and residuals, Aligator should manage the templated cast of abstract classes for CostStack, all Integrators and all Dynamics. We should have a function getCostStack() in TrajOptProblem, getIntegrator() in integrator abstract class, and getDynamics() in dynamics abstract class.
The text was updated successfully, but these errors were encountered:
Following the implementation of dynamic cast for components and residuals, Aligator should manage the templated cast of abstract classes for CostStack, all Integrators and all Dynamics. We should have a function getCostStack() in TrajOptProblem, getIntegrator() in integrator abstract class, and getDynamics() in dynamics abstract class.
The text was updated successfully, but these errors were encountered: