Closed piao-0429 closed 11 months ago
Based on the description, it sounds like the most probably cause is that you did not balance passive force. Can you verify you have followed the tutorial here? https://sapien.ucsd.edu/docs/2.2/tutorial/robotics/basic_robot.html#compensate-passive-forces-e-g-gravity
I've fixed this problem by balancing passive force! Thanks for your help!
System:
Describe the bug I create an env with sapien but when I execute a planned action with
env.step(action)
, whereaction
is the target pose of the end effector (8-dim: 3 for pos, 4 for quat, 1 for gripper), it cannot reach my desired pose (but it manages to move in the correct direction). I guess it may be some problem with my simulation time or planning timestep, etc. But I cannot discover how to fix this problem.Additional context Some reference code here: