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

How to visualize the large scale mesh map in real time? Are GPU and OpenGL used? #6

Open
SLAMWang opened this issue Mar 1, 2023 · 2 comments

Comments

@SLAMWang
Copy link

SLAMWang commented Mar 1, 2023

No description provided.

@SLAMWang
Copy link
Author

SLAMWang commented Mar 1, 2023

Looking forward to your response.

@ziv-lin
Copy link
Member

ziv-lin commented Mar 8, 2023

We don't use GPU in our ImMesh, which achieves real-time performance on just a CPU-only platform. For visualization, we use OpenGL for rendering.

Is GPU necessary or not? It depends on the scale of your maps. For non-large-scale mapping (e.g., total traveling length < 1 Km), the GPU is not necessary. On the contrary, rendering the map with a GPU indeed improves the rate of previewing.

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