def update_focus(self):
""" Updates focused interest."""
try:
interest_id = request.form['interestId']
self.services.set_focus(interest_id)
except ServiceException as e:
rospy.logerr("Cannot set focus. " + repr(e))
return '', 204
评论列表
文章目录