Add call to rtmon.getTCF() in urrobot

This commit is contained in:
Cole Deck 2024-05-09 23:12:57 +00:00
parent 3b4ce975e6
commit c8c264ad6a

View File

@ -98,6 +98,13 @@ class URRobot(object):
"""
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):
"""
length of force vector returned by get_tcp_force