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
Currently, we have one test testing trajectory forwarding. This sends a trajectory for execution that is using the driver's default forwarding method which is spline interpolation. This has been fixed in #721 which revealed a couple of options we should also test for:
Use the movej-based trajectory execution
Use a quintic spline for trajectory execution
Check that sending in a position-only spline interpolation will fail
The text was updated successfully, but these errors were encountered:
Feature summary
Currently, we have one test testing trajectory forwarding. This sends a trajectory for execution that is using the driver's default forwarding method which is spline interpolation. This has been fixed in #721 which revealed a couple of options we should also test for:
The text was updated successfully, but these errors were encountered: