Add call to rtmon.getTCF() in urrobot
This commit is contained in:
@ -98,6 +98,13 @@ class URRobot(object):
|
|||||||
"""
|
"""
|
||||||
return self.rtmon.getTCFForce(wait)
|
return self.rtmon.getTCFForce(wait)
|
||||||
|
|
||||||
|
def getl_rt(self, wait=True):
|
||||||
|
"""
|
||||||
|
return TCP (position) using RT interface
|
||||||
|
if wait==True, waits for next packet before returning
|
||||||
|
"""
|
||||||
|
return self.rtmon.getTCF(wait)
|
||||||
|
|
||||||
def get_force(self, wait=True):
|
def get_force(self, wait=True):
|
||||||
"""
|
"""
|
||||||
length of force vector returned by get_tcp_force
|
length of force vector returned by get_tcp_force
|
||||||
|
Reference in New Issue
Block a user