This commit is contained in:
Max Hunt 2020-02-15 15:23:01 +00:00
parent f7076c102a
commit 9d70035bea

View File

@ -61,6 +61,9 @@ class PickAndPlace(object):
resp_seeds = struct.unpack('<%dB' % len(resp.result_type), resp.result_type)
limb_joints = {}
if (resp_seeds[0] != resp.RESULT_INVALID):
print()
print(ikreq.SEED_USER)
print()
seed_str = {
ikreq.SEED_USER: 'User Provided Seed',
ikreq.SEED_CURRENT: 'Current Joint Angles',