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

Update effort limits in PR2 urdf (ros ticket #4557) #190

Open
ahendrix opened this issue Mar 12, 2013 · 3 comments
Open

Update effort limits in PR2 urdf (ros ticket #4557) #190

ahendrix opened this issue Mar 12, 2013 · 3 comments

Comments

@ahendrix
Copy link
Member

Currently effort limits are being enforced in the joints by the motor current limits. I would like to enforce the appropriate effort limits in the safety section of the urdf for two reasons:

  1. Robots running in Gazebo will also have the effort limits.
  2. It will for controllers (and other code) to discover the actual effort limits.

trac data:

@ahendrix
Copy link
Member Author

[wim] We already have effort limits in the safety section of the joint. Did you want another one?

{{{



<calibration upper="0.0"/>
<dynamics damping="0.0" friction="0.0"/>
<limit effort="30" velocity="1.0" lower="-2.2" upper="0.7" />
<safety_controller k_velocity="10"/>
}}}

@ahendrix
Copy link
Member Author

[sglaser] Most of the values inside of effort="" are incorrect.

@ahendrix
Copy link
Member Author

[wim] Then we should update our pr2 description. Do we know what the correct values are?

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

No branches or pull requests

1 participant