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

Mainly remove assumption that Submap needs to contain a TsdfMap #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ntonci
Copy link
Contributor

@ntonci ntonci commented Dec 1, 2020

Summary:

  • Move mapping time methods to base class.
  • Update all TsdfMap/EsdfMap getters to TsdfLayer/EsdfLayer getters.
  • Add id_to_submap getter.
  • Update getNumberOfAllocatedBlocks and getMemorySize virtual methods for TsdfEsdfSubmap.

The main idea was to be able to support SubmapTypes that do not contain TsdfMap (since in all the cases here we actually just want the layer). This might have some minor implications on Voxgraph (@victorreijgwart).
Unfortunately, I wasn't able to thoroughly test this so it would be good if you could check it quickly or point me to a bag file that is relevant to properly test this.

Move mapping time methods to base class.
Update all TsdfMap/EsdfMap getters to TsdfLayer/EsdfLayer getters.
Add id_to_submap getter.
Update getNumberOfAllocatedBlocks and getMemorySize virtual methods for
TsdfEsdfSubmap.
@ntonci ntonci changed the title Mainly remove assumption that Submaps needs to contain a TsdfMap Mainly remove assumption that Submap needs to contain a TsdfMap Dec 8, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant