You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.