-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add DepthCamera
gz-sim plugin
#226
Conversation
d7ceb42
to
92c943b
Compare
92c943b
to
71f4a45
Compare
71f4a45
to
f28438e
Compare
I concluded the implementation of the device, I added the unit test and the tutorial, @xela-95 @traversaro it is ready for the review from my side. I didn't implemented some features such as the horizontal and vertical flip or the timestamp on the image, they are implemented in |
Under apt it is failing as the CameraTest: Instead there other failures with conda to be addressed:
here is the bt that I got from wsl:
It seems a problem when the nws closes, I need to understand if it is a problem of the nws or of my device |
It seems that two different objects think to own the same image, so both try to delete it? |
Yes it is strange that |
You can try to launch the device with a fake grabber, and see if there is the same problem to isolate it. |
@xela-95 @traversaro now the CI is happy, this commit fixed the unit test but I am not sure why |
Thanks, I added a few comments. Can you avoid committing images as part of the repo and use images hosted in issues instead? |
Feel free to squash all the commits, the history is quite messy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @Nicogene !! It looks good to me!
Co-authored-by: Alessandro Croci <57228872+xela-95@users.noreply.github.com>
It implements the
gzyarp::DepthCamera
device, that exposes both RGB and depth images via theyarp::dev::IRGBDSensor
interface.It fixes #106