working torso and add camera
This commit is contained in:
parent
daae81f4a7
commit
e05749660a
2 changed files with 8 additions and 7 deletions
|
@ -117,7 +117,7 @@ def main(args):
|
|||
)
|
||||
if args.start_joints is None:
|
||||
reset_joints = np.deg2rad(
|
||||
[0, -90, 90, -90, -90, 0, 0]
|
||||
[0, 0, 0, 90, 0, 90, 0, 0]
|
||||
) # Change this to your own reset joints
|
||||
else:
|
||||
reset_joints = args.start_joints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue