-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Fixed for the fish eye config #1331
Comments
You are right! I'm curious why such a big bug has not been fixed. I will raise a PR |
hi, I would like to know how you know the correct camera projection_type parameters. I checked the informations on Replicator camera website. Only finding the following type, Acttually, |
Thank you for submitting this. Will close this issue as there is a PR for this now. Thanks. |
IsaacLab/source/extensions/omni.isaac.lab/test/sim/test_spawn_sensors.py
Line 78 in 9cc298e
The issue originates from the project type in FisheyeCameraCfg(https://github.com/isaac-sim/IsaacLab/blob/main/source/extensions/omni.isaac.lab/omni/isaac/lab/sim/spawners/sensors/sensors_cfg.py#L171). To properly use the API in Isaac Sim Rep, it should be "fisheyePolynomial" rather than variations like "fisheye_polynomial".
The text was updated successfully, but these errors were encountered: