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

Infinite "joint exceeded timeout" warning #10

Closed
Sekou opened this issue Nov 28, 2014 · 5 comments
Closed

Infinite "joint exceeded timeout" warning #10

Sekou opened this issue Nov 28, 2014 · 5 comments

Comments

@Sekou
Copy link

Sekou commented Nov 28, 2014

Dear Mr. Paulus,

During our experimentation with YouBot platform the youbot_driver was sometimes falling into "joint exceeded timeout" mode. We solved this problem by adding the following two lines at youbot/YouBotJoint.cpp at lines 452 and 488:

ClearMotorControllerTimeoutFlag clearTimeoutFlag;
setConfigurationParameter(clearTimeoutFlag);

Warnings now still occur from time to time, but robot does not hang anymore

@frederikhegger
Copy link
Collaborator

Can you explain a little bit more in detail in which kind of situations you encountered a "joint exceeded timeout". And what is the result? Does the base not move anymore?

@Sekou
Copy link
Author

Sekou commented Sep 18, 2015

Only one wheel used to stop after this warning. Other wheels were operating normally, the base still was able to move. KUKA service team changed motor controller for this specific wheel but the problem still remained.
It took usually about 1 minute of controlling the youBot from ROS via youbot_driver_ros_interface before the wheel stopped. When controlling the robot directly via youbot_driver (without ROS) the wheel was always working fine.

@frederikhegger
Copy link
Collaborator

That's really strange. In our labs, we have never experienced this kind of error. Do you think, it might be still a hardware issue?

@Sekou
Copy link
Author

Sekou commented Sep 18, 2015

Well, actually we tested other youBots and they were working fine both with and without ROS. So, indeed the problem might be in the hardware. But in our case, resetting the flag in the code of 'youbot_driver ' helped to solve it.

@frederikhegger
Copy link
Collaborator

Okay, then we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants