You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering how I can render using a camera with property cam_rs.type = mujoco.mjtCamera.mjCAMERA_FIXED where cam_rs is a mujoco.MjvCamera() object.
The camera doesn't seem to update unless I run mujoco.mj_step(self.model, self.data), where the model and data are from the mink configuration. However, mujoco.mj_step seem to mess with something that hurts the IK accuracy. The absolute error between the desired EE position and actual EE position accumulates as the trajectory gets longer.
Thank you so much!
The text was updated successfully, but these errors were encountered:
Hi,
I am wondering how I can render using a camera with property
cam_rs.type = mujoco.mjtCamera.mjCAMERA_FIXED
wherecam_rs
is amujoco.MjvCamera()
object.The camera doesn't seem to update unless I run
mujoco.mj_step(self.model, self.data)
, where themodel
anddata
are from the mink configuration. However,mujoco.mj_step
seem to mess with something that hurts the IK accuracy. The absolute error between the desired EE position and actual EE position accumulates as the trajectory gets longer.Thank you so much!
The text was updated successfully, but these errors were encountered: