-
Notifications
You must be signed in to change notification settings - Fork 98
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
X500 corrupted RGBD data #917
Comments
was the robot rotating in yaw? |
yes, but not much - should it matter? |
Yes, it does - there is a known issue where orientation w.r.t world frame affects camera clipping: gazebosim/gz-sensors#128 . |
A workaround is to set very high near clip distance, e.g. 0.5 m was usually enough, but the you lose depth measurements if you get closer than that... |
Interesting, thanks for hint - I would try it tonight. |
Another stupid question - is it possible to do it on simulation side? Or do you mean to drop whole image or part of the image "once a while"? Is there some service like the newest |
This would have to be set in the SDF. If running locally, you can edit the SDF in |
OK, thanks - so no chance on CloudSim? |
I think this is a regular bug so you can try submitting a fix for it. |
Do you know what the clipped values are? Are they NaN, Inf or something else? |
well, I have only indirect logs, as the depth is converted to 16bit millimeters and
which is after
and then conversion to
So I suppose that it was |
@nkoenig is there a plan to fix this before the first SubT code freeze? Thanks m. |
#960 will fix a lot of what you are seeing with the top camera. The camera is occluded by the visual. |
@knoedler thanks for hope :-) |
#960 was merged |
it was merged but not released?! (which may change today or tomorrow) |
any information on when this will be released? |
@angelacmaio @nkoenig sorry to be a pain about this, but whether or not #960 will be released before the upcoming submission deadline will affect my work planning significantly, so if you have any information on this it would be greatly appreciated. Thanks! |
This issue seems to be really gone with release 2021-07-13, thank you. |
Hello,
we are observing corrupted RGBD data of up/down cameras in
CTU_CRAS_NORLAB_X500_SENSOR_CONFIG_1
model. They are broken even afterset_rate
reduction. Example of sequence of depth data in Tunnel Simple 2 looks like this:This corresponds to saving of
/ROBOTNAME/up_rgbd/optical/depth/image_raw
. Thanks in advance for any hintThe text was updated successfully, but these errors were encountered: