Skip to content

The update of tsdf with dynamic scene is too slow. #97

Closed Answered by balakumar-s
pmj110119 asked this question in Software Q&A
Discussion options

You must be logged in to vote

You are missing a decay layer call:

Add this in the first line of self.planner.update_rgbd()
world_model.decay_layer("world")
This lets nvblox know that you are moving forward in time and should account for dynamic changes in the scene.

Replies: 3 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@balakumar-s
Comment options

Comment options

You must be logged in to vote
13 replies
@balakumar-s
Comment options

@balakumar-s
Comment options

@pmj110119
Comment options

@balakumar-s
Comment options

Answer selected by pmj110119
@pmj110119
Comment options

@balakumar-s
Comment options

@pmj110119
Comment options

@pmj110119
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #96 on December 23, 2023 21:51.