-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
Question
Hi,
I noticed that the camera images as seen in the GUI are not the ones that are received as observation.
For example, in the Isaac-Repose-Cube-Shadow-Vision-Direct-v0 environment the camera resolution is 120x120, indeed this print(self._tiled_camera.data.output["rgb"].shape) prints (torch.Size([1, 120, 120, 3])) (with --num_envs 1). But looking at the camera view in the GUI, resolution is surely higher:

Indeed the camera view seems affected only by the other parameters (focal_length, focal_distance, apertures, and so on, or the intrinsic matrix ), but the resolution is always the same.
I would like to monitor the actual ouput of the camera, taken into the observations. Is there a simple way to do this?
My main concern is that the camera view in the GUI is very different (like cropped differently) from both Gazebo (ROS simulator) and real world, given the same resolution and intrinsic parameters. So I would like to understand what the observation images are actually like