Universal_Robots_ROS_Driver icon indicating copy to clipboard operation
Universal_Robots_ROS_Driver copied to clipboard

Robot slowly moving without commands when pose_based_cartesian_traj_controller is running in melodic

Open urmahp opened this issue 4 years ago • 1 comments

The issue #390 is still an issue in ROS melodic. This means that if you use the pose_based_cartesian_traj_controller or joint_based_cartesian_traj_controller with ROS melodic, the robot will move slightly over time when no commands are sent to the robot exactly as stated in issue #390.

I think the issue is that the cartesian controller has only been released for noetic and not for melodic, after the issue has been fixed. This can also be verified in PR #474 which includes tests to test above issue. It fails on melodic, but not on noetic.

urmahp avatar Sep 24 '21 10:09 urmahp

Melodic and noetic have the same versions released:

http://repositories.ros.org/status_page/ros_melodic_default.html?q=cartesian

http://repositories.ros.org/status_page/ros_noetic_default.html?q=cartesian

However, your test shows that the problems still exist... This needs further investigation.

fmauch avatar Sep 29 '21 11:09 fmauch