Page 1 of 1

point effector down to table

Posted: Mon Feb 08, 2021 2:10 am
by culurciello
HI guys, I am new to PyBullet and am not sure how to make the robot arm UR5 point down towards the table.
Please see my code here: https://github.com/culurciello/pybullet_PPO
If you have any pointers it is much appreciate and thanks a lot!
EUGE

Re: point effector down to table

Posted: Mon Feb 08, 2021 5:03 pm
by culurciello
never mind, figured it out, just had to specify better start points in reset, so it point down:

# reset robot simulation and position:
joint_angles = (-0.34, -1.57, 1.80, -1.57, -1.57, 0.00) # pi/2 = 1.5707
self.set_joint_angles(joint_angles)