-
Notifications
You must be signed in to change notification settings - Fork 52
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
the issue with seg_instance in obs_modalities #895
Comments
Same Problem Here:
And here is how to enable the camera:
And the error is:
|
Hello all! This is a regression introduced by recent isaac sim version updates. Here's the fix to this problem, and it is already merged into og-develop last Friday: #885 Please let me know if it works for you all! |
Sorry, it still seems to have issues. But everything works well under Isaac Sim version 2023.1.1 and the main branch.
|
Hi @RookieXwc , so sorry for the trouble! This seems to be another isaac sim regression that we are not aware of. This is going to need a more involved fix, but for now, here's a hot fix that should help: #900 I have reproduced your error with the robot control example in Rs_int, and have fixed it with the above branch. Please let me know if this works! |
Thank you for the timely fix. It seems that there are only some visualization related issues left here.
|
@RookieXwc The visualization issue should be fixed here: #901 We will soon have another code release, but before that happens, I'll push bug fixes to this branch. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
@cgokmen Hello! I tried running the demo
python -m omnigibson.examples.robots.robot_control_example
. This demo runs fine with Isaac Sim version2023.1.1
and themain
branch. However, with Isaac Sim version4.1
and theog-develop
branch, there is an issue with theseg_instance
modality, and the error message is:I printed out
image_keys
andreplicator_mapping
in the_remap_semantic_segmentation
function ofvision_sensor.py
and found thatreplicator_mapping
is missing9: 'window'
and10: 'picture'
. What could be the reason for this?The text was updated successfully, but these errors were encountered: