Skip to content
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

Support depth camera #225

Closed
james-yoo opened this issue Nov 13, 2023 · 4 comments
Closed

Support depth camera #225

james-yoo opened this issue Nov 13, 2023 · 4 comments

Comments

@james-yoo
Copy link
Contributor

Hi rapyuta-robotics team,
Currently, RapyutaSimulationPlugins only supports CameraComponent for RGB image. Any plan to support depth image?

@yuokamoto
Copy link
Contributor

RapyutaSimulationPlugins has 3d lidar plugin. I'm not sure but can't we use 3d lidar plugin for deth camera as well?

@james-yoo
Copy link
Contributor Author

@yuokamoto
3DLiDARComponent uses 'AsyncLineTraceByChannel' method to check collision between ray and object, it is not suitable for obtaining dense depth image like below:
image

@yuokamoto
Copy link
Contributor

yuokamoto commented Nov 14, 2023

I can create something by changing camera postprocess to SceneDepth.
it is easy in bp but not sure how I can set same thing in C++, will investigate more alter

image

@yuokamoto
Copy link
Contributor

#231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants