Skip to content

Commit

Permalink
[gripper_controller/base] Added a 'get_gripper_pose' function
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-mitrevski committed Dec 4, 2020
1 parent 2d7f704 commit 68a8f53
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -28,3 +28,7 @@ def verify_grasp(self):
def get_opening_angle(self):
rospy.loginfo('[get_opening_angle] Ignoring request')
raise NotImplementedError()

def get_gripper_pose(self, frame_name):
rospy.loginfo('[get_gripper_pose] Ignoring request')
raise NotImplementedError()

0 comments on commit 68a8f53

Please sign in to comment.