Is there a easy way to get camera data and Depth Data ?
Hi guys,
i am really new in Gazebo. I got familiar with the fundamentals in the last 2 weeks. Now i need to get Camera Data. I did not found tutorials for this maybe someone can help me.
Could you give more details on how you'd like to "get" the data? Do you want to visualize it, or to export it to images, or to pass it to another program...?
I want to get depth Data from Camera as float numbers to build maybe own sensors as example
the depth plugin should help get your depth data: https://bitbucket.org/osrf/gazebo/src/3ac47b35d6462dea6569b022fe20e6f219ef3794/plugins/DepthCameraPlugin.cc?at=default&fileviewer=file-view-default Note the RGB colors are not valid but the depth values should be.