PR2 / pr2_mechanism

Infrastructure to control the PR2 robot in a hard realtime control loop.
Other
29 stars 27 forks source link

safety controller code error (ros ticket #4276) #275

Closed ahendrix closed 11 years ago

ahendrix commented 11 years ago

buggy usage of numeric_limits in pr2_mechanism_model/src/joint.cpp: {{{

Index: src/joint.cpp

--- src/joint.cpp (revision 36411) +++ src/joint.cpp (working copy) @@ -86,7 +86,7 @@ { // only enforce joints that specify joint limits and safety code if (!joint->safety || !joint->limits) {

trac data:

ahendrix commented 11 years ago

[hsu] fixed in trunk r36472

ahendrix commented 11 years ago

[wim] Fixed and released