Is your feature request related to a problem? Please describe.
The current implementation of speed scaling only works for position-based interfaces.
Describe the solution you'd like
For example, the speed scaling cannot be used when the robot accepts position, feedforward velocity, and acceleration as input. It would be great to allow the possibility of using it in such a context.
Describe alternatives you've considered
In my understanding, modifying the sample function of the trajectory should be enough to support the speed scaling to a velocity and acceleration-based interface.
Additional context
I would be willing to support such implementation.