Skip to content

Can not set the camera's intrinsic through camera_cfg #266

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

Closed
hzaskywalker opened this issue Apr 7, 2024 · 1 comment
Closed

Can not set the camera's intrinsic through camera_cfg #266

hzaskywalker opened this issue Apr 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hzaskywalker
Copy link
Contributor

Currently the camera requires only one of intrinsic and fov is provided:
https://github.com/haosulab/ManiSkill2/blob/bae10d3a0d8b297e0254dae86a6805341df696be/mani_skill/sensors/camera.py#L138

But it always assumes fov is provided when creating cameras here:
https://github.com/haosulab/ManiSkill2/blob/bae10d3a0d8b297e0254dae86a6805341df696be/mani_skill/envs/scene.py#L176

@hzaskywalker hzaskywalker added the bug Something isn't working label Apr 7, 2024
@StoneT2000 StoneT2000 self-assigned this Apr 7, 2024
@StoneT2000
Copy link
Member

fixed by #267

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants