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

Can we crop the mesh generated throgh nvblox? #102

Open
vatsal21770 opened this issue May 8, 2024 · 1 comment
Open

Can we crop the mesh generated throgh nvblox? #102

vatsal21770 opened this issue May 8, 2024 · 1 comment

Comments

@vatsal21770
Copy link

Can we crop the nvblox mesh? Is there any parameter or something through that we can visualize mesh till certain height or certain depth frorm camera?

@alexmillane
Copy link
Collaborator

Thank you for your interest in the project and the question.

We have several parameters for slicing the visualized mesh.

  • mesh_streamer_exclusion_height_m: 2.0 here. This controls the height above which the mesh is published from nvblox. In other words the mesh above this height is not transmitted and does not contribute to, say, WiFi bandwidth when streaming from a remote machine (for example the jetson on your robot).
  • We have options for cutting the mesh above a certain height in our rviz widget (see attached image). So this part of the mesh is transmitted, but is then cut out in the visualization tool.

image

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