Problem Description
This makes the parametric dynamics into a library, so that we can integrate other force effects (e.g. residual dynamic effects) into the vehicle.
The input / output of the parametric dynamics are as the following.
Input: Airspeed in the body frame / Control inputs
Since the original plugin was using ignition math/ gazebo dependencies this had to be linked in the library too. This is something to fix in the future
This allows us to add the motor model into a single plugin much easier (Not part of this PR)
Problem Description This makes the parametric dynamics into a library, so that we can integrate other force effects (e.g. residual dynamic effects) into the vehicle.
The input / output of the parametric dynamics are as the following.
Also noticed that https://github.com/ethz-asl/data-driven-dynamics/pull/28/files was not properly applied to the techpod vehicle, therefore fixed that along the way
Additional Context