tm_sensor - doxygen doc of relocalization functions - #4685
Merged
Conversation
harville
suggested changes
Aug 23, 2019
| bool import_relocalization_map(const std::vector<uint8_t>& lmap_buf) const override; | ||
|
|
||
| /** | ||
| * Creates a named virtual landmark in the current map, known as static node. |
Contributor
There was a problem hiding this comment.
Suggested change
| * Creates a named virtual landmark in the current map, known as static node. | |
| * Creates a named virtual landmark in the current map, known as a static node. |
| /** | ||
| * Creates a named virtual landmark in the current map, known as static node. | ||
| * The static node's pose must be giving relative to the origin of coordinates of T265 poses. | ||
| * This function fails if the current tracker confidence is not high. |
Contributor
There was a problem hiding this comment.
"not high" means what, below 3? Should we be specific?
| * Creates a named virtual landmark in the current map, known as static node. | ||
| * The static node's pose must be giving relative to the origin of coordinates of T265 poses. | ||
| * This function fails if the current tracker confidence is not high. | ||
| * \param[in] guid unique name of the static node. If a static node with the same name alrady exists |
|
|
||
| /** | ||
| * Gets the current pose of a static node that was created in the current map or in an imported map. | ||
| * Static nodes of imported maps are available after relocalizing the imported map. |
Contributor
There was a problem hiding this comment.
Suggested change
| * Static nodes of imported maps are available after relocalizing the imported map. | |
| * Static nodes of imported maps are available after a relocalization to the imported map has occurred. |
And as a bonus, how would anyone know that a relocalization has occurred? sounds like that currently is non-trivial, so it may be best to not comment on it it until it's easy for user to catch those notifications.
Co-Authored-By: Michael Harville <harville@stanfordalumni.org>
dorodnic
approved these changes
Aug 27, 2019
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.