-
Notifications
You must be signed in to change notification settings - Fork 312
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
Joint Limiters: Saturation (current PR971 - will be renamed) and Soft Limiter #1466
Comments
Related to #744 |
PR: #1472 handles the point 2 of this issue, and there will be another upcoming PR adding the SoftLimits to the |
The PR: #1488 adds support for the SoftLimits reading and parsing into the |
We now have this #1526 that includes the changes of #971 and also modified in such a way that it fits in with the integration into the ResourceManager to be able to enforce limits directly over there. The integration into the ResourceManager would look something like this : saikishor#4 |
Simple Joint Limiter
-->Saturation Joint Limiter
--> Done in Add Saturation Joint Limiter that uses clamping method #971effort
interface -->max_acceleration
andmax_deceleration
from<ros2_control>
Tag Parse URDF joint hard limits into the HardwareInfo structure #1472joint_limits
in ResourceManagerSoft Joint Limiter
(new PR)The text was updated successfully, but these errors were encountered: