Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot slowly moving without commands when pose_based_cartesian_traj_controller is running in melodic #475

Open
urmahp opened this issue Sep 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@urmahp
Copy link
Collaborator

urmahp commented Sep 24, 2021

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.

@fmauch
Copy link
Collaborator

fmauch commented Sep 29, 2021

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 fmauch added the bug Something isn't working label Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants