ethz-asl / data-driven-dynamics

Data Driven Dynamics Modeling for Aerial Vehicles
Other
91 stars 13 forks source link

Fix plotting (Again) #193

Closed Jaeyoung-Lim closed 2 years ago

Jaeyoung-Lim commented 2 years ago

Problem Description Plotting was broken in https://github.com/ethz-asl/data-driven-dynamics/pull/191 with the reshuffling of the axis ordering

To reproduce:

make estimate model

Alternatives We could change the default ordering for the plotting, but should be good this way for now.

Additional Context

Jaeyoung-Lim commented 2 years ago

Merging since this is an obvious bug fix