Open
Description
Question
Hi, I have a robotic arm and am controlling it using a mocap body and mocap_set_actoin()
provided in mujoco_utils
. What I am observing is that every time I call mocap_set_action
, reset_mocapxbody()
is called inside it which leads to an undesirable movement of the end-effector as it is trying to change the mocap body position. I am wondering if reset_mocapxbody
is necessary for mocap_set_action
. I understand the purpose of this function but it causes an extra unwanted movement of the end-effector.
Thanks.