Simulate Visual Sensors in MuJoCo
MuJoCo provides two fundamentally different mechanisms for visual sensing. Camera-based sensors (RGB, depth, segmentation) are implemented through offscreen OpenGL rendering via the mujoco.Renderer class. Rangefinder-based sensors (LiDAR) are native MuJoCo sensors that use CPU raycasting and w...