|
Simbody
3.7
|
Only linear interpolation implemented so far.
There should be an option for the measure to specify a sampling interval that would force the integrator to provide interpolated states at least that often.
The current implementation involves a lot of unnecessary copying because it uses an auto-update state variable and cache entry. It should be using an end-of-step event handler to update the buffer directly in the state.