Closed Jaeyoung-Lim closed 3 years ago
Yes this was always ment to be a temporary solution. I will take it into account when I change the structure :)
The model plots are not a part of the model estimation method anymore. Since a while they are all called from their own function.
Even though that structure can still be improved in the future by making it for example configurable which plots are shown the main issue mentioned here is solved.
Can we close this @Jaeyoung-Lim ?
Sure!
Problem Description Currently Plotting / data dumps are part of a model estimation method.
https://github.com/ethz-asl/data-driven-dynamics/blob/b8e3b29d70b1b3f8f8887fd30bb173333fb9ba16/Tools/parametric_model/src/models/quad_plane_model.py#L117
This makes it hard to do any manipulation on the plots or estimation results AFTER a model estimation is done