Is your feature request related to a problem? Please describe.
More and more teams keep asking us about RocketPy performance. More specifically, they usually want to compare rocketpy simulations against other software or even real flight data.
Describe the solution you'd like
Simple but flexible, create methods that receive data from other simulators or from avionics logs. And then it should
[x] Create a "Flight" object from recorded flight data (avionics or other software)
[ ] Compare rocketpy Flight against the user data
[ ] Plot and Print comparisons (should be easy with the comparison subplot)
Additional context
See RocketPaper repository to find some (perhaps) useful codes with the same purpose.
Is your feature request related to a problem? Please describe.
More and more teams keep asking us about RocketPy performance. More specifically, they usually want to compare rocketpy simulations against other software or even real flight data.
Describe the solution you'd like
Simple but flexible, create methods that receive data from other simulators or from avionics logs. And then it should
Additional context
See RocketPaper repository to find some (perhaps) useful codes with the same purpose.