Source code for airobot.ee_tool.ee
[docs]class EndEffectorTool(object):
"""
Base class for end effector.
Args:
cfgs (YACS CfgNode): configurations for the end effector.
Attributes:
cfgs (YACS CfgNode): configurations for the end effector.
"""
def __init__(self, cfgs):
self.cfgs = cfgs