Quadruped-PyMPC icon indicating copy to clipboard operation
Quadruped-PyMPC copied to clipboard

Impose a shallow class hierarchy for `Controllers`

Open Danfoa opened this issue 1 year ago • 0 comments

We need to use the control instances outside of the repository in a modular fashion.

  • [ ] Instantiate the controllers without using the config file after the initialization. I.e., the constructor handles the configuration parameters.
  • [ ] Differentiate Gradient and Sampling based methods, and import dependencies related to each controller alone.

Danfoa avatar Jul 05 '24 15:07 Danfoa