This commit is contained in:
Max Hunt 2020-02-10 22:37:21 +00:00
parent da132de6a8
commit 1422b57076
2 changed files with 12 additions and 13 deletions

View File

@ -171,18 +171,17 @@ bricks_start =[{
'roll':0, 'roll':0,
'pitch':0, 'pitch':0,
'yaw':0 'yaw':0
}, }]#,
{ # {
'id':'d1', # 'id':'d1',
'rframe':'a1', # 'rframe':'a1',
'x':0, # 'x':0,
'y':0.175, # 'y':0.175,
'z':0.192, # 'z':0.192,
'roll':0, # 'roll':0,
'pitch':0, # 'pitch':0,
'yaw':0 # 'yaw':0
}] # },
# ,
# { # {
# 'id':'e1', # 'id':'e1',
# 'rframe':'a1', # 'rframe':'a1',

View File

@ -251,7 +251,7 @@ if __name__ == "__main__":
left_test = otc.tf_lookup('c1') left_test = otc.tf_lookup('a3')
left_pnp.pick(left_test) left_pnp.pick(left_test)
####################################HACKING END ####################################HACKING END