forked from OctoMap/octomap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OccupancyOcTreeBase: add setTreeValues()
Add a method to set many values at once from another tree. Add a bounds-limited version of this method as well to make updating portions of a tree from another tree possible. Provide a method argument, maximum_only, to limit the set values to only the maximum of the value stored in the tree being update and the values in the other tree. Provide a method argument, delete_first, to delete any regions to be updated from this tree first. This argument is useful when using a bounds-limiting tree to update a tree from the parts of another tree that have changed.
- Loading branch information
1 parent
f594b4e
commit 3aeaea3
Showing
4 changed files
with
977 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.