Update
This commit is contained in:
parent
9d70035bea
commit
8745c0f400
@ -61,9 +61,9 @@ class PickAndPlace(object):
|
|||||||
resp_seeds = struct.unpack('<%dB' % len(resp.result_type), resp.result_type)
|
resp_seeds = struct.unpack('<%dB' % len(resp.result_type), resp.result_type)
|
||||||
limb_joints = {}
|
limb_joints = {}
|
||||||
if (resp_seeds[0] != resp.RESULT_INVALID):
|
if (resp_seeds[0] != resp.RESULT_INVALID):
|
||||||
print()
|
print()
|
||||||
print(ikreq.SEED_USER)
|
print(ikreq.SEED_USER)
|
||||||
print()
|
print()
|
||||||
seed_str = {
|
seed_str = {
|
||||||
ikreq.SEED_USER: 'User Provided Seed',
|
ikreq.SEED_USER: 'User Provided Seed',
|
||||||
ikreq.SEED_CURRENT: 'Current Joint Angles',
|
ikreq.SEED_CURRENT: 'Current Joint Angles',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user