PR2 / pr2_common

46 stars 78 forks source link

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

Open ahendrix opened 11 years ago

ahendrix commented 11 years ago

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 commented 11 years ago

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

{{{

``` ```

}}}

ahendrix commented 11 years ago

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

ahendrix commented 11 years ago

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