working torso and add camera

This commit is contained in:
Philipp Wu 2024-05-13 20:25:10 -07:00
parent daae81f4a7
commit e05749660a
2 changed files with 8 additions and 7 deletions

View file

@ -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