Currently, we test - Sending spline points with position only. The driver [silently adds 0-velocities in each control point](https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/6b60a522369e7d6b80dd0ff605b2b814384eafac/ur_robot_driver/src/hardware_interface.cpp#L1720). - Sending a quintic spline with 0-velocities and 0-accelerations in each waypoint. That could be improved by - Verifying that setting a velocity explicitly is used for cubic splines. - Test quintic splines using non-0 velocities and accelerations.
Currently, we test
That could be improved by