Is your feature request related to a problem? Please describe.
The current Profile Tabulated model does linear interpolation for all states.
Describe the solution you'd like
Instead, it would be better to leverage the Interpolators from OSTk Mathematics, and interpolate position, velocity and angular velocity using the provided interpolator type, and interpolate the quaternions using SLERP.