コード例 #1
0
 def __init__(self,name):
     M3JointArray.__init__(self,name,ndof=2,ctype='m3gripper')
コード例 #2
0
ファイル: hand.py プロジェクト: trigrass2/m3meka
 def __init__(self, name):
     M3JointArray.__init__(self, name, ndof=4, ctype='m3hand_h1')
コード例 #3
0
ファイル: hand.py プロジェクト: CentralLabFacilities/m3meka
 def __init__(self,name):
     M3JointArray.__init__(self,name,ndof=4,ctype='m3hand_h1')
コード例 #4
0
ファイル: chain.py プロジェクト: CentralLabFacilities/m3meka
    def __init__(self,name,ndof,ctype):
        M3JointArray.__init__(self,name,ndof,ctype)

        # Grow the protocol buffer messages to correct size
        for i in range(6):
            self.command.pos_desired.append(0)
コード例 #5
0
ファイル: chain.py プロジェクト: trigrass2/m3meka
    def __init__(self, name, ndof, ctype):
        M3JointArray.__init__(self, name, ndof, ctype)

        # Grow the protocol buffer messages to correct size
        for i in range(6):
            self.command.pos_desired.append(0)