-
Notifications
You must be signed in to change notification settings - Fork 529
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
No timeout in JointGroupVelocityController #363
Comments
Here's a video to show what I mean. I stop sending commands to the controller after a few seconds but the arm keeps drifting upward. https://drive.google.com/file/d/1vXsQ-oxcefxUcGOVdtnXHXSZ5CW9eB4g/view?usp=sharing |
I agree with @AndyZe - we should have a time-out for velocity forward command controllers. I am happy to add it - would a PR be accepted? Proposal to amend
|
Very welcome! |
…out feature. Resolves ros-controls#363
…out feature. Resolves ros-controls#363
From testing in Gazebo, it seems that JointGroupVelocityController never stops when commands go stale. For example, say it received a velocity message 200 seconds ago. It will continue moving according to this last command, until something breaks/cannot move farther.
It seems like a timeout should be added to handle this case. Please inform me if a PR would be welcomed to add this. And also, how should the timeout period be established? I guess it should be one of the parameters in the controller.yaml file?
The text was updated successfully, but these errors were encountered: