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
In mj_point_clouds#line 163, you fetch the camera pos from the camera body_pos. However, you ignore the original camera pos self.sim.model.cam_pos[cam_i]. I suggest you fetch the camera pos by adding the cam_pos to the camera body_pos as:
In mj_point_clouds#line 163, you fetch the camera pos from the camera body_pos. However, you ignore the original camera pos
self.sim.model.cam_pos[cam_i]
. I suggest you fetch the camera pos by adding the cam_pos to the camera body_pos as:Regardless, thank you for the code, very helpful :)
The text was updated successfully, but these errors were encountered: