Closed manumerous closed 3 years ago
Can we also centralize where all the test logs and model parameters are located?
Separating these in directories I think doesn't make so much sense. Artifacts should not be mixed with code
There seems to be something off in the transformations, since the imu measurement trends are completely different from what we are using. @manumerous This might be a hint on your side force measurements you mentioned
Body transformed local acceleration
IMU measurements
@tstastny Added the log files from what we discussed
@manumerous I have made some changes in the structure of the PR, and switched the logfile where I moved the vehicle with a joystick to make everything more observable.
Adapted the Model structure so every Model has it's own folder. This way we can add test logs, results and tests to each model to keep track of the progress made. Currently there are no automated tests yet.
A baseline result for both the simple_quadrotor_model and the quad_plane_model were added.
The PR also contains a few model improvements from the last PR which was rebased.