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.
search: add optional found_depth return by pointer
Add an optional found_depth return by pointer. If the found_depth pointer is set, the depth the search stopped at will be set to what found_depth points to. This way the caller can determine if the search ended at the requested depth if that is important to the caller.
- Loading branch information
1 parent
c6e5dbd
commit 4d2b0de
Showing
2 changed files
with
21 additions
and
9 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