Closed Jaeyoung-Lim closed 3 years ago
Problem Description This commit fixes the config file generation naming. All yaml files generated was named as quad_plane_model. This bug has been introduced in https://github.com/ethz-asl/data-driven-dynamics/pull/84
yaml
quad_plane_model
Solution Now the each model contains the model name to keep track of what the output files should be named.
Cool. I will take a look at it tomorrow.
@manumerous Thanks! merging!
Problem Description This commit fixes the config file generation naming. All
yaml
files generated was named asquad_plane_model
. This bug has been introduced in https://github.com/ethz-asl/data-driven-dynamics/pull/84Solution Now the each model contains the model name to keep track of what the output files should be named.