Add call to rtmon.getTCF() in urrobot
This commit is contained in:
parent
3b4ce975e6
commit
c8c264ad6a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user