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

[Question] Can visualization markers retain the markers displayed at each step like debug_draw and provide corresponding methods to clear existing markers? #1653

Open
amatsukaze233 opened this issue Jan 9, 2025 · 1 comment
Labels
question Further information is requested

Comments

@amatsukaze233
Copy link

Question

Currently, I need to visualize at least 60,000 and increasing sphere markers and be able to record RGB information with a camera for reinforcement learning observation.

When using visualization markers, all marker coordinates need to be inputted at each step, and as the number of markers increases, the performance loss becomes greater.
QQ截图20250109144944

When using debug_draw, only the new marker coordinates need to be inputted at each step, making rendering relatively faster.
QQ截图20250109150305

However, the visual effect seen through the camera is very poor when using debug_draw.
QQ录屏20250109142156 00_00_00-00_00_30

I didn't quite understand the usage of point instancer in the source code.

@RandomOakForest
Copy link
Collaborator

Thank you for posting this. Could you help us reproduce this issue? could you share the relevant code you are using for this? Thanks.

@RandomOakForest RandomOakForest added the question Further information is requested label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants