You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in https://github.com/tue-robotics/tue_robocup/pull/1239/files#r985110147 and https://github.com/tue-robotics/tue_robocup/pull/1239/files#r985110332, the grasp detector smach state has some magic numbers for the minimum joint position where detection is possible (i.e. fingers closed). However this value is robot specific. currently it is supplied as a default argument which can be changed by a user but this value should not change in between tries as it is tied to the robot. It would therefore make more sense to have it as an attribute of a robot part.
The text was updated successfully, but these errors were encountered:
As discussed in https://github.com/tue-robotics/tue_robocup/pull/1239/files#r985110147 and https://github.com/tue-robotics/tue_robocup/pull/1239/files#r985110332, the grasp detector smach state has some magic numbers for the minimum joint position where detection is possible (i.e. fingers closed). However this value is robot specific. currently it is supplied as a default argument which can be changed by a user but this value should not change in between tries as it is tied to the robot. It would therefore make more sense to have it as an attribute of a robot part.
The text was updated successfully, but these errors were encountered: