def handleJointStiffness(self, msg):
rospy.logdebug("Received a joint angle stiffness")
try:
self.motionProxy.setStiffnesses(list(msg.name), list(msg.effort))
except RuntimeError,e:
rospy.logerr("Exception caught:\n%s", e)
评论列表
文章目录