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
Reduce flakiness of trajectory controller tests (#1443)
* Set minimal velocity tolerance in passthrough trajectory test
When running a quintic spline with the passthrough trajectory test there
can be a minimal velocity deviation at the end of the trajectory due to
how the robot interpolates motions. With a velocity tolerance of 0.0 there
is a chance that we hit this tolerance.
* Explicitly switch on controllers in test where they are needed
0 commit comments