Open waiyc opened 5 years ago
Hi, thank you for reporting.
I think this is because the ur_modern_driver doesn't accept continuous target trajectory while ros_control does. While I have tested jog_control with various robots, I noticed many ROS oriented robot controllers (not ros_control based ones) don't support continuous target trajectory. jog_control expects it, so the result depends on each controller. I also want this problem solved somehow.
One solution may be to add option to wait for the end of the execution of jog trajectory all the time. Of course it would cause unsmooth jog motion, because the motion stops at each jog trajectory. But basically smooth jog motion need the overriding of the trajectory, so it would be better than nothing.
I would work on it but it would take some time. I really appreciate if you have any idea.
I have a same problem on YASKAWA motoman real robot (MOTOMINI).
The error message is:
Trajectory splicing not yet implemented, stopping current motion.
According to the following comment, motoman also doesn't support continuous target trajectory. https://github.com/ros-industrial-consortium/descartes/issues/218#issuecomment-381082293
Hi,
I tried to use jog control on a hardware UR5 with ur_modern_driver however i got the following warnings and errors when I try to use jog to frame control interface on Rviz :
Is this issue related to this