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

Remove improper use of cfg file by multiple imports

Open Danfoa opened this issue 1 year ago • 2 comments

This commit removes the multiple imports to the configuration file from different modules within the pipeline.

This hinders the hability to customize the system's configuration, since each submodule is reloading a fixed / outdated configuration

Danfoa avatar Sep 26 '24 14:09 Danfoa

Hi! This is much needed, i know... I think that many other import are hidden inside the gradient and sampling mpcs, so this need still some rework

giulioturrisi avatar Sep 26 '24 15:09 giulioturrisi

I checked and removed all cfg imports on the project and outside of the simulation script.

Danfoa avatar Sep 27 '24 09:09 Danfoa