OmniIsaacGymEnvs icon indicating copy to clipboard operation
OmniIsaacGymEnvs copied to clipboard

Get RGB and Depth Data in headless mode

Open robinvetsch opened this issue 1 year ago • 1 comments

Is it possible to read out the depth information for each camera (mounted at the end effector of each manipulator) in headless mode?

I'm currently training an RL policy with 4096 robots in parallel. By activating the visualization (headless=False), the training process takes significantly longer.

robinvetsch avatar May 12 '23 12:05 robinvetsch

Hi there, you can try setting enable_cameras: True in the task config file, under the sim section, which should enable rendering for the cameras.

kellyguo11 avatar May 18 '23 17:05 kellyguo11