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
It appears that this FOV corresponds to the vertical field of view (fovy), with compute_x=True used to compute the horizontal FOV (fovx) automatically. I also noticed that Sapien provides a direct API to set the horizontal FOV (fovx). Could you please provide more detail on this?
This is ported from the old MS2 API. We should just add support for fovx and fovy directly. fov is just a convenience so you can put in one number only.
In the CameraConfig class, we can specify the field of view (FOV) of the camera as shown here:
ManiSkill/mani_skill/sensors/camera.py
Line 42 in fa53941
It appears that this FOV corresponds to the vertical field of view (fovy), with compute_x=True used to compute the horizontal FOV (fovx) automatically. I also noticed that Sapien provides a direct API to set the horizontal FOV (fovx). Could you please provide more detail on this?
ManiSkill/mani_skill/envs/scene.py
Line 297 in fa53941
The text was updated successfully, but these errors were encountered: